summaryrefslogtreecommitdiffstats
path: root/stoc/source/defaultregistry
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:flatten in sdext..stocNoel Grandin2017-09-231-33/+27
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-3/+3
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-93/+54
* loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann2016-12-021-13/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* remove some manual ref-countingNoel Grandin2016-06-061-82/+76
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-76/+82
* remove some manual ref-countingNoel Grandin2016-05-241-82/+76
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-4/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-46/+46
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-071-4/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-6/+6
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-121-4/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-6/+3
* stoc: make use of css aliasThomas Arnhold2014-05-221-8/+8
* stoc: sal_Bool->boolNoel Grandin2014-04-301-7/+7
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-46/+46
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-92/+92
* Remove visual noise from stocAlexander Wilms2014-02-261-52/+52
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+2
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-3/+1
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-3/+3
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-151-1/+1
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-2/+1
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-34/+12
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-181-27/+20
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-3/+3
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-9/+2
* use uno::Reference#clear() method...Noel Grandin2013-06-051-1/+1
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-10/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+0
* Proper indentationStephan Bergmann2012-12-071-62/+85
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
* nuke dead codeTakeshi Abe2012-06-101-5/+0
* targeted string re-workNorbert Thiebaud2012-06-021-10/+10
* gbuildize stocDavid Tardon2012-03-121-46/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+2
* Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot2012-01-121-9/+9
* remove include of pch header from stocNorbert Thiebaud2011-11-271-2/+0
* fix upCaolán McNamara2011-06-011-23/+4
* Remove "using namespace ::rtl"Julien Nabet2011-03-031-2/+1