summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
AgeCommit message (Expand)AuthorFilesLines
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 McNamara3-18/+44
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 McNamara3-44/+18
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-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
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 McNamara1-3/+3
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-2/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+3
2020-12-23Use char16_t string literalsStephan Bergmann1-3/+3
2020-12-18throw exception in SvStream when reading past end of fileNoel2-1/+4
2020-11-24FindActuralStyleName->FindActualStyleNameNoel3-6/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel9-15/+15
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 Hofer106-2718/+2440
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 McNamara2-2/+30
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..ooxNoel10-53/+54
2020-10-18ofz#26357 Timeout in lwpfuzzer, 12s -> 1.3sCaolán McNamara3-18/+18
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-01Fix typo in codeAndrea Gelmini4-6/+6
2020-09-01Fix typosAndrea Gelmini1-1/+1
2020-08-29Fix typosAndrea Gelmini2-2/+2
2020-08-29Directly use OUString(sal_Unicode) ctorStephan Bergmann1-10/+2
2020-08-23Fix typo in codeAndrea Gelmini2-4/+4
2020-08-23Fix typoAndrea Gelmini1-1/+1
2020-07-29ofz#24404 row insert attempt in table with same table already in the rowCaolán McNamara2-1/+19
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: lotuswordproStephan Bergmann3-4/+4
2020-06-26Upcoming improved loplugin:elidestringvar: lotuswordproStephan Bergmann1-4/+1
2020-06-12return directlyDavid Tardon1-2/+1