summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin1-4/+4
2018-03-17Use for-range loops in frameworkJulien Nabet1-40/+24
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-48/+40
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-155/+146
2017-08-24loplugin:useuniqueptr in frameworkNoel Grandin1-13/+3
2017-08-22Add some exception messages to the removeSettings methodMuhammet Kara1-4/+10
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-7/+7
2017-07-28loplugin:checkunusedparams more part2Noel Grandin1-4/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-12/+7
2017-07-20loplugin:constparams in frameworkNoel Grandin1-4/+4
2017-07-04loplugin:unusedfields in frameworkNoel Grandin1-4/+0
2017-06-08framework: cleanup xserviceinfo.hxx includesJochen Nitschke1-0/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-02-28new loplugin unoanyNoel Grandin1-6/+6
2017-02-27loplugin:loopvartoosmallStephan Bergmann1-5/+4
2017-02-21Revert "Resolves: #i120029# Unregister on dispose."Maxim Monastirsky1-3/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+5
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-52/+41
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-3/+2
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-8/+8
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+2
2016-04-01sequence->vector in frameworkNoel Grandin1-3/+3
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-03Support of popupmenu resource typeMaxim Monastirsky1-6/+7
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-12/+11
2015-10-14com::sun::star->css in frameworkNoel Grandin1-105/+105
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-26/+26
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-8/+8
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-30Kill some static OUStrings.Jan Holesovsky1-3/+7
2014-10-02fix for older compiler, doesn't like <::Noel Grandin1-3/+3
2014-10-02loplugin: cstylecastNoel Grandin1-3/+3
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-9/+14
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-4/+4