summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-5/+1
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-1/+1
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-061-7/+5
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-11/+6
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-9/+6
* fix leakCaolán McNamara2017-03-021-6/+6
* dig out lotuswordpros table limitsCaolán McNamara2017-03-021-0/+8
* build WordProCellsMap much fasterCaolán McNamara2017-03-011-4/+1
* fix leakCaolán McNamara2017-03-011-27/+26
* fix leakCaolán McNamara2017-03-011-2/+2
* fix leakCaolán McNamara2017-02-281-10/+9
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-3/+2
* new loplugin: useuniqueptr: lotuswordproNoel Grandin2017-01-111-2/+2
* fftester: fail on double parse of the same tableCaolán McNamara2016-05-081-7/+10
* fftester: double use of XFTable, ref this upCaolán McNamara2016-05-051-8/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* cppcheck: silence unusedPrivateFunctionCaolán McNamara2016-01-211-2/+2
* crashtesting: these can happen with broken documentsCaolán McNamara2015-12-181-2/+2
* crashtesting: this can happen with a broken documentCaolán McNamara2015-12-181-1/+1
* need more References for life cycle fixes hereCaolán McNamara2015-12-131-2/+2
* font might be nullCaolán McNamara2015-12-131-7/+10
* deploy references to keep layout alive long enoughCaolán McNamara2015-12-131-4/+1
* need more dynamic casts hereCaolán McNamara2015-12-131-0/+1
* cppcheck: fix memleak in lotuswordproJulien Nabet2015-12-131-0/+3
* guard against missing Container LayoutCaolán McNamara2015-12-121-1/+1
* check all obj().get() casts with dynamic_castCaolán McNamara2015-12-121-8/+8
* coverity#1341875 Division or modulo by float zeroCaolán McNamara2015-12-121-1/+1
* there can be 0 columnsCaolán McNamara2015-12-101-2/+2
* guard against missing rangeCaolán McNamara2015-12-101-31/+37
* check is within legal boundsCaolán McNamara2015-12-101-1/+4
* guard against missing HeadHolderCaolán McNamara2015-12-101-1/+1
* guard against missing table containerCaolán McNamara2015-12-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-22/+22
* Fix typosAndrea Gelmini2015-10-011-3/+3
* boost->stdCaolán McNamara2015-09-171-1/+1
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-4/+1
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-171-15/+0
* Fix typosAndrea Gelmini2015-07-081-3/+3
* Fix typosAndrea Gelmini2015-07-031-1/+1
* More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
* tdf#90028 avoid crash if style is not foundDavid Tardon2015-04-141-4/+8
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-191-2/+1
* coverity#738972 Use after freeCaolán McNamara2014-11-141-6/+6
* loplugin: cstylecastNoel Grandin2014-10-231-9/+9
* new compilerplugin returnbyrefNoel Grandin2014-06-241-47/+44
* coverity#736883 Unintended sign extensionCaolán McNamara2014-06-171-1/+1
* Fix memory leaks, by refcounting XFContentStephan Bergmann2014-06-111-2/+3
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-26/+26
* Fix memory leaks, by refcounting XFFontStephan Bergmann2014-06-061-2/+2
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-13/+13