summaryrefslogtreecommitdiffstats
path: root/svl/source/undo
Commit message (Expand)AuthorAgeFilesLines
* tdf#125030: Prevent double-clearing the guardMike Kaganski2019-04-291-0/+1
* Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov2018-11-251-29/+8
* use unique_ptr in markForDeletionNoel Grandin2018-11-011-29/+19
* rename RemoveX->Remove in SfxUndoArrayNoel Grandin2018-11-011-12/+12
* loplugin:useuniqueptr in MarkedUndoActionNoel Grandin2018-10-301-45/+32
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-3/+4
* loplugin:constfields in svlNoel Grandin2018-10-081-3/+3
* flatten SfxUndoArrayNoel Grandin2018-09-191-151/+90
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-5/+5
* More loplugin:cstylecast: svlStephan Bergmann2018-01-121-2/+2
* loplugin:useuniqueptr in svlNoel Grandin2018-01-111-4/+2
* lokit: add .uno:DocumentRepair commandHenry Castro2017-12-071-0/+39
* Replace lists by vectors in svlJulien Nabet2017-10-181-15/+8
* clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2017-09-121-2/+2
* loplugin:constparams in i18npool,opencl,svlNoel Grandin2017-07-181-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: svlStephan Bergmann2017-07-021-4/+2
* loplugin:unusedfields store..svlNoel Grandin2017-06-211-3/+0
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* Plausible fix for timezone offset issue in Repair Document.Michael Meeks2017-05-061-0/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-241-9/+9
* drop GetId() from SfxUndoActionNoel Grandin2017-03-161-16/+0
* loplugin: unnecessary destructor svl..svtoolsNoel Grandin2017-01-251-4/+0
* new loplugin: useuniqueptr: svl..svtoolsNoel Grandin2017-01-181-11/+11
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-161-3/+3
* add more dumpAsXml()Noel Grandin2016-10-031-0/+2
* loplugin:dllprivateStephan Bergmann2016-09-131-4/+4
* svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna2016-08-181-2/+4
* gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna2016-08-051-2/+2
* desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna2016-08-051-0/+46
* svl: track creation time of SfxUndoAction instancesMiklos Vajna2016-08-041-0/+8
* svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna2016-08-041-1/+17
* svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna2016-08-031-0/+13
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-011-5/+13
* svl: add SfxUndoAction::GetViewShellId()Miklos Vajna2016-07-291-0/+5
* svl: remove pointless catch around "delete" statementMichael Stahl2016-07-011-8/+1
* loplugin:unusedmethodsNoel Grandin2016-05-311-7/+0
* loplugin:unusedmethods SfxLinkUndoActionNoel Grandin2016-05-301-102/+0
* SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna2016-04-221-0/+1
* loplugin:constantparam in svlNoel Grandin2016-03-091-15/+10
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-3/+3
* loplugin:unuseddefaultparam in svlNoel Grandin2016-03-011-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-8/+0
* use unique_ptr for pImpl in svl/Noel Grandin2015-11-181-2/+0
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-20/+20
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* sw: include limits.h to fix build on Ubuntu 12.04Justin Luth2015-09-011-1/+1