summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/servicemanager.hxx
Commit message (Expand)AuthorAgeFilesLines
* cppuhelper: fix includesThomas Arnhold2014-06-041-20/+20
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-27/+27
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-2/+4
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-26/+26
* Simplify service manager's tracking of singletonsStephan Bergmann2014-02-071-5/+8
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-1/+1
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-1/+2
* Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann2014-01-201-1/+1
* cppuhelper: valgrind complains about uninitialized variable...Michael Stahl2014-01-161-2/+4
* Support for singleton constructor functionsStephan Bergmann2014-01-161-8/+23
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-1/+1
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-7/+24
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-161-5/+10
* Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann2013-05-081-3/+3
* Move addSingletonContextEntries to ServiceManagerStephan Bergmann2013-01-161-2/+5
* UNO methods are no longer called directly on ServiceManagerStephan Bergmann2013-01-161-5/+5
* Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann2013-01-161-0/+338