summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docundomanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-22/+14
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+2
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-2/+0
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-1/+5
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2010-11-19undoapi: removed EnterStandardMode, again. The requirements / results in the ...Frank Schoenheit [fs]1-21/+0
2010-11-18undoapi: un/lockControllers: when within an Undo context while this is called...Frank Schoenheit [fs]1-0/+7
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the d...Frank Schoenheit [fs]1-0/+16
2010-11-12undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]1-41/+80
2010-11-09undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.X...Frank Schoenheit [fs]1-557/+126
2010-11-04undoapi: EnterStandardMode only after checking all pre-conditionsFrank Schoenheit [fs]1-3/+3
2010-11-02undoapi: argh, the last changeset was never intended to be 'qfinish'ed, or ev...Frank Schoenheit [fs]1-42/+0
2010-11-02undoapi: IUndoManager::GetUndoAction/Id/Comment/Count and IUndoManager::GetRe...Frank Schoenheit [fs]1-0/+42
2010-11-02undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]1-40/+50
2010-10-27undoapi: added assertion to recognize interwoven API/non-API contexts (should...Frank Schoenheit [fs]1-1/+26
2010-10-27undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations...Frank Schoenheit [fs]1-0/+19
2010-10-27undoapi: outsourced locking functionality into a dedicated interfaceFrank Schoenheit [fs]1-1/+1
2010-10-27undoapi: detailed the error handlingFrank Schoenheit [fs]1-19/+97
2010-10-25undoapi: renamings, API docsFrank Schoenheit [fs]1-8/+8
2010-10-25undoapi: implementation/tests for hidden Undo contextsFrank Schoenheit [fs]1-24/+58
2010-10-25undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/fl...Frank Schoenheit [fs]1-1/+1
2010-10-22undoapi: yet more Undo API tests (will this ever end?)Frank Schoenheit [fs]1-0/+6
2010-10-22undoapi: added locking support to the XUndoManagerFrank Schoenheit [fs]1-0/+46
2010-10-21undoapi: specified (and implemented and tested) what should happen when you l...Frank Schoenheit [fs]1-4/+17
2010-10-20undoapi: added some diagnostics, to detect if a shell switches between two no...Frank Schoenheit [fs]1-27/+28
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU...Frank Schoenheit [fs]1-17/+25
2010-10-19undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndo...Frank Schoenheit [fs]1-0/+78
2010-10-15undoapi: API and Impl tweaksFrank Schoenheit [fs]1-16/+63
2010-10-14undoapi: first sketch of the listener API - not sure this will survive 'til t...Frank Schoenheit [fs]1-48/+257
2010-10-14undoapi: some flesh on the initial skeletonFrank Schoenheit [fs]1-11/+98
2010-10-14undoapi: initial version of an UNO Undo API, implemented empty for SFX-based ...Frank Schoenheit [fs]1-0/+186