summaryrefslogtreecommitdiff
path: root/rsc/source
AgeCommit message (Expand)AuthorFilesLines
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-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-9/+5
2015-04-29cppcheck: invalidPrintfArgType_uintCaolán McNamara1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-20rsc crash on WIN64 due to LP64Norbert Thiebaud3-27/+27
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann16-71/+71
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+6
2015-03-26tdf#39440 cppcheck cleanliness, Fixing basic cpp errorsVarun1-1/+1
2015-03-24loplugin:constantfunction: rscNoel Grandin5-22/+0
2015-03-02V805: Decreased performanceCaolán McNamara1-1/+1
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl3-0/+0
2015-03-01wrong length value for string lengthMarkus Mohrhard1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin14-84/+84
2015-02-09Werror: data lost during conversion from size_t to intDavid Ostrovsky3-8/+9
2015-01-26coverity#1266502 Useless callCaolán McNamara1-6/+0
2015-01-20Some more loplugin:cstylecast: rscStephan Bergmann10-170/+165
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-5/+5
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-5/+4
2014-12-31various other apparently unnecessary rsc stuffCaolán McNamara3-32/+0
2014-12-31drop dateformatter resource loadingCaolán McNamara2-90/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara2-75/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara2-24/+0
2014-12-28splitters no longer loaded from resource filesCaolán McNamara2-22/+0
2014-12-22HelpButtons no longer loaded from .rsc filesCaolán McNamara1-9/+0
2014-12-19fdo#39440 rsc: reduce scope of local variablesMichael Weghorn4-22/+10
2014-11-21document coverity#983096 Resource leakCaolán McNamara1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-4/+4
2014-11-03coverity#982297 EBCDIC-related cleanupCaolán McNamara2-3/+2
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-5/+5
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-3/+3
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-19/+19
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-4/+4
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-12/+12
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-24/+24
2014-10-13coverity#982170 Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-06warning C4101: unreferenced local variableStephan Bergmann1-5/+5
2014-10-04we really do not care about ebcdic do we ?Norbert Thiebaud4-61/+5
2014-10-04coverity#706152 Copy into fixed size bufferNorbert Thiebaud2-10/+39
2014-10-04cosmetic: start bringing rscpp in this century c-wiseNorbert Thiebaud6-1935/+2153
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin7-44/+44
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-19warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2014-09-19cid#983095 Resource leakNoel Grandin1-1/+3