summaryrefslogtreecommitdiffstats
path: root/unodevtools
Commit message (Expand)AuthorAgeFilesLines
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* tdf#120703 PVS: fix cleanup checksMike Kaganski2019-04-281-10/+12
* optimise find/insert patternNoel Grandin2019-04-193-20/+8
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-055-71/+70
* tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski2019-04-051-6/+6
* Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski2019-04-045-70/+70
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-2/+4
* Take advantage of known index to avoid an OUString copyMatteo Casalin2019-01-271-10/+4
* Use optimized OUString concatenationMatteo Casalin2019-01-271-5/+1
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-11/+9
* 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