summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)Author
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20Fix typosAndrea Gelmini
2016-07-20Fix typosAndrea Gelmini
2016-07-20Fix typosAndrea Gelmini
2016-07-12loplugin:unusedfields variousNoel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26-Werror,-WformatStephan Bergmann
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-23convert Link<> to typedNoel Grandin
2015-09-18Use a C99 flexible array memberStephan Bergmann
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-08-30tdf#39468: Translate German comments in core/rsc/incLucas Satabin
2015-08-28tdf#39468: Translate German comments in core/rsc/sourceLucas Satabin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-02Bin empty eval statementMatúš Kukan
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Clean up tools/link.hxxStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29cppcheck: invalidPrintfArgType_uintCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-20rsc crash on WIN64 due to LP64Norbert Thiebaud
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26tdf#39440 cppcheck cleanliness, Fixing basic cpp errorsVarun
2015-03-24loplugin:constantfunction: rscNoel Grandin
2015-03-05Explicitly default the copy ctorStephan Bergmann