summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2022-02-03read of width/height uses wrong record sizezhutyra1-2/+6
2022-02-03ensure bounds checkingzhutyra1-50/+15
2022-01-31ofz#43577 valid reclen must be >= 20Caolán McNamara1-3/+10
2022-01-27ofz#44080 throw exception on a negative lengthCaolán McNamara1-0/+3
2022-01-18ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+2
2022-01-17ofz: Use-of-uninitialized-valueCaolán McNamara1-8/+12
2022-01-13ofz: Use-of-unintialized-valueCaolán McNamara1-3/+3
2022-01-13ofz#43551 Use-of-uninitialized-valueCaolán McNamara1-0/+2
2022-01-12ofz#43446 Undefined-shiftCaolán McNamara1-0/+23
2022-01-12ofz#43509 use std::vector and at()Caolán McNamara2-26/+18
2022-01-11ofz#43458 avoid OOMCaolán McNamara1-0/+2
2022-01-10ofz#43818 delete of uninitialized pointerCaolán McNamara1-0/+12
2022-01-07ofz#43376 Null-dereferenceCaolán McNamara1-2/+5
2021-06-02no need to allocate these on the heapNoel Grandin3-14/+14
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin3-3/+3
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-7/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-26Revert "ofz#27296 Out-of-memory and ofz#27384 Indirect-leak"Caolán McNamara5-18/+48
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin3-3/+3
2021-04-17ofz#27296 Out-of-memory and ofz#27384 Indirect-leakCaolán McNamara5-48/+18
2021-04-08update PCHsLuboš Luňák1-2/+5
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-17/+17
2021-03-26cid#1474321 make it a little more clear that the size *is* checkedCaolán McNamara1-1/+1
2021-03-26loplugin:flattenNoel1-11/+11
2021-03-26Drop these definesMike Kaganski1-3/+1
2021-03-24cid#1222240 silence bogus Untrusted divisorCaolán McNamara1-0/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-25tdf#139734 Remove redundant asserts after MacrosTest::loadFromDesktopMoaz1-4/+0
2021-02-21expand lotuswordpro README a bitDavid Tardon1-1/+31
2021-02-21lotuswordpro: allow to dump intermediate XML into fileDavid Tardon1-0/+131
2021-02-16loplugin:referencecasting in hwpfilter..lotuswordproNoel3-5/+5
2021-02-10Remove unneeded breaksAndrea Gelmini1-52/+0
2021-02-01cppcheck: Clean up signed 32 bit shift by 31Dr. David Alan Gilbert1-1/+1
2021-01-28ofz#30005 crash in LwpFribPtr::XFConvertCaolán McNamara2-19/+20
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-2/+2
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-2/+2
2021-01-10fix coverity parse errorsCaolán McNamara2-4/+4
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-2/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-4/+4
2020-12-23Use char16_t string literalsStephan Bergmann1-3/+3
2020-12-18throw exception in SvStream when reading past end of fileNoel3-1/+5
2020-12-04update pchesCaolán McNamara1-1/+3
2020-11-24FindActuralStyleName->FindActualStyleNameNoel4-7/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel12-20/+20
2020-11-23ofz#27756 null derefCaolán McNamara1-1/+7
2020-11-19Improve comment layoutStephan Bergmann1-2/+1
2020-11-19tdf#123936 Formatting files in module lotuswordpro with clang-formatPhilipp Hofer162-3465/+3061