summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin20-128/+57
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara31-71/+61
2015-06-10cppcheck: noExplicitConstructorCaolán McNamara2-6/+6
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin2-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-07Remove include stdio (part7)Julien Nabet3-4/+0
2015-06-05these types come directly from the file itselfCaolán McNamara1-2/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin5-10/+10
2015-05-05loplugin:staticmethodsNoel Grandin30-52/+52
2015-04-29redundant castCaolán McNamara1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann3-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann7-31/+30
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann7-29/+29
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin23-124/+124
2015-04-14tdf#90028 avoid crash if style is not foundDavid Tardon1-4/+8
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-4/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
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 Bergmann2-3/+3
2015-03-24fix windows buildNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: lotuswordproNoel Grandin13-36/+14
2015-03-23TyposJulien Nabet1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2015-03-12TyposJulien Nabet1-1/+1
2015-03-12lotuswordpro: PVS-Studio V674 comparing long to doubleMichael Stahl1-1/+1
2015-03-11slightly odd stuff hereCaolán McNamara1-16/+7
2015-03-08TyposJulien Nabet2-3/+3
2015-03-04V813: Decreased performanceCaolán McNamara6-47/+35
2015-02-24TyposJulien Nabet3-3/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-7/+7
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann7-16/+16
2015-02-06coverity#1267642 Logically dead codeCaolán McNamara1-2/+0
2015-02-04coverity#1267665 Logically dead codeCaolán McNamara1-2/+0
2015-02-04coverity#1267650 Logically dead codeCaolán McNamara1-14/+4
2015-02-04coverity#1267647 Logically dead codeCaolán McNamara1-3/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-39/+0
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-4/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin8-60/+55
2015-01-25coverity#1266511 Useless callCaolán McNamara1-3/+1
2015-01-25coverity#1266516 Useless callCaolán McNamara1-1/+1
2015-01-24valgrind: uninitialised valueCaolán McNamara1-1/+1
2015-01-24cppcheck: memset on union containing floating pointer numberCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: lotuswordproStephan Bergmann2-11/+11
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-2/+2