summaryrefslogtreecommitdiff
path: root/stoc/source/defaultregistry/defaultregistry.cxx
AgeCommit message (Expand)Author
2020-11-11loplugin:stringviewNoel
2020-11-10new loplugin:reducevarscopeNoel Grandin
2019-11-26Fix for 2 commits related to cppcheck:Julien Nabet
2019-11-24Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-08-15Optimize NestedKeyImpl::openKeysArkadiy Illarionov
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-04-30stoc: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from stocAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin