summaryrefslogtreecommitdiff
path: root/rsc/source/tools
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara5-1509/+0
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+2
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-2/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2-4/+9
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin1-6/+6
2016-12-23merge StringNode with RscDefineNoel Grandin2-34/+29
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-1/+1
2016-10-11remove some conversion operator methodsNoel Grandin1-5/+0
2016-09-30loplugin:constantparamNoel Grandin1-20/+9
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in rscStephan Bergmann1-4/+4
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-1/+0
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-05-26loplugin:unusedmethodsNoel Grandin1-7/+0
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin1-12/+0
2016-04-30tdf#99587 - make rsc work in tr_TR.UTF-8 locale.Michael Meeks1-31/+5
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin1-26/+23
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in rscNoel Grandin1-9/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-26/+26
2015-10-26remove extra spaces around ::Noel Grandin2-18/+18
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-39/+0
2015-09-23convert Link<> to typedNoel Grandin1-2/+2
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin1-12/+12
2015-08-28tdf#39468: Translate German comments in core/rsc/sourceLucas Satabin2-24/+22
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-9/+9
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+5
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-10/+10
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-20rsc crash on WIN64 due to LP64Norbert Thiebaud1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: rscStephan Bergmann1-7/+6
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-19fdo#39440 rsc: reduce scope of local variablesMichael Weghorn1-8/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin2-18/+18
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin3-8/+8
2014-05-10coverity#984106 Uninitialized scalar fieldCaolán McNamara1-2/+2
2014-01-10Use boolStephan Bergmann1-1/+1