summaryrefslogtreecommitdiffstats
path: root/unodevtools
Commit message (Expand)AuthorAgeFilesLines
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-74/+74
* clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2018-10-241-2/+1
* Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov2018-10-176-398/+246
* New loplugin:externalStephan Bergmann2018-09-175-52/+52
* Add missing sal/log.hxx headersGabor Kelemen2018-08-021-0/+1
* Fix typosAndrea Gelmini2018-03-151-5/+5
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* loplugin:includeform: unodevtoolsStephan Bergmann2017-10-2311-40/+40
* Prefer prefix operatorJulien Nabet2017-10-011-2/+2
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-292-6/+4
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-141-1/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-4/+2
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-063-5/+5
* fix bug in skeletonmakerNoel Grandin2017-06-131-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-283-10/+7
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-2/+2
* New loplugin:conststringvar: unodevtoolsStephan Bergmann2017-01-102-3/+3
* Omit the default comparatorTakeshi Abe2016-11-011-2/+1
* loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2016-08-112-3/+3
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-273-5/+5
* Remove unused pbOpt parameterStephan Bergmann2016-05-023-20/+18
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-2/+2
* Remove ornamental noiseStephan Bergmann2016-03-081-3/+3
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-26/+3
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-244-132/+132
* Use emplace_backStephan Bergmann2015-12-141-15/+13
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-12/+12
* new loplugin: oncevarNoel Grandin2015-11-091-4/+2
* coverity#1338260 Uncaught exceptionCaolán McNamara2015-11-061-0/+3
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-4/+2
* loplugin: defaultparamsNoel Grandin2015-08-114-6/+6
* cppcheck: badBitmaskCheckCaolán McNamara2015-08-101-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-3/+3
* unodevtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-163-18/+18
* unodevtools: loplugin:cstylecastStephan Bergmann2014-12-042-12/+12
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-9/+0
* New loplugin:stringconcatStephan Bergmann2014-07-015-55/+53
* cppcheck: Redundant checking of STL containerJulien Nabet2014-06-211-11/+4
* various: remove SAL_THROW macroNoel Grandin2014-06-051-1/+1
* compareTo -> equalsNoel Grandin2014-06-041-6/+6
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-2/+2
* Clean up function declarationsStephan Bergmann2014-04-085-35/+31
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Make parameters const too.Andrzej Hunt2014-03-181-2/+2