summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin1-4/+4
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-01-07use unique_ptr in lotuswordproNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+3
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-36/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27ofz#9603 infinite recursionCaolán McNamara1-7/+24
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-05-08ofz#8161 avoid recurse to deathCaolán McNamara1-3/+12
2018-03-26ofz#7146 Infinite recurseCaolán McNamara1-5/+16
2018-03-25ofz#7109 infinite regressCaolán McNamara1-2/+3
2018-03-06ofz: memory leakCaolán McNamara1-8/+7
2018-03-03ofz#6674 Direct-leakCaolán McNamara1-8/+8
2018-03-01ofz#6640 avoid recurse to deathCaolán McNamara1-5/+15
2018-03-01ofz: infinite loopCaolán McNamara1-0/+4
2018-02-28ofz#6602 infinite recursionCaolán McNamara1-2/+14
2018-02-19ofz#6448 infinite-regressCaolán McNamara1-14/+15
2018-02-13ofz: better loop detectionCaolán McNamara1-5/+4
2018-02-08ofz#6104 guard against self recursive GetShadowCaolán McNamara1-6/+13
2018-01-31ofz: Infinite loopCaolán McNamara1-12/+4
2018-01-21just return a vectorCaolán McNamara1-8/+2
2018-01-08ofz#5025 Direct-leakCaolán McNamara1-3/+3
2018-01-03ofz#4919 Direct-leakCaolán McNamara1-8/+8
2017-12-19ofz#4689 avoid recurse to deathCaolán McNamara1-5/+11
2017-12-12ofz#4600 avoid recurse to deathCaolán McNamara1-4/+10
2017-12-07ofz#4548 infinite regress in GetUsePrinterSettingsCaolán McNamara1-3/+12
2017-12-07Revert "ofz#4548 infinite regress in GetUsePrinterSettings"Thorsten Behrens1-12/+3
2017-12-06ofz#4548 infinite regress in GetUsePrinterSettingsCaolán McNamara1-3/+12
2017-11-29loplugin:unusedmethodsNoel Grandin1-32/+0
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-08-01loplugin:constparams in lotuswordproNoel Grandin1-6/+6
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-06-19ofz: loop in layoutCaolán McNamara1-2/+8
2017-06-19pLayout can't be null hereCaolán McNamara1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-24/+6
2017-04-11loplugin:inlinefields in lotuswordproNoel Grandin1-26/+8
2017-04-11ofz: loop in lwp layoutCaolán McNamara1-1/+7
2017-03-02avoid recursive register styleCaolán McNamara1-1/+1
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin1-5/+4
2016-06-29move #includes to top of fileNoel Grandin1-2/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-2/+2
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