Age | Commit message (Expand) | Author |
2010-11-04 | undoapi: replace validateXRef with UNO_QUERY/SET_THROW resp. ENSURE_OR_THROW | Frank Schoenheit [fs] |
2010-11-04 | undoapi: attempt to fix broken Undo contexts after executing a script | Frank Schoenheit [fs] |
2010-11-03 | undoapi: removed more dead resources | Frank Schoenheit [fs] |
2010-11-03 | undoapi: GCC WaE | Frank Schoenheit [fs] |
2010-11-02 | undoapi: argh, the last changeset was never intended to be 'qfinish'ed, or ev... | Frank Schoenheit [fs] |
2010-11-02 | undoapi: IUndoManager::GetUndoAction/Id/Comment/Count and IUndoManager::GetRe... | Frank Schoenheit [fs] |
2010-11-02 | undoapi: finally removed Enter/LeaveBasicAction | Frank Schoenheit [fs] |
2010-11-02 | undoapi: removed SID_PLAYMACRO and SfxApplication::PlayMacro_Impl - this was ... | Frank Schoenheit [fs] |
2010-11-02 | undoapi: GCC WaE | Frank Schoenheit [fs] |
2010-11-02 | undoapi: allow retrieving the count/comments of Undo/Redo actions both on the... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed SfxObjectShell::Call - the implementation was broken, and it... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the ... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: no need to hold a SfxEventConfiguration instance at the application ... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: made the SfxMacroConfig event more slim, by removing unused methods.... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: step 2 of getting rid of SfxMacroConfig | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed SfxMacroConfig functionality which related to administration... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: Enter/LeaveBasicCall are no-ops nowadays - removed | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed SfxMacroConfig::CheckMacro/IsBasic, SfxObjectShell::IsBasic,... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed SfxApplication::IsInBasicCall | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed the semi-dead ScriptDisplaySettings config settings (and the... | Frank Schoenheit [fs] |
2010-11-01 | undoapi: removed unused SfxTitleQuery/QueryTitle | Frank Schoenheit [fs] |
2010-10-29 | merge after pulling DEV300.m91 | Frank Schoenheit [fs] |
2010-10-27 | undoapi: added assertion to recognize interwoven API/non-API contexts (should... | Frank Schoenheit [fs] |
2010-10-27 | undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations... | Frank Schoenheit [fs] |
2010-10-27 | undoapi: outsourced locking functionality into a dedicated interface | Frank Schoenheit [fs] |
2010-10-27 | undoapi: detailed the error handling | Frank Schoenheit [fs] |
2010-10-25 | undoapi: renamings, API docs | Frank Schoenheit [fs] |
2010-10-25 | undoapi: implementation/tests for hidden Undo contexts | Frank Schoenheit [fs] |
2010-10-25 | undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/fl... | Frank Schoenheit [fs] |
2010-10-22 | undoapi: yet more Undo API tests (will this ever end?) | Frank Schoenheit [fs] |
2010-10-22 | undoapi: added locking support to the XUndoManager | Frank Schoenheit [fs] |
2010-10-22 | undoapi: more I/SfxUndoManager changes in preparation of new Undo API features | Frank Schoenheit [fs] |
2010-10-21 | CWS changehid: resync to m90 | Mathias Bauer |
2010-10-21 | undoapi: implement a test backend for Writer. Not fully integrated into the t... | Frank Schoenheit [fs] |
2010-10-21 | undoapi: specified (and implemented and tested) what should happen when you l... | Frank Schoenheit [fs] |
2010-10-20 | CWS changehid: #i115137#: cope with string HIDs | Mathias Bauer |
2010-10-20 | undoapi: added some diagnostics, to detect if a shell switches between two no... | Frank Schoenheit [fs] |
2010-10-20 | undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU... | Frank Schoenheit [fs] |
2010-10-20 | undoapi: more UNDO API tests | Frank Schoenheit [fs] |
2010-10-19 | undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndo... | Frank Schoenheit [fs] |
2010-10-19 | undoapi: 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 m11 | Vladimir Glazunov |
2010-10-15 | undoapi: remember mpCreatedObj weak, prevents problems with re-using XShape i... | Frank Schoenheit [fs] |
2010-10-15 | undoapi: added diagnostics / removed duplicate NULL checks | Frank Schoenheit [fs] |
2010-10-15 | undoapi: tests for Draw docs' Undo | Frank Schoenheit [fs] |
2010-10-15 | undoapi: API and Impl tweaks | Frank Schoenheit [fs] |
2010-10-14 | undoapi: initial tests for the new Undo API - currently testing Calc only, an... | Frank Schoenheit [fs] |
2010-10-14 | undoapi: first sketch of the listener API - not sure this will survive 'til t... | Frank Schoenheit [fs] |