summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-5/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-7/+5
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-11/+6
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-9/+6
2017-03-02fix leakCaolán McNamara1-6/+6
2017-03-02dig out lotuswordpros table limitsCaolán McNamara1-0/+8
2017-03-01build WordProCellsMap much fasterCaolán McNamara1-4/+1
2017-03-01fix leakCaolán McNamara1-27/+26
2017-03-01fix leakCaolán McNamara1-2/+2
2017-02-28fix leakCaolán McNamara1-10/+9
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin1-2/+2
2016-05-08fftester: fail on double parse of the same tableCaolán McNamara1-7/+10
2016-05-05fftester: double use of XFTable, ref this upCaolán McNamara1-8/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-01-21cppcheck: silence unusedPrivateFunctionCaolán McNamara1-2/+2
2015-12-18crashtesting: these can happen with broken documentsCaolán McNamara1-2/+2
2015-12-18crashtesting: this can happen with a broken documentCaolán McNamara1-1/+1
2015-12-13need more References for life cycle fixes hereCaolán McNamara1-2/+2
2015-12-13font might be nullCaolán McNamara1-7/+10
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara1-4/+1
2015-12-13need more dynamic casts hereCaolán McNamara1-0/+1
2015-12-13cppcheck: fix memleak in lotuswordproJulien Nabet1-0/+3
2015-12-12guard against missing Container LayoutCaolán McNamara1-1/+1
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara1-8/+8
2015-12-12coverity#1341875 Division or modulo by float zeroCaolán McNamara1-1/+1
2015-12-10there can be 0 columnsCaolán McNamara1-2/+2
2015-12-10guard against missing rangeCaolán McNamara1-31/+37
2015-12-10check is within legal boundsCaolán McNamara1-1/+4
2015-12-10guard against missing HeadHolderCaolán McNamara1-1/+1
2015-12-10guard against missing table containerCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-10-01Fix typosAndrea Gelmini1-3/+3
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-4/+1
2015-07-17loplugin:unusedmethods lotuswordproNoel Grandin1-15/+0
2015-07-08Fix typosAndrea Gelmini1-3/+3
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-14tdf#90028 avoid crash if style is not foundDavid Tardon1-4/+8
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-14coverity#738972 Use after freeCaolán McNamara1-6/+6
2014-10-23loplugin: cstylecastNoel Grandin1-9/+9
2014-06-24new compilerplugin returnbyrefNoel Grandin1-47/+44
2014-06-17coverity#736883 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-11Fix memory leaks, by refcounting XFContentStephan Bergmann1-2/+3
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-26/+26
2014-06-06Fix memory leaks, by refcounting XFFontStephan Bergmann1-2/+2
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-13/+13