summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-168/+168
2015-10-12cppcheck:variableScopeNoel Grandin1-36/+22
2015-10-01loplugin:unusedmethodsNoel Grandin2-8/+0
2015-09-30Fix typosAndrea Gelmini7-9/+9
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann2-2/+2
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-41/+0
2015-09-23convert Link<> to typedNoel Grandin4-31/+31
2015-09-18Use a C99 flexible array memberStephan Bergmann2-2/+2
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2-36/+26
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-2/+1
2015-08-30tdf#39468: Translate German comments in core/rsc/incLucas Satabin13-166/+157
2015-08-28tdf#39468: Translate German comments in core/rsc/sourceLucas Satabin13-250/+242
2015-08-05loplugin:unusedmethodsNoel Grandin13-60/+1
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin2-9/+5
2015-07-24convert WindowAlign to scoped enumNoel Grandin2-4/+6
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2015-06-09cppcheck: variableScopeCaolán McNamara1-5/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann8-20/+20
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-10/+10
2015-05-02Bin empty eval statementMatúš Kukan1-3/+0
2015-04-30Gradually typed LinkStephan Bergmann2-2/+2
2015-04-29Clean up tools/link.hxxStephan Bergmann1-0/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-9/+5
2015-04-29cppcheck: invalidPrintfArgType_uintCaolán McNamara1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-20rsc crash on WIN64 due to LP64Norbert Thiebaud4-30/+30
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
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-27loplugin:staticfunctionNoel Grandin5-6/+6
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-05Explicitly default the copy ctorStephan Bergmann1-1/+1
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 Grandin19-111/+108
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-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-5/+5
2015-01-20Some more loplugin:cstylecast: rscStephan Bergmann14-183/+178
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin4-11/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2