summaryrefslogtreecommitdiff
path: root/rsc/source/tools
AgeCommit message (Expand)Author
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
2013-10-09CID#707521 unintialized memberCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-03module rsc: String, bool and other clean-up.Norbert Thiebaud
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27fix extension replacer (rsc)Andras Timar
2013-03-27stop uninitialized memory leaking into resource files.Andras Timar
2013-03-27remove unused functionality from Resource CompilerAndras Timar
2013-03-21stop uninitialized memory leaking into resource files.Michael Meeks
2013-03-14fdo#39445 writing out tools/fsys.hxxKrisztian Pinter