summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
AgeCommit message (Expand)Author
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-09-11tdf#39593 Drop RootItemContainer::GetImplementationArkadiy Illarionov
2019-08-20loplugin:constvars in drawinglayer..frameworkNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2018-10-31Reduced scope of the rDefaultElementType variableZdibák Zoltán
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin
2018-03-17Use for-range loops in frameworkJulien Nabet
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-08-24loplugin:useuniqueptr in frameworkNoel Grandin
2017-08-22Add some exception messages to the removeSettings methodMuhammet Kara
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-28loplugin:checkunusedparams more part2Noel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-07-04loplugin:unusedfields in frameworkNoel Grandin
2017-06-08framework: cleanup xserviceinfo.hxx includesJochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-27loplugin:loopvartoosmallStephan Bergmann
2017-02-21Revert "Resolves: #i120029# Unregister on dispose."Maxim Monastirsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-07loplugin:oncevar in frameworkNoel Grandin
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-01sequence->vector in frameworkNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-03Support of popupmenu resource typeMaxim Monastirsky
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann