summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2016-03-08need stdexceptCaolán McNamara1-0/+1
2016-03-08avoid infinite regress in busted documentsCaolán McNamara4-7/+21
2016-03-07lwp: fix infinite recurseCaolán McNamara2-1/+2
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-02loplugin:unuseddefaultparam in lotuswordproNoel Grandin10-60/+40
2016-02-22loplugin:write only fieldsNoel Grandin4-5/+1
2016-02-09Remove excess newlinesChris Sherlock4-5/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-22lotuswordpro: Clean after we use constructor featureMatúš Kukan3-46/+16
2016-01-21Clean upStephan Bergmann3-38/+7
2016-01-21cppcheck: silence unusedPrivateFunctionCaolán McNamara12-77/+77
2016-01-21-fsanitize=functionStephan Bergmann1-1/+2
2016-01-21tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilterkripton3-26/+9
2016-01-18loplugin: unused return valuesNoel Grandin4-17/+8
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin19-84/+47
2016-01-10Fix typosAndrea Gelmini11-13/+13
2016-01-01guard against infinite recursion in MarginsSameAsParentCaolán McNamara2-4/+15
2015-12-29return early if Container invalidatedCaolán McNamara1-0/+2
2015-12-28guard against infinite recursion in GetGeometryCaolán McNamara2-5/+18
2015-12-27guard against missing Container LayoutCaolán McNamara1-2/+5
2015-12-27guard against missing FoundryCaolán McNamara1-2/+2
2015-12-24loplugin:unusedfieldsNoel Grandin8-19/+0
2015-12-23guard against missing DropcapMgr and FoundryCaolán McNamara1-2/+7
2015-12-22guard against missing ContentContainerCaolán McNamara1-4/+6
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2-2/+0
2015-12-191343630 Dereference after null checkCaolán McNamara1-1/+1
2015-12-19coverity#1343629 Unchecked dynamic_castCaolán McNamara1-2/+2
2015-12-19coverity#1343627 Unchecked dynamic_castCaolán McNamara1-1/+3
2015-12-19coverity#1343626 Unchecked dynamic_castCaolán McNamara1-12/+21
2015-12-19coverity#1343625 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-12-19coverity#1343624 Unchecked dynamic_castCaolán McNamara1-2/+3
2015-12-19coverity#1343623 Logically dead codeCaolán McNamara1-1/+1
2015-12-18guard against missing XFContentContainerCaolán McNamara1-1/+1
2015-12-18crashtesting: these can happen with broken documentsCaolán McNamara4-10/+6
2015-12-18crashtesting: this can happen with a broken documentCaolán McNamara1-1/+1
2015-12-17guard against null FoundryCaolán McNamara1-3/+3
2015-12-16These would probably wreak havocStephan Bergmann2-14/+2
2015-12-15loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-12-15more recursion protectionCaolán McNamara2-4/+15
2015-12-14add missing includeDavid Tardon1-0/+3
2015-12-14ensure IsPage layout truly is a LwpPageLayoutCaolán McNamara1-3/+6
2015-12-14clear objects from duplicate ids earlyCaolán McNamara1-2/+7
2015-12-14loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2015-12-13need more References for life cycle fixes hereCaolán McNamara8-86/+89
2015-12-13guard against infinite recursionCaolán McNamara2-3/+14
2015-12-13more lifecycle protectionCaolán McNamara1-25/+23
2015-12-13more use of references to avoid crashingCaolán McNamara1-2/+2
2015-12-13font might be nullCaolán McNamara1-7/+10
2015-12-13most casts and checksCaolán McNamara1-7/+8