summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
AgeCommit message (Expand)Author
2014-04-09Remove unused functionStephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand
2013-02-22s/the the/the/Tor Lillqvist
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
2012-07-02re-base on ALv2 code.Michael Meeks
2012-07-02fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]
2012-06-28i#119400 repair broken undoIvan Timofeev
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-09-30Fix error reported by gcc 4.4.3: NULL used in arithmeticTor Lillqvist
2011-03-18WaE: returning NULL for sal_uInt16Caolán McNamara
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-07removetooltypes01: #i112600# Fix problem after rebase in svlCarsten Driesner
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-01-06undoapi: don't let sw's UndoManager call into SfxUndoManager::Clear when in a...Frank Schoenheit [fs]
2010-12-21undoapi: MSVC WaE (how did this survive the previous compilations?)Frank Schoenheit [fs]
2010-12-17undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORTFrank Schoenheit [fs]
2010-12-15undoapi: #i115383#: SfxUndoManager: fix stack marks, add empty stack marksMichael Stahl
2010-12-07undoapi: allow to clear the Redo stack on the top level (needed for Writer's ...Frank Schoenheit [fs]
2010-12-01undoapi: clear the redo stack when leaving an Undo context resp. list action,...Frank Schoenheit [fs]
2010-11-30undoapi: Undo/Redo: do not take ownership of a (derivee-provided) SfxUndoCont...Frank Schoenheit [fs]
2010-11-30undoapi: introduced an (optional) SfxUndoContext for SfxUndoAction::Undo/RedoFrank Schoenheit [fs]
2010-11-26undoapi: +RemoveOldestUndoActionsFrank Schoenheit [fs]
2010-11-26undoapi: support for (simple) marks on the Undo stackFrank Schoenheit [fs]
2010-11-25undoapi: fix ResetFrank Schoenheit [fs]
2010-11-16undoapi: make reset an explicit, atomar operation at the IUndoManager, instea...Frank Schoenheit [fs]
2010-11-12undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]
2010-11-09undoapi: give SfxUndoManager an own mutex, and ensure it is released before c...Frank 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: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]
2010-10-27undoapi: detailed the error handlingFrank 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: tweaked notificationsFrank 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]