summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
AgeCommit message (Expand)Author
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-01sw: include limits.h to fix build on Ubuntu 12.04Justin Luth
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida
2014-11-24svl: convert DBG_ASSERTs in undo.cxxMichael Stahl
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
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]