summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2010-11-19undoapi: disable failing test (complex.sfx2.GlobalEventBroadcaster) for now. ...Frank Schoenheit [fs]
2010-11-19undoapi: removed EnterStandardMode, again. The requirements / results in the ...Frank Schoenheit [fs]
2010-11-18undoapi: committed fixed for #i115639#, which has been applied as master fix ...Frank Schoenheit [fs]
2010-11-18undoapi: un/lockControllers: when within an Undo context while this is called...Frank Schoenheit [fs]
2010-11-17undoapi: doVerb does not work, currently ... but leave it here, commented out...Frank Schoenheit [fs]
2010-11-16undoapi: updated the Chart test backendFrank Schoenheit [fs]
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the d...Frank Schoenheit [fs]
2010-11-15 undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.documen...Frank Schoenheit [fs]
2010-11-15undoapi: added test for request serialization: parallel undo requests should ...Frank Schoenheit [fs]
2010-11-12undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]
2010-11-09undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.X...Frank Schoenheit [fs]
2010-11-04undoapi: EnterStandardMode only after checking all pre-conditionsFrank Schoenheit [fs]
2010-11-04undoapi: added tests for OOo's auto-closing of Undo contexts after executing ...Frank Schoenheit [fs]
2010-11-04undoapi: when assigning scripts to events programmatically, do not only accep...Frank Schoenheit [fs]
2010-11-04undoapi: attempt to fix broken Undo contexts after executing a scriptFrank Schoenheit [fs]
2010-11-03undoapi: removed more dead resourcesFrank Schoenheit [fs]
2010-11-03undoapi: GCC WaEFrank Schoenheit [fs]
2010-11-02undoapi: argh, the last changeset was never intended to be 'qfinish'ed, or ev...Frank Schoenheit [fs]
2010-11-02undoapi: IUndoManager::GetUndoAction/Id/Comment/Count and IUndoManager::GetRe...Frank Schoenheit [fs]
2010-11-02undoapi: finally removed Enter/LeaveBasicActionFrank Schoenheit [fs]
2010-11-02undoapi: removed SID_PLAYMACRO and SfxApplication::PlayMacro_Impl - this was ...Frank Schoenheit [fs]
2010-11-02undoapi: GCC WaEFrank Schoenheit [fs]
2010-11-02undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]
2010-11-01undoapi:Frank Schoenheit [fs]
2010-11-01undoapi: removed SfxObjectShell::Call - the implementation was broken, and it...Frank Schoenheit [fs]
2010-11-01undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the ...Frank Schoenheit [fs]
2010-11-01undoapi: no need to hold a SfxEventConfiguration instance at the application ...Frank Schoenheit [fs]
2010-11-01undoapi: made the SfxMacroConfig event more slim, by removing unused methods....Frank Schoenheit [fs]
2010-11-01undoapi: step 2 of getting rid of SfxMacroConfigFrank Schoenheit [fs]
2010-11-01undoapi: removed SfxMacroConfig functionality which related to administration...Frank Schoenheit [fs]
2010-11-01undoapi: Enter/LeaveBasicCall are no-ops nowadays - removedFrank Schoenheit [fs]
2010-11-01undoapi: removed SfxMacroConfig::CheckMacro/IsBasic, SfxObjectShell::IsBasic,...Frank Schoenheit [fs]
2010-11-01undoapi: removed SfxApplication::IsInBasicCallFrank Schoenheit [fs]
2010-11-01undoapi: removed unused SfxTitleQuery/QueryTitleFrank Schoenheit [fs]
2010-10-29merge after pulling DEV300.m91Frank Schoenheit [fs]
2010-10-27undoapi: added assertion to recognize interwoven API/non-API contexts (should...Frank Schoenheit [fs]
2010-10-27undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations...Frank Schoenheit [fs]
2010-10-27undoapi: outsourced locking functionality into a dedicated interfaceFrank Schoenheit [fs]
2010-10-27undoapi: detailed the error handlingFrank Schoenheit [fs]
2010-10-25undoapi: renamings, API docsFrank Schoenheit [fs]
2010-10-25undoapi: implementation/tests for hidden Undo contextsFrank Schoenheit [fs]
2010-10-25undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/fl...Frank Schoenheit [fs]
2010-10-22undoapi: yet more Undo API tests (will this ever end?)Frank Schoenheit [fs]
2010-10-22undoapi: added locking support to the XUndoManagerFrank Schoenheit [fs]
2010-10-22undoapi: more I/SfxUndoManager changes in preparation of new Undo API featuresFrank Schoenheit [fs]
2010-10-21CWS changehid: resync to m90Mathias Bauer
2010-10-21undoapi: implement a test backend for Writer. Not fully integrated into the t...Frank Schoenheit [fs]
2010-10-21undoapi: specified (and implemented and tested) what should happen when you l...Frank Schoenheit [fs]
2010-10-20CWS changehid: #i115137#: cope with string HIDsMathias Bauer
2010-10-20undoapi: added some diagnostics, to detect if a shell switches between two no...Frank Schoenheit [fs]