summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-09gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna1-2/+2
2016-08-09desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+46
2016-08-05svl: track creation time of SfxUndoAction instancesMiklos Vajna1-1/+9
2016-08-05svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna1-1/+17
2016-08-04svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna1-0/+13
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-5/+13
2016-08-01svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+5
2016-07-12Remove excess newlinesChris Sherlock1-8/+0
2016-07-12SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna1-0/+1
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin1-2/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-01sw: include limits.h to fix build on Ubuntu 12.04Justin Luth1-1/+1
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-1/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl1-0/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-160/+160
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna1-0/+11
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna1-0/+21
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida1-0/+22
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida1-15/+22
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida1-0/+54
2014-11-24svl: convert DBG_ASSERTs in undo.cxxMichael Stahl1-30/+30
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-22/+16
2014-04-09Remove unused functionStephan Bergmann1-7/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann1-12/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-0/+4
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-7/+7
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl1-0/+2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa1-94/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-29/+31
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann1-1/+20
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand1-29/+28
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara1-18/+17
2012-07-02re-base on ALv2 code.Michael Meeks1-23/+14
2012-07-02fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]1-11/+6
2012-06-28i#119400 repair broken undoIvan Timofeev1-3/+7
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-5/+3
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-8/+7
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann1-1/+4
2011-11-27remove include of pch header from svlNorbert Thiebaud1-2/+0
2011-09-30Fix error reported by gcc 4.4.3: NULL used in arithmeticTor Lillqvist1-2/+2
2011-03-18WaE: returning NULL for sal_uInt16Caolán McNamara1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-279/+963