summaryrefslogtreecommitdiff
path: root/stoc/source/simpleregistry/simpleregistry.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-13loplugin:ostr in stocNoel Grandin1-46/+46
2023-06-18Use getXWeak in stocMike Kaganski1-55/+55
2022-11-14Destruction of Registry and RegitsryKey isn't MT-safeStephan Bergmann1-39/+50
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin1-2/+3
2022-06-11[API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKeyStephan Bergmann1-23/+2
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-2/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski1-5/+10
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-33/+33
2021-08-02osl::Mutex->std::mutex in SimpleRegistryNoel Grandin1-35/+35
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-12/+6
2019-05-22New loplugin:dataStephan Bergmann1-4/+4
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-1/+2
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-3/+2
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-2/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-02-01improve exception messages in stocNoel Grandin1-105/+71
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-52/+52
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-160/+50
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-2/+0
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