summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Missing template clone() in configmgr dconf modeStephan Bergmann1-0/+1
2018-05-09Add possibility to read <value xsi:nil="true"/> from winreg conf backendAndras Timar1-2/+35
2018-04-25Winreg config layer: Allow to define external backend separatelyMike Kaganski1-3/+14
2018-04-04Ignore dangling symlink configuration filesStephan Bergmann1-0/+8
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet7-144/+101
2018-02-08Better return nil than an arbitrary xml:lang="..." valueStephan Bergmann1-6/+7
2018-02-01configmgr: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-6/+0
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin4-4/+4
2017-12-19inline use-once typedefsNoel Grandin1-3/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin7-20/+20
2017-11-05Replace lists by vectors in configmgr/unotoolsJulien Nabet1-2/+1
2017-11-02Winreg configuration layer: don't assert on user inputMike Kaganski1-1/+2
2017-11-01Winreg configuration layer: use writeAttributeValue for oox:externalMike Kaganski1-7/+7
2017-11-01Winreg configuration layer: support oox:external valuesMike Kaganski1-10/+43
2017-10-31typo: xs::boolean -> xs:booleanAndras Timar1-1/+1
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin2-2/+2
2017-10-23loplugin:includeform: configmgrStephan Bergmann3-10/+10
2017-10-13Replace list by vector in components (configmgr)Julien Nabet1-6/+6
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-5/+6
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-10/+5
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-16/+10
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-2/+5
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-16/+13
2017-09-17use more default copy ctorsJochen Nitschke4-13/+2
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin3-34/+25
2017-08-30loplugin:constparamsStephan Bergmann1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin4-10/+6
2017-08-11error: ‘class configmgr::NodeMap’ has no member named ‘emplace’Caolán McNamara1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-17loplugin:constparams in configmgr,unotoolsNoel Grandin2-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-3/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-2/+2
2017-04-28loplugin:salunicodeliteral: configmgrStephan Bergmann1-1/+1
2017-04-28loplugin:cppunitassertequals: configmgrStephan Bergmann1-2/+10
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin4-8/+6
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-10Clean up uses of SAL_U/SAL_W: configmgrStephan Bergmann1-8/+17
2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann3-154/+132
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-5/+5
2017-03-30data.xcd dead after tdf#46723 - enable configmgr unit testsNoel Grandin1-5113/+0
2017-03-24Fix configmgr argumentAndrea Gelmini1-1/+1
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-08tdf#106283: Registry settings are not read properly on WindowsTamás Zolnai1-0/+22
2017-03-06Revert "tdf#106283: Registry settings are not read properly on Windows"Stephan Bergmann1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-2/+2
2017-03-03tdf#106283: Registry settings are not read properly on WindowsTamás Zolnai1-1/+1
2017-02-20tdf#84323: Make osl::Condition::wait more readableFakabbir Amin1-2/+2
2017-02-17convert ValueParser::State to scoped enumNoel Grandin2-15/+17