summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin2-4/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-11/+11
2015-10-14com::sun::star->css in frameworkNoel Grandin4-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-13/+13
2015-10-07loplugin:mergedclassesNoel Grandin4-8/+8
2015-09-30Fix typosAndrea Gelmini6-11/+11
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-5/+6
2015-07-03Fix typosAndrea Gelmini2-2/+2