summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
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-23guard against missing DropcapMgr and FoundryCaolán McNamara1-2/+7
2015-12-22guard against missing ContentContainerCaolán McNamara1-4/+6
2015-12-19coverity#1343623 Logically dead codeCaolán McNamara4-20/+32
2015-12-18guard against missing XFContentContainerCaolán McNamara1-1/+1
2015-12-17guard against null FoundryCaolán McNamara1-3/+3
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-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
2015-12-13hold WaterMarkLayout by referenceCaolán McNamara3-16/+18
2015-12-13use more references to fix life cyclesCaolán McNamara1-55/+151
2015-12-13use more references to fix life cyclesCaolán McNamara1-2/+2
2015-12-13use more references to fix life cyclesCaolán McNamara1-5/+5
2015-12-13guard against invalid Layout ScaleCaolán McNamara1-6/+8
2015-12-13guard against no container layoutCaolán McNamara1-0/+3
2015-12-13protect both EnumNamedProperty branches the same wayCaolán McNamara1-4/+3
2015-12-13use more references to fix life cyclesCaolán McNamara1-29/+12
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara4-12/+12
2015-12-13use more references to fix life cyclesCaolán McNamara13-87/+94
2015-12-13use more references to fix life cyclesCaolán McNamara1-8/+8
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara3-24/+21
2015-12-13guard against missing header rowsCaolán McNamara1-3/+5
2015-12-13protect against missing FoundryCaolán McNamara1-0/+2
2015-12-13recursion protectionCaolán McNamara4-7/+19
2015-12-13need more dynamic casts hereCaolán McNamara4-6/+4
2015-12-13cppcheck: fix memleak in lotuswordproJulien Nabet1-0/+3
2015-12-13infinite recurse protectionCaolán McNamara3-21/+38
2015-12-13guard against infinite recursionCaolán McNamara1-2/+2
2015-12-12guard against null pContentCaolán McNamara1-0/+4
2015-12-12guard against missing Container LayoutCaolán McNamara1-1/+1
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara13-65/+52
2015-12-12this cast needs to be dynamicCaolán McNamara1-1/+1
2015-12-12this cast needs to be dynamicCaolán McNamara1-1/+1
2015-12-12guard against empty XFDrawObjectsCaolán McNamara1-1/+1
2015-12-12guard against missing tableCaolán McNamara1-1/+5
2015-12-12guard against missing m_pXFContainerCaolán McNamara1-2/+2
2015-12-12coverity#1341875 Division or modulo by float zeroCaolán McNamara1-1/+1
2015-12-10need a dynamic cast hereCaolán McNamara1-1/+1