summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-2/+8
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-03-29loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-5/+9
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-05desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+6
2016-08-04svl: track creation time of SfxUndoAction instancesMiklos Vajna1-0/+5
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+5
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-2/+2
2016-07-29svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+2
2016-05-31loplugin:unusedmethodsNoel Grandin1-2/+0
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin1-51/+0
2016-03-09loplugin:constantparam in svlNoel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-7/+0
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-5/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-48/+48
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-06loplugin:unusedmethods svlNoel Grandin1-1/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-4/+3
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna1-0/+2
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna1-0/+2
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-1/+1
2014-12-07WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist1-1/+1
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida1-17/+5
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida1-11/+10
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida1-25/+12
2014-09-24German comment translation.Florian Reisinger1-18/+13
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-47/+47
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-2/+2
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-01Remove visual noise from includeAlexander Wilms1-11/+11
2014-01-24coverity#708952 Non-virtual destructorCaolán McNamara1-1/+1
2014-01-10Use boolStephan Bergmann1-5/+2
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-32/+32
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann1-0/+2
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand1-3/+10
2013-04-23execute move of global headersBjoern Michaelsen1-0/+474