summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+0
2014-09-25Eliminate memory leak due to circular shared_ptrMatthew J. Francis1-11/+20
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage1-1/+0
2014-06-04cppuhelper: fix includesThomas Arnhold1-34/+34
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-84/+52
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan1-4/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
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-48/+48
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann1-107/+68
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-48/+32
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-21/+48
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann1-24/+14
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-7/+4
2014-01-16Support for singleton constructor functionsStephan Bergmann1-159/+297
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-4/+4
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-7/+19
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann1-17/+20
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-29/+127
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann1-8/+29
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann1-7/+6
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann1-5/+1
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann1-3/+4
2013-10-11Not being able to honor a "prefix" is a rather hard errorStephan Bergmann1-1/+1
2013-08-19Use upcasting Reference copy ctorStephan Bergmann1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+7
2013-02-17cppcheck: Iterator i used after element has been erasedStephan Bergmann1-3/+3
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann1-0/+22
2013-01-16UNO methods are no longer called directly on ServiceManagerStephan Bergmann1-28/+28
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann1-0/+1650