summaryrefslogtreecommitdiffstats
path: root/svl/source/undo
Commit message (Expand)AuthorAgeFilesLines
* fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl2013-08-131-0/+2
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-171-94/+0
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-29/+31
* Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann2013-06-261-1/+20
* Resolves: #i120020# corrected paragraph merge...Armin Le Grand2013-06-241-29/+28
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* convert GetRepeatComment to OUStringCaolán McNamara2012-09-281-18/+17
* re-base on ALv2 code.Michael Meeks2012-07-021-23/+14
* fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]2012-07-021-11/+6
* i#119400 repair broken undoIvan Timofeev2012-06-281-3/+7
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-5/+3
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-8/+7
* Do not move nCurUndoAction < 0.Stephan Bergmann2012-01-271-1/+4
* remove include of pch header from svlNorbert Thiebaud2011-11-271-2/+0
* Fix error reported by gcc 4.4.3: NULL used in arithmeticTor Lillqvist2011-09-301-2/+2
* WaE: returning NULL for sal_uInt16Caolán McNamara2011-03-181-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-182-326/+963
|\
| * Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-112-327/+964
|/|
| * removetooltypes01: #i112600# Fix problem after rebase in svlCarsten Driesner2011-02-071-10/+10
| * removetooltypes01: Rebase to DEV300m99Carsten Driesner2011-02-071-260/+943
| |\
| | * undoapi: don't let sw's UndoManager call into SfxUndoManager::Clear when in a...Frank Schoenheit [fs]2011-01-061-10/+42
| | * undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]2010-12-231-47/+0
| | |\
| | * | undoapi: MSVC WaE (how did this survive the previous compilations?)Frank Schoenheit [fs]2010-12-211-4/+4
| | * | undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORTFrank Schoenheit [fs]2010-12-171-32/+32
| | * | undoapi: #i115383#: SfxUndoManager: fix stack marks, add empty stack marksMichael Stahl2010-12-151-6/+30
| | * | undoapi: allow to clear the Redo stack on the top level (needed for Writer's ...Frank Schoenheit [fs]2010-12-071-15/+25
| | * | undoapi: clear the redo stack when leaving an Undo context resp. list action,...Frank Schoenheit [fs]2010-12-011-10/+14
| | * | undoapi: Undo/Redo: do not take ownership of a (derivee-provided) SfxUndoCont...Frank Schoenheit [fs]2010-11-301-13/+32
| | * | undoapi: introduced an (optional) SfxUndoContext for SfxUndoAction::Undo/RedoFrank Schoenheit [fs]2010-11-301-4/+58
| | * | undoapi: +RemoveOldestUndoActionsFrank Schoenheit [fs]2010-11-261-2/+25
| | * | undoapi: support for (simple) marks on the Undo stackFrank Schoenheit [fs]2010-11-261-79/+142
| | * | undoapi: fix ResetFrank Schoenheit [fs]2010-11-251-2/+2
| | * | undoapi: make reset an explicit, atomar operation at the IUndoManager, instea...Frank Schoenheit [fs]2010-11-161-13/+51
| | * | undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]2010-11-121-5/+5
| | * | undoapi: give SfxUndoManager an own mutex, and ensure it is released before c...Frank Schoenheit [fs]2010-11-091-152/+373
| | * | undoapi: argh, the last changeset was never intended to be 'qfinish'ed, or ev...Frank Schoenheit [fs]2010-11-021-18/+3
| | * | undoapi: IUndoManager::GetUndoAction/Id/Comment/Count and IUndoManager::GetRe...Frank Schoenheit [fs]2010-11-021-3/+18
| | * | undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]2010-11-021-15/+17
| | * | undoapi: detailed the error handlingFrank Schoenheit [fs]2010-10-271-30/+63
| | * | undoapi: implementation/tests for hidden Undo contextsFrank Schoenheit [fs]2010-10-251-23/+55
| | * | undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/fl...Frank Schoenheit [fs]2010-10-251-1/+1
| | * | undoapi: yet more Undo API tests (will this ever end?)Frank Schoenheit [fs]2010-10-221-2/+6
| | * | undoapi: tweaked notificationsFrank Schoenheit [fs]2010-10-221-38/+31
| | * | undoapi: added locking support to the XUndoManagerFrank Schoenheit [fs]2010-10-221-9/+40
| | * | undoapi: more I/SfxUndoManager changes in preparation of new Undo API featuresFrank Schoenheit [fs]2010-10-221-105/+50
| | * | undoapi: specified (and implemented and tested) what should happen when you l...Frank Schoenheit [fs]2010-10-211-6/+11
| | * | undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU...Frank Schoenheit [fs]2010-10-201-2/+8
| | * | undoapi: first sketch of the listener API - not sure this will survive 'til t...Frank Schoenheit [fs]2010-10-141-10/+122
| | * | undoapi: moved members into an IMPL structureFrank Schoenheit [fs]2010-10-141-119/+144
| | * | undoapi: some flesh on the initial skeletonFrank Schoenheit [fs]2010-10-141-1/+8