summaryrefslogtreecommitdiff
path: root/unotools/source/config/saveopt.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-28unotools: remove UseSHA1InODF12/UseBlowfishInODF12 from SvtSaveOptionsMichael Stahl1-52/+2
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin1-1/+1
2017-02-10convert SvtSaveOptions::EOption to scoped enumNoel Grandin1-24/+15
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2016-11-24loplugin:unnecessaryoverride (dtors) in unotoolsStephan Bergmann1-9/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-06-27Clean up uses of Any::getValue() in unotoolsStephan Bergmann1-2/+1
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-3/+2
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-2/+1
2016-03-15define ODFSVER_LATEST at a central placeEike Rathke1-4/+2
2015-11-18com::sun::star->css in unotools/Noel Grandin1-3/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-3/+12
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-22introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke1-0/+24
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-5/+7
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-0/+1
2014-05-11fix-includes.pl: unotoolsThomas Arnhold1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-101/+101
2013-08-10fdo#46037: 1 less occurrence comphelper/configurationhelper in unotoolsJulien Nabet1-49/+10
2013-07-24fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+18
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-15/+1
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter1-1/+55
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+2
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-12/+12
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-4/+4
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-4/+4
2011-12-20callcatcher: Remove unused codeAugust Sodora1-31/+0
2011-12-19callcatcher: Remove unused codeAugust Sodora1-15/+0
2011-11-27remove include of och header from unotoolsNorbert Thiebaud1-2/+0
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-3/+3
2011-06-16this assert isn't helpfulCaolán McNamara1-1/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-6/+94