summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:staticfunctionNoel Grandin2015-03-275-6/+6
* 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
* Explicitly default the copy ctorStephan Bergmann2015-03-051-1/+1
* 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-2319-111/+108
* 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
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-5/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-5/+5
* Some more loplugin:cstylecast: rscStephan Bergmann2015-01-2014-183/+178
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-084-11/+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-062-3/+6
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-10/+10
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-022-5/+4
* various other apparently unnecessary rsc stuffCaolán McNamara2014-12-314-42/+0
* drop dateformatter resource loadingCaolán McNamara2014-12-313-93/+0
* drop timeformatter resource loadingCaolán McNamara2014-12-313-78/+0
* TimeFields not loaded from resource files anymoreCaolán McNamara2014-12-313-25/+0
* splitters no longer loaded from resource filesCaolán McNamara2014-12-283-23/+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-052-4/+6
* coverity#982297 EBCDIC-related cleanupCaolán McNamara2014-11-032-3/+2
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-012-5/+8
* sal_Int16 as the underlying type of WindowBorderStyleTakeshi Abe2014-10-281-1/+1
* fdo#84938: replace TIMEF_ constants with enumNoel Grandin2014-10-282-4/+7
* fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2014-10-272-19/+21
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-231-1/+3
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-212-4/+5
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-202-12/+13
* fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2014-10-152-24/+26
* 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
* coverity#706152 Copy into fixed size bufferNorbert Thiebaud2014-10-042-10/+39
* cosmetic: start bringing rscpp in this century c-wiseNorbert Thiebaud2014-10-046-1935/+2153
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+1
* loplugin: cstylecastNoel Grandin2014-09-2910-53/+53
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* warning C4701: potentially uninitialized local variableStephan Bergmann2014-09-191-1/+1
* cid#983095 Resource leakNoel Grandin2014-09-191-1/+3