summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)Author
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan
2014-09-25Eliminate memory leak due to circular shared_ptrMatthew J. Francis
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-16Support for singleton constructor functionsStephan Bergmann
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann
2013-10-11Not being able to honor a "prefix" is a rather hard errorStephan Bergmann
2013-08-19Use upcasting Reference copy ctorStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-17cppcheck: Iterator i used after element has been erasedStephan Bergmann
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann
2013-01-16UNO methods are no longer called directly on ServiceManagerStephan Bergmann
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann