summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
...
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* Clean up uses of SAL_U/SAL_W: configmgrStephan Bergmann2017-04-101-8/+17
* Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann2017-04-073-154/+132
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-5/+5
* data.xcd dead after tdf#46723 - enable configmgr unit testsNoel Grandin2017-03-301-5113/+0
* Fix configmgr argumentAndrea Gelmini2017-03-241-1/+1
* cleanup double includes and declarationsJochen Nitschke2017-03-171-1/+0
* tdf#106283: Registry settings are not read properly on WindowsTamás Zolnai2017-03-081-0/+22
* Revert "tdf#106283: Registry settings are not read properly on Windows"Stephan Bergmann2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-2/+2
* tdf#106283: Registry settings are not read properly on WindowsTamás Zolnai2017-03-031-1/+1
* tdf#84323: Make osl::Condition::wait more readableFakabbir Amin2017-02-201-2/+2
* convert ValueParser::State to scoped enumNoel Grandin2017-02-172-15/+17
* tdf#105447 Move accelerator to first letters in Help menuYousuf Philips2017-02-091-1/+1
* configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable.Michael Meeks2017-02-071-1/+2
* makeAny->Any in canvas..configmgrNoel Grandin2017-02-036-34/+31
* loplugin:useuniqueptrStephan Bergmann2017-02-021-8/+10
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-2612-623/+177
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-231-2/+1
* Kill the AutoPilotPresentations UNO commandGabor Kelemen2016-11-211-5/+0
* 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
* tdf#95386 Remove remains of .uno:HelperDialogGabor Kelemen2016-09-281-8/+0
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-143-6/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1322-24/+24
* Tell where the colon is missing in the exception messageTor Lillqvist2016-08-051-1/+1
* configmgr: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-051-5/+5
* improve passstuffbyref return analysisNoel Grandin2016-07-276-6/+6
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep2016-06-151-2/+2
* tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips2016-05-311-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
* Remove Edit -> Plug-in as no longer usedBryan Quigley2016-05-031-8/+0
* 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