summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: unodevtoolsStephan Bergmann11-40/+40
2017-10-01Prefer prefix operatorJulien Nabet1-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-6/+4
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-4/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-5/+5
2017-06-13fix bug in skeletonmakerNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-10/+7
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-2/+2
2017-01-10New loplugin:conststringvar: unodevtoolsStephan Bergmann2-3/+3
2016-11-01Omit the default comparatorTakeshi Abe1-2/+1
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2-3/+3
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-5/+5
2016-05-02Remove unused pbOpt parameterStephan Bergmann3-20/+18
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-03-08Remove ornamental noiseStephan Bergmann1-3/+3
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-26/+3
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin4-132/+132
2015-12-14Use emplace_backStephan Bergmann1-15/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-12/+12
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-06coverity#1338260 Uncaught exceptionCaolán McNamara1-0/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin4-6/+6
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2014-12-16unodevtools: Use appropriate OUString functions on string constantsStephan Bergmann3-18/+18
2014-12-04unodevtools: loplugin:cstylecastStephan Bergmann2-12/+12
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-9/+0
2014-07-01New loplugin:stringconcatStephan Bergmann5-55/+53
2014-06-21cppcheck: Redundant checking of STL containerJulien Nabet1-11/+4
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-06-04compareTo -> equalsNoel Grandin1-6/+6
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-08Clean up function declarationsStephan Bergmann5-35/+31
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-18Make parameters const too.Andrzej Hunt1-2/+2
2014-03-18loplugin:passstringbyrefAndrzej Hunt1-1/+1
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
2014-03-03unodevtools: rename makefile like the ExecutableMichael Stahl2-1/+1
2014-02-26Remove visual noise from unodevtoolsAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-17unodevtools: sal_Bool -> boolStephan Bergmann2-11/+11
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann2-3/+3