summaryrefslogtreecommitdiffstats
path: root/codemaker/source/codemaker
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-141-2/+1
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-052-4/+6
* Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski2019-04-042-6/+4
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-12/+10
* pvs-studio: The condition 'nIndex != - 1' of loop is always trueCaolán McNamara2018-10-211-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-8/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-1/+1
* More loplugin:cstylecast: codemakerStephan Bergmann2018-01-121-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* loplugin:constantparam in c*Noel Grandin2017-11-011-7/+1
* loplugin:includeform: codemakerStephan Bergmann2017-10-236-31/+31
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-201-1/+1
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-181-2/+2
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-201-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-4/+4
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-6/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+0
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-1/+1
* clang-cl loplugin: codemakerStephan Bergmann2016-10-161-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-2/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-10/+3
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-242-55/+55
* convert to range-based for loops in codemaker/Noel Grandin2016-02-092-9/+6
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-19/+19
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-022-9/+9
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* More iwyu suggested headers removalRiccardo Magliocchetti2014-11-181-1/+0
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-7/+6
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1
* coverity#1019323 Unchecked dynamic_castCaolán McNamara2014-07-261-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann2014-05-231-3/+1
* codemaker,editeng: prefer passing OUString by referenceNoel Grandin2014-03-171-3/+3
* Remove visual noise from codemakerAlexander Wilms2014-02-271-2/+2
* codemaker: sal_Bool -> boolStephan Bergmann2014-02-172-26/+26
* codemaker: fix^2 invalid string index accessStephan Bergmann2014-01-101-5/+2
* codemaker: fix invalid string index accessMichael Stahl2013-11-071-2/+3
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-4/+4
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-9/+2