summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin3-15/+18
2019-06-12configmgr: support changing locale languageAshod Nakashian1-0/+9
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2-2/+2
2019-05-13configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl1-9/+9
2019-05-12regenerate PCH headersLuboš Luňák1-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10Remove dead test codeStephan Bergmann1-185/+0
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-5/+11
2019-04-19optimise find/insert patternNoel Grandin1-12/+6
2019-04-12Allow <oor:items> in .xcd tooStephan Bergmann1-1/+1
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov1-26/+14
2019-03-05re-land "new loplugin typedefparam""Noel Grandin3-3/+3
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann4-7/+7
2019-01-16Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann1-10/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2-14/+15
2018-12-28Use indexed getToken()Matteo Casalin1-2/+2
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann8-11/+11
2018-11-21improve function-local statics in basic..cuiNoel Grandin1-3/+1
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-10/+10
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+4
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-3/+3
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-6/+13
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