summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-202-2/+2
* Fix typosAndrea Gelmini2016-07-202-2/+2
* Fix typosAndrea Gelmini2016-07-201-2/+2
* Fix typosAndrea Gelmini2016-07-201-1/+1
* loplugin:unusedfields variousNoel Grandin2016-07-121-1/+0
* new loplugin: memoryvarNoel Grandin2015-11-111-10/+6
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1031-234/+234
* -Werror,-WformatStephan Bergmann2015-10-261-1/+1
* remove extra spaces around ::Noel Grandin2015-10-267-33/+33
* cppcheck: invalidPrintfArgType_sintCaolán McNamara2015-10-241-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1210-168/+168
* cppcheck:variableScopeNoel Grandin2015-10-121-36/+22
* loplugin:unusedmethodsNoel Grandin2015-10-012-8/+0
* Fix typosAndrea Gelmini2015-09-307-9/+9
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-292-2/+2
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-292-41/+0
* convert Link<> to typedNoel Grandin2015-09-234-31/+31
* Use a C99 flexible array memberStephan Bergmann2015-09-182-2/+2
* loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2015-09-082-36/+26
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-2/+1
* tdf#39468: Translate German comments in core/rsc/incLucas Satabin2015-08-3013-166/+157
* tdf#39468: Translate German comments in core/rsc/sourceLucas Satabin2015-08-2813-250/+242
* 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