summaryrefslogtreecommitdiffstats
path: root/configmgr/source
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic exception specificationsStephan Bergmann2017-01-2611-617/+175
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-231-2/+1
* Fix typosAndrea Gelmini2016-10-232-2/+2
* clang-cl loplugin: configmgrStephan Bergmann2016-10-163-8/+8
* profilesafe: Multiple adaptionsArmin Le Grand2016-10-121-21/+8
* profilesafe: Add values for SecureUserConfigfeature/profilesafemodeArmin Le Grand2016-10-111-2/+0
* profilesafe: Collect copies in single *.pack fileArmin Le Grand2016-10-112-13/+65
* profilesafe: Enhancements to BackupFileHelperArmin Le Grand2016-10-111-10/+33
* profilesafe: Initial creation of BackupFileHelperArmin Le Grand2016-10-111-0/+17
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-143-6/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1321-23/+23
* Tell where the colon is missing in the exception messageTor Lillqvist2016-08-051-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-276-6/+6
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* Convert XmlReader::Result to scoped enumNoel Grandin2016-05-251-5/+5
* Convert XmlReader::Text to scoped enumNoel Grandin2016-05-242-4/+4
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-2/+1
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-6/+5
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-11/+11
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-212-36/+32
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-025-5/+0
* Missing includeStephan Bergmann2016-03-311-1/+2
* tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski2016-03-1519-101/+50
* Let's use the iterator return by erase method (part b)Julien Nabet2016-03-121-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-173-4/+4
* Remove excess newlinesChris Sherlock2016-02-094-4/+0
* Fix typosAndrea Gelmini2016-01-073-3/+3
* cppcheck:useInitializationListNoel Grandin2015-11-225-14/+14
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-109/+109
* new loplugin: oncevarNoel Grandin2015-11-096-12/+6
* Replace a local functor in configmgr by a lambda.Mario J. Rugiero2015-11-091-21/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-023-10/+10
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-302-3/+2
* Get this remove/re-add dance finally sorted out for goodStephan Bergmann2015-10-301-1/+6
* loplugin:unusedmethodsNoel Grandin2015-10-301-2/+0
* configmgr/dconf: Simplify Fleet Commander write-back modeStephan Bergmann2015-10-213-14/+31
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1218-211/+211
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1214-31/+31
* Revert function removal that breaks --enable-dconfStephan Bergmann2015-10-011-0/+2
* loplugin:unusedmethodsNoel Grandin2015-10-012-3/+1
* Avoid false -Werror=maybe-uninitializedStephan Bergmann2015-09-291-1/+1
* Report nil-valued localized property as suchStephan Bergmann2015-09-231-2/+1
* cppcheck: noExplicitCopyMoveConstructorCaolán McNamara2015-09-071-1/+1
* Restored missing includes from source files.Ashod Nakashian2015-09-031-0/+1
* Fix documentationStephan Bergmann2015-09-021-1/+2
* configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/Stephan Bergmann2015-09-023-6/+11
* configmgr: support writing back to dconf (WIP)Stephan Bergmann2015-09-014-3/+594