summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Fix typos in codeAndrea Gelmini1-1/+1
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-3/+3
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara1-2/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-01guard against infinite recursion in MarginsSameAsParentCaolán McNamara1-2/+3
2015-12-28guard against infinite recursion in GetGeometryCaolán McNamara1-4/+7
2015-12-15more recursion protectionCaolán McNamara1-2/+3
2015-12-13need more References for life cycle fixes hereCaolán McNamara1-36/+35
2015-12-13hold WaterMarkLayout by referenceCaolán McNamara1-8/+9
2015-12-13use more references to fix life cyclesCaolán McNamara1-55/+151
2015-12-13guard against invalid Layout ScaleCaolán McNamara1-6/+8
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara1-7/+7
2015-12-13use more references to fix life cyclesCaolán McNamara1-28/+26
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara1-5/+5
2015-12-13recursion protectionCaolán McNamara1-2/+4
2015-12-13infinite recurse protectionCaolán McNamara1-17/+14
2015-12-13guard against infinite recursionCaolán McNamara1-2/+2
2015-12-10check dynamic castsCaolán McNamara1-6/+6
2015-12-10guard against missing geometryCaolán McNamara1-2/+2
2015-12-09guard against infinite recursion on registering stylesCaolán McNamara1-1/+1
2015-12-09guard against styles based on themselvesCaolán McNamara1-105/+91
2015-11-20loplugin:unusedfields lotuswordproNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-32/+32
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-61/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-17/+16
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-15/+15
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-17/+12
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-35/+35
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-93/+93
2014-06-06Fix memory leaks, by refcounting XFFontStephan Bergmann1-3/+2
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-82/+82
2014-03-19coverity#735757 Unchecked dynamic_castCaolán McNamara1-1/+4
2014-03-03coverity#738722: Unitialized scalar fieldNorbert Thiebaud1-0/+6
2014-03-03coverity#738723: Unitialized scalar fieldNorbert Thiebaud1-1/+6
2014-02-26Remove visual noise from lotuswordproAlexander Wilms1-4/+0
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-02-18coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-18coverity: no need to use a pointer hereMarkus Mohrhard1-6/+6
2013-02-18coverity: new[] vs delete mismatchMarkus Mohrhard1-1/+1