summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Fix typosAndrea Gelmini11-19/+19
2015-10-01loplugin:unusedmethodsNoel Grandin4-39/+0
2015-09-30Fix typosAndrea Gelmini5-7/+7
2015-09-17boost->stdCaolán McNamara12-29/+27
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-07cppcheck: noExplicitCopyMoveConstructorCaolán McNamara1-1/+1
2015-09-07cppcheck: operatorEqVarErrorCaolán McNamara1-0/+2
2015-08-27Help GCCStephan Bergmann2-9/+9
2015-08-27Clean up aEmptyStephan Bergmann2-18/+11
2015-08-21add lwp to fftesterCaolán McNamara1-0/+7
2015-08-14loplugin: defaultparamsNoel Grandin7-14/+14
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