summaryrefslogtreecommitdiff
path: root/configmgr/source/winreg.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2021-10-15loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-11-25loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2018-12-28Use indexed getToken()Matteo Casalin1-2/+2
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-02-01configmgr: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-6/+0
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-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-5/+6
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-16/+10
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 Bergmann1-21/+21
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-5/+5
2017-03-08tdf#106283: Registry settings are not read properly on WindowsTamás Zolnai1-0/+22
2017-02-02loplugin:useuniqueptrStephan Bergmann1-8/+10
2016-10-16clang-cl loplugin: configmgrStephan Bergmann1-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2015-07-15tdf#92764 - make configmgr write less noisy.Michael Meeks1-4/+5
2015-07-14Add HKEY_CURRENT_USER registry integration.Michael Meeks1-2/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-59/+56
2014-05-28fix-includes.pl: configmgrThomas Arnhold1-8/+8
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-02-03fix winreg exampleAndras Timar1-1/+1
2013-12-16change config example in commentAndras Timar1-3/+3
2013-10-02winreg backend: add support for oor:op in config nodesJanos Farago1-6/+67
2013-09-10Windows registry configuration backendJanos Farago1-0/+174