summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/servicemanager.cxx
Commit message (Expand)AuthorAgeFilesLines
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-081-8/+16
* Let's use the iterator return by erase method (final)Julien Nabet2016-03-121-1/+1
* Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann2016-02-261-112/+127
* In loadAllImplementations(), also invoke component factoryHenry Castro2016-02-151-5/+81
* Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist2016-02-151-0/+4
* Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro2016-02-151-0/+35
* Work around clang-cl PR25641Stephan Bergmann2015-11-281-0/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-24/+24
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-4/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-11/+11
* boost->stdCaolán McNamara2015-09-141-27/+25
* convert RegError to scoped enumNoel Grandin2015-04-091-12/+12
* convert RegValueType to scoped enumNoel Grandin2015-04-091-1/+1
* convert REG_ constants to scoped enumNoel Grandin2015-04-091-1/+1
* fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan2014-10-081-1/+0
* Eliminate memory leak due to circular shared_ptrMatthew J. Francis2014-09-251-11/+20
* Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2014-08-081-1/+0
* cppuhelper: fix includesThomas Arnhold2014-06-041-34/+34
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-84/+52
* fix creating com.sun.star.sheet.Solver instanceMatúš Kukan2014-04-041-4/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-11/+11
* 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-48/+48
* Simplify service manager's tracking of singletonsStephan Bergmann2014-02-071-107/+68
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-48/+32
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-21/+48
* Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann2014-01-201-24/+14
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-7/+4
* Support for singleton constructor functionsStephan Bergmann2014-01-161-159/+297
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-4/+4
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-7/+19
* FactoryWrapper is a misnomer nowStephan Bergmann2013-12-191-17/+20
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-29/+127
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-161-8/+29
* Parser::attrImplementation_ can be a local varStephan Bergmann2013-12-161-7/+6
* Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2013-12-161-5/+1
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-131-3/+4
* Not being able to honor a "prefix" is a rather hard errorStephan Bergmann2013-10-111-1/+1
* Use upcasting Reference copy ctorStephan Bergmann2013-08-191-4/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+7
* cppcheck: Iterator i used after element has been erasedStephan Bergmann2013-02-171-3/+3
* Move addSingletonContextEntries to ServiceManagerStephan Bergmann2013-01-161-0/+22
* UNO methods are no longer called directly on ServiceManagerStephan Bergmann2013-01-161-28/+28
* Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann2013-01-161-0/+1650