summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin1-65/+67
2020-05-06"resolved" is a better name than "isResolved" hereStephan Bergmann1-3/+3
2020-05-06Remove support for "module" layersStephan Bergmann1-7/+0
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin1-4/+7
2019-12-24no need to use shared_ptr hereNoel Grandin1-7/+4
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen1-2/+0
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin1-15/+16
2019-01-16Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann1-10/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+6
2018-04-04Ignore dangling symlink configuration filesStephan Bergmann1-0/+8
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet1-13/+16
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin1-1/+1
2017-10-23loplugin:includeform: configmgrStephan Bergmann1-1/+1
2017-10-13Replace list by vector in components (configmgr)Julien Nabet1-6/+6
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-10/+5
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-02-20tdf#84323: Make osl::Condition::wait more readableFakabbir Amin1-2/+2
2017-02-07configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable.Michael Meeks1-1/+2
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-16clang-cl loplugin: configmgrStephan Bergmann1-1/+1
2016-10-12profilesafe: Multiple adaptionsArmin Le Grand1-21/+8
2016-10-11profilesafe: Add values for SecureUserConfigfeature/profilesafemodeArmin Le Grand1-2/+0
2016-10-11profilesafe: Collect copies in single *.pack fileArmin Le Grand1-7/+11
2016-10-11profilesafe: Enhancements to BackupFileHelperArmin Le Grand1-10/+33
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand1-0/+17
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05Tell where the colon is missing in the exception messageTor Lillqvist1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski1-5/+5
2016-03-12Let's use the iterator return by erase method (part b)Julien Nabet1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2015-11-22cppcheck:useInitializationListNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-21configmgr/dconf: Simplify Fleet Commander write-back modeStephan Bergmann1-5/+24
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-02configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/Stephan Bergmann1-1/+2
2015-09-01configmgr: support writing back to dconf (WIP)Stephan Bergmann1-1/+3
2015-09-01Rename stuff, in preparation of dconf::writeModificationsStephan Bergmann1-2/+2
2015-09-01Support modification write-back to other than registrymodifications.xcuStephan Bergmann1-17/+44
2015-08-27Simplify hasModifications checkStephan Bergmann1-10/+3
2015-08-21Generalize CONFIGURATION_LAYERS "winreg:" notationStephan Bergmann1-6/+9