summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski2-7/+8
2020-11-11convert more long -> tools::LongNoel1-3/+3
2020-11-06ofz#27012 detect deletion of XFCellCaolán McNamara4-2/+33
2020-11-02loplugin:reducevarscope in lotuswordproNoel6-10/+8
2020-10-27ofz#26676 null derefCaolán McNamara1-1/+8
2020-10-22long->tools::Long in hwpfilter..ooxNoel11-63/+66
2020-10-18ofz#26357 Timeout in lwpfuzzer, 12s -> 1.3sCaolán McNamara4-18/+19
2020-10-10ofz#23505 31 seconds -> 12 secondsCaolán McNamara2-13/+8
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-1/+1
2020-09-23ofz#25881 use std::vector with bounds checking accessorCaolán McNamara2-8/+8
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-1/+0
2020-09-01Fix typo in codeAndrea Gelmini5-7/+7
2020-09-01Fix typosAndrea Gelmini1-1/+1
2020-08-29Fix typosAndrea Gelmini2-2/+2