summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin6-10/+10
2015-07-30loplugin:unusedmethodsNoel Grandin4-56/+0
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann2-3/+0
2015-07-19Fix typosAndrea Gelmini4-5/+5
2015-07-17remove pointless comments in lotuswordproNoel Grandin152-1147/+102
2015-07-17loplugin:unusedmethods lotuswordproNoel Grandin76-1375/+51
2015-07-08Fix typosAndrea Gelmini1-3/+3
2015-07-03Fix typosAndrea Gelmini10-11/+11
2015-06-30Fix typosAndrea Gelmini3-3/+3
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin6-17/+12
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-9/+9
2015-06-19Remove unnecessary variableStephan Bergmann1-3/+1
2015-06-19Use a more straightforward hash functionStephan Bergmann1-10/+2
2015-06-19Consistently represent bullet char as OUStringStephan Bergmann5-14/+10
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-5/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
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