summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
AgeCommit message (Expand)AuthorFilesLines
2018-04-14Remove useless iterator in XCUBasedAcceleratorConfiguration::storeToStorageArnaud Versini1-1/+0
2018-03-17Use for-range loops in frameworkJulien Nabet3-94/+62
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin2-51/+6
2018-01-25Initialize more for sharing during pre-init.Michael Meeks1-0/+3
2018-01-14Fix typosAndrea Gelmini2-4/+4
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann2-3/+3
2018-01-05Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann2-2/+2
2017-10-03new loplugin:blockblockNoel Grandin1-13/+11
2017-08-08loplugin:unusedmethodsNoel Grandin1-6/+0
2017-07-28loplugin:checkunusedparams more part2Noel Grandin2-8/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13loplugin:oncevar: empty strings: frameworkStephan Bergmann1-2/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-14/+5
2017-07-02loplugin:casttovoid: frameworkStephan Bergmann1-1/+1
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-2/+1
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara1-3/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert framework module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-28loplugin:salunicodeliteral: frameworkStephan Bergmann1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-03Fix typosAndrea Gelmini3-3/+3
2017-02-21Single GlobalAcceleratorConfiguration should be enoughMaxim Monastirsky1-6/+17
2017-02-21Revert "Resolves: #i120029# Unregister on dispose."Maxim Monastirsky3-53/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-26/+26
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-95/+13
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin1-2/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-13/+13
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann2-10/+0
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-12/+2
2016-11-08loplugin:unnecessaryvirtual in frameworkNoel Grandin1-4/+2
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous3-6/+3
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-30no point in these dtors being virtualCaolán McNamara1-6/+0
2016-08-01framework: stop adding silly empty accelerator/current.xml filesMichael Stahl2-23/+10
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-07Resolve OUStringList typedefStephan Bergmann2-12/+12
2016-03-23loplugin:constantparam in frameworkNoel Grandin2-16/+9
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-3/+3
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann1-17/+50
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2-9/+16
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3