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