summaryrefslogtreecommitdiff
path: root/stoc/source/defaultregistry
AgeCommit message (Expand)AuthorFilesLines
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-82/+14
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-8/+2
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-8/+6
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-1/+1
2019-01-29loplugin:flatten in stoc..storeNoel Grandin1-9/+9
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-33/+27
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-93/+54
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-13/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-06-06remove some manual ref-countingNoel Grandin1-82/+76
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-76/+82
2016-05-24remove some manual ref-countingNoel Grandin1-82/+76
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-46/+46
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-6/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-6/+3
2014-05-22stoc: make use of css aliasThomas Arnhold1-8/+8
2014-04-30stoc: sal_Bool->boolNoel Grandin1-7/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-46/+46
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-92/+92
2014-02-26Remove visual noise from stocAlexander Wilms1-52/+52
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-3/+3
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-34/+12
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-27/+20
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-3/+3
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-9/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-10/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2012-12-07Proper indentationStephan Bergmann1-62/+85
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-10nuke dead codeTakeshi Abe1-5/+0