summaryrefslogtreecommitdiff
path: root/svtools/source/config/extcolorcfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-1/+1
2018-02-08Modernize a bit svtoolsJulien Nabet1-12/+9
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin1-22/+12
2017-06-27loplugin:oncevar in svtoolsNoel Grandin1-10/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-6/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-09New loplugin:externvar: svtoolsStephan Bergmann1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-2/+2
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-16/+13
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin1-8/+3
2016-03-23loplugin:constantparm in svtoolsNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-14loplugin:unusedmethods unused return value in svtoolsNoel Grandin1-7/+5
2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+0
2015-09-21convert Link<> to typedNoel Grandin1-9/+6
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+4
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-5/+5
2014-05-08svtools: sal_Bool->boolNoel Grandin1-28/+28
2014-04-09Remove unused codeStephan Bergmann1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-25/+25
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-5/+7
2013-11-08remove unnecessary use of OUString constructor in SVTOOLS moduleNoel Grandin1-3/+3
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-107/+106
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-15/+15
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-09s/pathes/paths/Tor Lillqvist1-1/+1