summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/moduleacceleratorconfiguration.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-21loplugin:refcounting in frameworkNoel1-2/+2
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-7/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-21Revert "Resolves: #i120029# Unregister on dispose."Maxim Monastirsky1-19/+0
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+4
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann1-7/+0
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-2/+2
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-9/+5
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann1-4/+3
2014-02-26Remove visual noise from frameworkAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet1-1/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-17/+19
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-18/+18
2014-01-18fwk: Use constructor feature for ModuleAcceleratorConfiguration.Matúš Kukan1-40/+85
2013-09-09Try to make the Gentoo tinderbox happy with explicit OUString() valuesTor Lillqvist1-1/+1
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist1-5/+2
2013-07-26fdo#46037: comphelper/configurationhelper partly not used in fmwk/acceleratorsJulien Nabet1-2/+0
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-4/+0
2013-07-23convert more services in framework module to WeakImplHelperNoel Grandin1-10/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-6/+6
2013-05-28fdo#46808, Convert ui:*AcceleratorConfiguration to new styleNoel Grandin1-3/+12
2013-05-11Resolves: #i120029# Unregister on dispose.Andre Fischer1-0/+19
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke1-1/+4
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
2012-08-08remove include comments and boxesThomas Arnhold1-7/+0
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3