summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)Author
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-11-02Improve some error reportingStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann
2016-02-15In loadAllImplementations(), also invoke component factoryHenry Castro
2016-02-15Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2015-11-28Work around clang-cl PR25641Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
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