summaryrefslogtreecommitdiff
path: root/svl/source/undo
AgeCommit message (Expand)Author
2016-10-03add more dumpAsXml()Noel Grandin
2016-09-13loplugin:dllprivateStephan Bergmann
2016-08-18svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna
2016-08-05gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna
2016-08-05desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna
2016-08-04svl: track creation time of SfxUndoAction instancesMiklos Vajna
2016-08-04svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna
2016-08-03svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-07-29svl: add SfxUndoAction::GetViewShellId()Miklos Vajna
2016-07-01svl: remove pointless catch around "delete" statementMichael Stahl
2016-05-31loplugin:unusedmethodsNoel Grandin
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin
2016-04-22SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna
2016-03-09loplugin:constantparam in svlNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
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