summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann1-3/+16
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman1-4/+1
2020-05-08compact namespace in canvas..cuiNoel Grandin1-2/+2
2019-12-30Merge ImplementationInfo back into ImplementationStephan Bergmann1-46/+23
2019-12-24ImplementationInfo can be inlinedNoel Grandin1-15/+11
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-4/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-54/+54
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann1-0/+11
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin1-1/+1
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-67/+26
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl1-1/+3
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+3
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke1-6/+17
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann1-5/+12
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro1-0/+2
2015-11-28Work around clang-cl PR25641Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-27/+27
2015-09-14boost->stdCaolán McNamara1-7/+7
2014-06-04cppuhelper: fix includesThomas Arnhold1-20/+20
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+4
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-26/+26
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann1-5/+8
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-1/+1
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+2
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann1-1/+1
2014-01-16cppuhelper: valgrind complains about uninitialized variable...Michael Stahl1-2/+4
2014-01-16Support for singleton constructor functionsStephan Bergmann1-8/+23
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-1/+1
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-7/+24
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann1-5/+10
2013-05-08Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann1-3/+3
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann1-2/+5
2013-01-16UNO methods are no longer called directly on ServiceManagerStephan Bergmann1-5/+5
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann1-0/+338