summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-15/+15
2018-01-03ofz#4921 limit column check to max legal column indexCaolán McNamara1-2/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-24ofz#4414 set new nWwCols after verifying legal sizeCaolán McNamara1-3/+3
2017-11-24improve scoping and use a ref instead of a pointerCaolán McNamara1-6/+5
2017-11-23ofz#4335 verify sprmTDefTable lengthCaolán McNamara1-15/+24
2017-11-21ofz#4306 Infinite-LoopCaolán McNamara1-12/+10
2017-11-21loplugin:flatten in swNoel Grandin1-85/+87
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-16Fix typosAndrea Gelmini1-2/+2
2017-11-09ofz#4144 Null-dereference READCaolán McNamara1-2/+2
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-25ofz#3527 ofz#3532 Invalid read of size 8Caolán McNamara1-11/+15
2017-10-11tdf#55528 ww8import: import table width percentJustin Luth1-2/+16
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-09-26ofz various timeouts in ww8fuzzerCaolán McNamara1-2/+4
2017-09-25Fix typosAndrea Gelmini1-2/+2
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-09-09tdf#112074 ww8import: replace m_nOrgDxaLeft with GetMinLeft()Justin Luth1-6/+1
2017-09-06tdf#112074 doc import: use real width if no preferred widthJustin Luth1-7/+3
2017-08-26remove dead comment.Justin Luth1-7/+0
2017-08-07loplugin:constparams in sw part9Noel Grandin1-4/+4
2017-08-04rename nToleranz->nToleranceNoel Grandin1-5/+5
2017-07-27ofz#2759 null dereferenceCaolán McNamara1-4/+6
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-07-06ofz: fix some leaksCaolán McNamara1-1/+1
2017-07-06ofz: fix some leaksCaolán McNamara1-12/+12
2017-07-06ofz: fix some leaksCaolán McNamara1-2/+2
2017-07-06ofz: fix some leaksCaolán McNamara1-5/+5
2017-07-06ofz: fix some leaksCaolán McNamara1-1/+1
2017-07-06ofz: fix some leaksCaolán McNamara1-9/+9
2017-07-06ofz: fix some leaksCaolán McNamara1-9/+6
2017-07-06ofz: fix leakCaolán McNamara1-23/+23
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-07-02WW8SwFlyPara ctor nPgLeft parameter is unusedStephan Bergmann1-1/+1
2017-06-21tdf#39468 Translate German comments in sw/Jens Carl1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-05-31tdf#108072: match sprmTFCantSplit with its correct idAron Budea1-1/+1
2017-05-16ofz#1632 direct leakCaolán McNamara1-12/+6
2017-05-11tdf#107773 DOC import: consider page breaks for multi-page floattablesMiklos Vajna1-0/+39
2017-05-08tdf#39468: Translate German comments/terms in sw/source/filter/ww8/ww8par2.cxxJens Carl1-20/+18
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-4/+1
2017-04-12use std::unique_ptrCaolán McNamara1-5/+5
2017-04-12drop unused argumentCaolán McNamara1-3/+3
2017-04-12ofz: timeout, guard against going backwardsCaolán McNamara1-2/+2
2017-04-11consistently track amount of buffers remainingCaolán McNamara1-31/+38
2017-04-05ofz: stay within available dataCaolán McNamara1-1/+1
2017-04-04ofz: check olst sprm for valid ANLD payload lenCaolán McNamara1-0/+8
2017-04-04ofz: check anldPap sprm for valid ANLD payload lenCaolán McNamara1-0/+7
2017-04-03ofz: check anlv text boundsCaolán McNamara1-5/+24