summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-04undoapi: replace validateXRef with UNO_QUERY/SET_THROW resp. ENSURE_OR_THROWFrank 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 the semi-dead ScriptDisplaySettings config settings (and the...Frank 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]
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU...Frank Schoenheit [fs]
2010-10-20undoapi: more UNDO API testsFrank Schoenheit [fs]
2010-10-19undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndo...Frank Schoenheit [fs]
2010-10-19undoapi: test backend for Impress (doing the same as the Draw test backend)Frank Schoenheit [fs]
2010-10-18#i114970#Vladimir Glazunov
2010-10-18#i10000# changes from OOO330 m11Vladimir Glazunov
2010-10-15undoapi: remember mpCreatedObj weak, prevents problems with re-using XShape i...Frank Schoenheit [fs]
2010-10-15undoapi: added diagnostics / removed duplicate NULL checksFrank Schoenheit [fs]
2010-10-15undoapi: tests for Draw docs' UndoFrank Schoenheit [fs]
2010-10-15undoapi: API and Impl tweaksFrank Schoenheit [fs]
2010-10-14undoapi: initial tests for the new Undo API - currently testing Calc only, an...Frank Schoenheit [fs]
2010-10-14undoapi: first sketch of the listener API - not sure this will survive 'til t...Frank Schoenheit [fs]