summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper/undomanagerhelper.cxx
AgeCommit message (Expand)Author
2024-05-08loplugin:ostr in frameworkNoel Grandin
2023-02-17osl::Mutex->std::mutex in UndoManagerHelper_ImplNoel Grandin
2023-01-31Fix locking orderStephan Bergmann
2023-01-11fix deadlock observed on jenkinsNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2021-12-20osl::Mutex->std::mutex in UndoManagerHelper_ImplNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in UndoManagerHelper_ImplNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Resolves: tdf#142980 Special-case the very first listener added during actionEike Rathke
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-27loplugin:virtualdead in svlNoel Grandin
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-31framework: replace boost::function with std::functionMichael Stahl
2015-07-09comphelper: remove boost::bind from headersMichael Stahl
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-11fix-includes.pl: frameworkThomas Arnhold
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27framework: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms