summaryrefslogtreecommitdiffstats
path: root/configmgr/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-231-2/+2
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-2/+2
* Turn redundant member direct-initializations into value-initializationsStephan Bergmann2013-06-203-3/+3
* WaE: initialization orderDavid Tardon2013-06-181-1/+1
* cppcheck: fix some uninitMemberVar in configmgr partJulien Nabet2013-06-173-3/+3
* fdo#43460 configmgr: use isEmpty()Jelle van der Waa2013-06-172-6/+6
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-131-9/+12
* Some string literal clean upStephan Bergmann2013-05-165-236/+146
* Related: #i122208# avoid default assignment of recursive STL containersHerbert Dürr2013-05-152-4/+5
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-226-144/+24
* remove unused component_canUnload functionsMatúš Kukan2013-04-192-2/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-075-25/+25
* 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
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-3/+2
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-1/+1
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-2/+2
* rtl:: prefix removal from configmgrRadu Ioan2012-12-1155-1142/+816
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3025-94/+0
* Support optional dependencies among .xcd filesStephan Bergmann2012-11-2912-38/+82
* fdo#55138: Do not double-expand bootstrap variablesStephan Bergmann2012-11-062-13/+7
* Some more configuration::theDefaultProvider simplificationsStephan Bergmann2012-10-311-18/+2
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-184-4/+0
* Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann2012-09-172-12/+7
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-171-2/+2
* Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann2012-07-255-105/+186
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-161-1/+1
* Unused includeStephan Bergmann2012-07-161-1/+0
* removed unused forward declarations of classTakeshi Abe2012-06-203-6/+0
* re-base on ALv2 code.Michael Meeks2012-06-1261-1582/+1037
* nuke unused namespaceTakeshi Abe2012-06-011-6/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-9/+9
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
* Unused includesStephan Bergmann2012-03-201-1/+0
* fdo#42961 Don't let env vars interfere with internal bootstrap varsStephan Bergmann2012-03-151-9/+31
* Line breaks in registrymodifications.xcuStephan Bergmann2012-03-091-4/+4
* Resolves fdo#46074: Fix Partial::contains for paths that go past a leaf nodeStephan Bergmann2012-02-241-1/+14
* Adapted WriteThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-18/+7
* add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2012-02-192-2/+2
* Moved configmgr/source/README into configmgr/READMEStephan Bergmann2012-02-141-155/+0
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-0/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+6
* Check for xcu <node> that should rather be <prop>.Stephan Bergmann2012-01-121-0/+10
* Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot2011-12-1710-41/+41