summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)Author
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-11Pre-load key UNO mappings.Michael Meeks
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks
2018-01-17Fix typosAndrea Gelmini
2018-01-11Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2018-01-10Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2018-01-10Bin superfluous using declarationsTor Lillqvist
2018-01-10Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist
2018-01-10Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2017-11-28not used with disable-dynloadingCaolán McNamara
2017-11-25iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen
2017-11-25LOK: provide user feedback while preloading.Michael Meeks
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
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