summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)AuthorFilesLines
2019-12-24sal_Char->char in unoxmlNoel Grandin2-4/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-08-09Fix typosAndrea Gelmini1-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-28tdf#120703 PVS: fix cleanup checksMike Kaganski1-10/+12
2019-04-19optimise find/insert patternNoel Grandin3-20/+8
2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski5-71/+70
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski1-6/+6
2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski5-70/+70
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-2/+4
2019-01-27Take advantage of known index to avoid an OUString copyMatteo Casalin1-10/+4
2019-01-27Use optimized OUString concatenationMatteo Casalin1-5/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-11/+9
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-74/+74
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-2/+1
2018-10-17Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov6-398/+246
2018-09-17New loplugin:externalStephan Bergmann5-52/+52
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-15Fix typosAndrea Gelmini1-5/+5
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
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