summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2022-08-10ofz#45524 string is presumed to be at least length 1Caolán McNamara1-1/+5
2022-08-10read of width/height uses wrong record sizezhutyra1-2/+6
2022-08-10ensure bounds checkingzhutyra1-50/+15
2022-08-10ofz#43577 valid reclen must be >= 20Caolán McNamara1-3/+10
2022-08-10ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+2
2022-08-10ofz#44080 throw exception on a negative lengthCaolán McNamara1-0/+3
2022-08-10ofz: Use-of-uninitialized-valueCaolán McNamara1-8/+12
2022-08-10ofz#43446 Undefined-shiftCaolán McNamara1-0/+23
2021-12-21ofz#30005 crash in LwpFribPtr::XFConvertCaolán McNamara2-19/+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
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-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-3/+1
2020-07-29ofz#24404 row insert attempt in table with same table already in the rowCaolán McNamara3-1/+21
2020-07-12update pchesCaolán McNamara1-7/+5
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
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
2020-06-12return directlyDavid Tardon1-2/+1
2020-06-12use dynamic_castDavid Tardon1-1/+1
2020-06-12drop misleading commentDavid Tardon1-1/+0
2020-06-12rename variableDavid Tardon1-8/+8
2020-06-12cast to the right typeDavid Tardon1-1/+1
2020-06-11ofz#23300 infinite loopCaolán McNamara1-1/+4
2020-06-08tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen61-216/+26
2020-06-06ofz#23103 Invalid-enum-valueCaolán McNamara1-1/+6
2020-06-04Upcoming loplugin:elidestringvar: lotuswordproStephan Bergmann1-68/+17
2020-06-03ofz#23016 Invalid-enum-valueCaolán McNamara1-2/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin2-3/+3
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-4/+4
2020-05-01improve loplugin:makesharedNoel Grandin2-3/+3