summaryrefslogtreecommitdiff
path: root/stoc/source/simpleregistry/simpleregistry.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-12loplugin:constantparam in package..stocNoel Grandin1-1/+1
2016-07-04remove deprecated Link functions from RegistryNoel Grandin1-37/+11
2016-03-17loplugin:constantparam in registryNoel Grandin1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-40/+40
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-09convert RegError to scoped enumNoel Grandin1-88/+88
2015-04-09convert RegValueType to scoped enumNoel Grandin1-19/+19
2015-04-09remove reg keytype constants and related codeNoel Grandin1-20/+2
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
2015-01-28Use vector::dataStephan Bergmann1-6/+3
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-39/+39
2014-05-22stoc: fix includesThomas Arnhold1-28/+28
2014-05-22stoc: make use of css aliasThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-40/+40
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-77/+77
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/+2
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-26/+16
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-16/+21
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin1-1/+1
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-193/+132
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-116/+58
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-5/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-145/+145
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-6/+3
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-37/+37
2012-12-21Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann1-47/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-06-29re-base on ALv2 code.Michael Meeks1-26/+17
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-80/+14
2012-04-14stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks1-14/+80
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from stocNorbert Thiebaud1-1/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-1136/+1149
2011-03-03Remove "using namespace ::rtl"Julien Nabet1-1/+6
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-05remove include guards using fixguard.pyPetr Mladek1-4/+0
2010-09-10sb129: #i113189# support XML-based services.rdb in com.sun.star.registry.Simp...sb1-4/+47
2010-09-10sb129: #i113189# clean up stoc/source/simpleregistry so that subsequent chang...sb1-1137/+1108