summaryrefslogtreecommitdiff
path: root/svl/source/undo
AgeCommit message (Expand)Author
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-27loplugin:virtualdead in svlNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-04-29tdf#125030: Prevent double-clearing the guardMike Kaganski
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-01use unique_ptr in markForDeletionNoel Grandin
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-08loplugin:constfields in svlNoel Grandin
2018-09-19flatten SfxUndoArrayNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
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