summaryrefslogtreecommitdiff
path: root/svl/source/undo
AgeCommit message (Expand)Author
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro
2017-10-18Replace lists by vectors in svlJulien Nabet
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: svlStephan Bergmann
2017-06-21loplugin:unusedfields store..svlNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-06Plausible fix for timezone offset issue in Repair Document.Michael Meeks
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2017-03-16drop GetId() from SfxUndoActionNoel Grandin
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
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