summaryrefslogtreecommitdiffstats
path: root/configmgr/source/configurationprovider.cxx
Commit message (Expand)AuthorAgeFilesLines
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-46/+22
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-2/+2
* cppcheck:useInitializationListNoel Grandin2015-11-221-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-8/+8
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-20/+20
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-131-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* boost::noncopyable->'= delete'Caolán McNamara2015-02-161-4/+8
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-1/+2
* various: remove SAL_THROW macroNoel Grandin2014-06-051-1/+0
* fix-includes.pl: configmgrThomas Arnhold2014-05-281-34/+34
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-20/+20
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-5/+5
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-32/+32
* do not resolve empty locale here when set, fdo#73549 relatedEike Rathke2014-01-191-1/+1
* Fix some configmgr XServiceInfoStephan Bergmann2014-01-081-4/+23
* Some more adaptions to cppu::supportsServiceStephan Bergmann2013-11-211-2/+3
* Clean up redundant explicit OUString(...) ctorsStephan Bergmann2013-07-231-32/+24
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-2/+2
* remove unused component_canUnload functionsMatúš Kukan2013-04-191-1/+0
* new module i18nlangtagEike Rathke2013-04-051-1/+1
* use LanguageTagEike Rathke2013-04-051-3/+1
* unused comphelper/locale.hxxEike Rathke2013-03-281-1/+0
* use LanguageTag instead of comphelper::LocaleEike Rathke2013-03-281-2/+1
* use LanguageTag instead of comphelper::LocaleEike Rathke2013-03-281-12/+4
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-12/+4
* rtl:: prefix removal from configmgrRadu Ioan2012-12-111-71/+49
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* Some more configuration::theDefaultProvider simplificationsStephan Bergmann2012-10-311-18/+2
* re-base on ALv2 code.Michael Meeks2012-06-121-26/+17
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-2/+4
* Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot2011-12-171-11/+11
* Adapted to new assertion/logging mechanisms.Stephan Bergmann2011-11-291-2/+2
* remove include of pch header in configmgrNorbert Thiebaud2011-11-271-1/+0
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-121-7/+17
|\
| * sb132: #i114877# combined configmgr::Components::{init,get}Singletonsb2010-10-281-4/+2
| * sb132: #i115142# component factories should implement XServiceInfosb2010-10-251-3/+15
* | Resolves: fdo#31494# get ownership rightCaolán McNamara2010-11-251-4/+6
* | Merge commit 'ooo/OOO330_m12'Jan Holesovsky2010-10-241-1/+15
|\|
| * CWS-TOOLING: integrate CWS sb133Jens-Heiner Rechtien2010-10-141-1/+15
| |\
| | * sb133: #i114705# for performance reasons, call configmgr::writeModFile asynch...sb2010-10-041-1/+15
* | | Merge commit 'ooo/OOO330_m10'Jan Holesovsky2010-10-131-4/+6
|\| |
| * | sb126: #i111970# accept and ignore EnableAsyncsb2010-06-211-4/+6
| |/