summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2015-08-0513-60/+1
* sal,rsc,oox: inline some use-once typedefsNoel Grandin2015-08-042-9/+5
* convert WindowAlign to scoped enumNoel Grandin2015-07-242-4/+6
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-2/+2
* 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-088-20/+20
* -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
* Bin empty eval statementMatúš Kukan2015-05-021-3/+0
* Gradually typed LinkStephan Bergmann2015-04-302-2/+2
* Clean up tools/link.hxxStephan Bergmann2015-04-291-0/+3
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-9/+5
* cppcheck: invalidPrintfArgType_uintCaolán McNamara2015-04-291-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-3/+3
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* rsc crash on WIN64 due to LP64Norbert Thiebaud2015-04-204-30/+30
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* 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