summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2021-09-08ofz#27296 limit row span when fuzzingCaolán McNamara2-2/+5
2021-09-05cid#1490901 silence Out-of-bounds readCaolán McNamara1-1/+2
2021-09-04cid#1490901 silence Out-of-bounds readCaolán McNamara1-1/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+2
2021-09-02cid#1490900 Unchecked return valueCaolán McNamara1-1/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin3-3/+0
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara4-5/+10
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-3/+1
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+1
2021-08-28ofz#26357 Infinite loopCaolán McNamara2-1/+1
2021-08-27Related: ofz#27296 OOM std::map->std::vectorCaolán McNamara2-11/+13
2021-08-27we are going to remove the entire row anywayCaolán McNamara2-16/+3
2021-08-27ofz#37660: searching in wrong parent for tableCaolán McNamara2-1/+1
2021-08-26ofz#35646 Indirect-leakCaolán McNamara4-2/+34
2021-08-03Fix typosAndrea Gelmini1-1/+1
2021-07-19Fix typoAndrea Gelmini1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-9/+9
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