summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-25iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen1-0/+2
2017-11-25LOK: provide user feedback while preloading.Michael Meeks1-1/+41
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann1-5/+5
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+1
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-26/+22
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-10/+4
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-79/+12
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl1-28/+17
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke1-5/+4
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin1-2/+2
2016-11-02Improve some error reportingStephan Bergmann1-2/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-11/+11
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke1-8/+16
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann1-112/+127
2016-02-15In loadAllImplementations(), also invoke component factoryHenry Castro1-5/+81
2016-02-15Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist1-0/+4
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro1-0/+35
2015-11-28Work around clang-cl PR25641Stephan Bergmann1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-14boost->stdCaolán McNamara1-27/+25
2015-04-09convert RegError to scoped enumNoel Grandin1-12/+12
2015-04-09convert RegValueType to scoped enumNoel Grandin1-1/+1
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
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