summaryrefslogtreecommitdiffstats
path: root/rsc/source
Commit message (Expand)AuthorAgeFilesLines
* convert WindowAlign to scoped enumNoel Grandin2015-07-241-4/+4
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-4/+2
* cppcheck: variableScopeCaolán McNamara2015-06-091-5/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-086-17/+17
* -fsanitize=nonnull-attribute in memcpy callStephan Bergmann2015-06-021-1/+5
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-10/+10
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-9/+5
* cppcheck: invalidPrintfArgType_uintCaolán McNamara2015-04-291-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* rsc crash on WIN64 due to LP64Norbert Thiebaud2015-04-203-27/+27
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2816-71/+71
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-6/+6
* tdf#39440 cppcheck cleanliness, Fixing basic cpp errorsVarun2015-03-261-1/+1
* loplugin:constantfunction: rscNoel Grandin2015-03-245-22/+0
* V805: Decreased performanceCaolán McNamara2015-03-021-1/+1
* remove executable bit from c / h / cxx / hxx / l filesMichael Stahl2015-03-023-0/+0
* wrong length value for string lengthMarkus Mohrhard2015-03-011-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-2314-84/+84
* Werror: data lost during conversion from size_t to intDavid Ostrovsky2015-02-093-8/+9
* coverity#1266502 Useless callCaolán McNamara2015-01-261-6/+0
* Some more loplugin:cstylecast: rscStephan Bergmann2015-01-2010-170/+165
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-2/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-061-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-5/+5
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-022-5/+4
* various other apparently unnecessary rsc stuffCaolán McNamara2014-12-313-32/+0
* drop dateformatter resource loadingCaolán McNamara2014-12-312-90/+0
* drop timeformatter resource loadingCaolán McNamara2014-12-312-75/+0
* TimeFields not loaded from resource files anymoreCaolán McNamara2014-12-312-24/+0
* splitters no longer loaded from resource filesCaolán McNamara2014-12-282-22/+0
* HelpButtons no longer loaded from .rsc filesCaolán McNamara2014-12-221-9/+0
* fdo#39440 rsc: reduce scope of local variablesMichael Weghorn2014-12-194-22/+10
* document coverity#983096 Resource leakCaolán McNamara2014-11-211-0/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-4/+4
* coverity#982297 EBCDIC-related cleanupCaolán McNamara2014-11-032-3/+2
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-5/+5
* fdo#84938: replace TIMEF_ constants with enumNoel Grandin2014-10-281-3/+3
* fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2014-10-271-19/+19
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-211-4/+4
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-12/+12
* fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2014-10-151-24/+24
* coverity#982170 Unchecked return value from libraryCaolán McNamara2014-10-131-2/+2
* warning C4101: unreferenced local variableStephan Bergmann2014-10-061-5/+5
* we really do not care about ebcdic do we ?Norbert Thiebaud2014-10-044-61/+5