summaryrefslogtreecommitdiff
path: root/configmgr/source
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Some string literal clean upStephan Bergmann5-236/+146
2013-05-15Related: #i122208# avoid default assignment of recursive STL containersHerbert Dürr2-4/+5
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-144/+24
2013-04-19remove unused component_canUnload functionsMatúš Kukan2-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-25/+25
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05use LanguageTagEike Rathke1-3/+1
2013-03-28unused comphelper/locale.hxxEike Rathke1-1/+0
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke1-2/+1
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke1-12/+4
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-12/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-3/+2
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2012-12-11rtl:: prefix removal from configmgrRadu Ioan55-1142/+816
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens25-94/+0
2012-11-29Support optional dependencies among .xcd filesStephan Bergmann12-38/+82
2012-11-06fdo#55138: Do not double-expand bootstrap variablesStephan Bergmann2-13/+7
2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann1-18/+2
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud4-4/+0
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann2-12/+7
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-2/+2
2012-07-25Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann5-105/+186
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák1-1/+1
2012-07-16Unused includeStephan Bergmann1-1/+0
2012-06-20removed unused forward declarations of classTakeshi Abe3-6/+0
2012-06-12re-base on ALv2 code.Michael Meeks61-1582/+1037
2012-06-01nuke unused namespaceTakeshi Abe1-6/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-9/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-20Unused includesStephan Bergmann1-1/+0
2012-03-15fdo#42961 Don't let env vars interfere with internal bootstrap varsStephan Bergmann1-9/+31
2012-03-09Line breaks in registrymodifications.xcuStephan Bergmann1-4/+4
2012-02-24Resolves fdo#46074: Fix Partial::contains for paths that go past a leaf nodeStephan Bergmann1-1/+14
2012-02-23Adapted WriteThread to safer-to-use salhelper::ThreadStephan Bergmann1-18/+7
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2-2/+2
2012-02-14Moved configmgr/source/README into configmgr/READMEStephan Bergmann1-155/+0
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-0/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-3/+6
2012-01-12Check for xcu <node> that should rather be <prop>.Stephan Bergmann1-0/+10
2011-12-17Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot10-41/+41
2011-12-14Replaced remaining OSL_ASSERT in configmgr.Stephan Bergmann4-12/+16
2011-12-14Ported configmgr to gbuild.Stephan Bergmann1-94/+0
2011-12-13Unified configmgr::Node::getMember{s,Map} again.Stephan Bergmann18-112/+97
2011-12-13Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist1-1/+1
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann28-929/+1590
2011-11-29Adapted to new assertion/logging mechanisms.Stephan Bergmann20-290/+282
2011-11-27remove include of pch header in configmgrNorbert Thiebaud29-29/+0