summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoManager.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-1/+0
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-19convert UndoOrRedo_t to scoped enumNoel Grandin1-2/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-15sw lok: limit undo/redo in SwDrawTextShellMiklos Vajna1-0/+4
2016-08-10sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna1-0/+4
2016-08-09sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna1-2/+4
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-0/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-28/+28
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian1-0/+1
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna1-2/+0
2014-06-24Add sw::UndoManager::dumpAsXml()Miklos Vajna1-0/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-01-17bool improvementsStephan Bergmann1-1/+1
2013-11-05fixincludeguards.sh: swThomas Arnhold1-3/+3
2013-10-02murder an auto_ptrCaolán McNamara1-3/+3
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-8/+8
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann1-3/+3
2013-05-28Resolves: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-03make coding style of files starting with a capital letter in sw/source/core/i...Philipp Riemer1-7/+2
2011-09-29add modelinesCaolán McNamara1-0/+2
2011-01-06undoapi: don't let sw's UndoManager call into SfxUndoManager::Clear when in a...Frank Schoenheit [fs]1-2/+0
2010-12-17undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORTFrank Schoenheit [fs]1-1/+1
2010-12-15undoapi: #i115383#: SwDoc calls SfxObjectShell::SetUndoManager()Michael Stahl1-1/+1
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl1-18/+23
2010-12-15undoapi: #i115383#: remove IDocumentUndoRedo::HasTooManyUndos():Michael Stahl1-1/+0
2010-12-15undoapi: #i115383#: remove RemoveLastUndo() from IDocumentUndoRedoMichael Stahl1-2/+2
2010-12-15undoapi: #i115383#: change return type of GetLastUndoInfo() to bool:Michael Stahl1-1/+2
2010-12-15undoapi: #i115383#: change return type of GetFirstRedoInfo() to bool:Michael Stahl1-1/+1
2010-12-15undoapi: #i115383#: split up IDocumentUndoRedo::Get{Undo,Redo}Ids():Michael Stahl1-5/+5
2010-11-25unodapi: #i115383#: cleanup implementation of sw::UndoManager a bitMichael Stahl1-7/+7
2010-11-25unodapi: #i115383#: remove SwDoc dependence from sw::UndoManager:Michael Stahl1-3/+10
2010-11-25unodapi: #i115383#: move RemoveInvisibleContent() from UndoManager to SwDoc.Michael Stahl1-1/+0
2010-11-25unodapi: #i115383#: clean up UndoActionCount:Michael Stahl1-5/+0
2010-11-25unodapi: #i115383#: IDocumentUndoRedo: Draw undo flag:Michael Stahl1-5/+3
2010-11-25unodapi: #i115383#: IDocumentUndoRedo: undo nodes array:Michael Stahl1-1/+6
2010-11-25unodapi: #i115383#: IDocumentUndoRedo: clean up unmodified position:Michael Stahl1-4/+6
2010-11-25unodapi: #i115383#: remove HasUndoId() from IDocumentUndoRedoMichael Stahl1-2/+5
2010-11-25unodapi: #i115383#: remove clutter from IDocumentUndoRedo:Michael Stahl1-8/+1
2010-11-25unodapi: #i115383#: add documentation for IDocumentUndoRedoMichael Stahl1-17/+25
2010-11-25unodapi: #i115383#: new sw::UndoManager:Michael Stahl1-0/+111