summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Expand)AuthorAgeFilesLines
* ofz#45524 string is presumed to be at least length 1Caolán McNamara2022-08-101-1/+5
* read of width/height uses wrong record sizezhutyra2022-08-101-2/+6
* ensure bounds checkingzhutyra2022-08-101-50/+15
* ofz#43577 valid reclen must be >= 20Caolán McNamara2022-08-101-3/+10
* ofz: Use-of-uninitialized-valueCaolán McNamara2022-08-101-1/+2
* ofz#44080 throw exception on a negative lengthCaolán McNamara2022-08-101-0/+3
* ofz: Use-of-uninitialized-valueCaolán McNamara2022-08-101-8/+12
* ofz#43446 Undefined-shiftCaolán McNamara2022-08-101-0/+23
* ofz#30005 crash in LwpFribPtr::XFConvertCaolán McNamara2021-12-212-19/+20
* ofz#27756 null derefCaolán McNamara2020-11-231-1/+7
* Improve comment layoutStephan Bergmann2020-11-191-2/+1
* tdf#123936 Formatting files in module lotuswordpro with clang-formatPhilipp Hofer2020-11-19162-3465/+3061
* Fix 64-bit --disable-pch build on WindowsMike Kaganski2020-11-112-7/+8
* convert more long -> tools::LongNoel2020-11-111-3/+3
* ofz#27012 detect deletion of XFCellCaolán McNamara2020-11-064-2/+33
* loplugin:reducevarscope in lotuswordproNoel2020-11-026-10/+8
* ofz#26676 null derefCaolán McNamara2020-10-271-1/+8
* long->tools::Long in hwpfilter..ooxNoel2020-10-2211-63/+66
* ofz#26357 Timeout in lwpfuzzer, 12s -> 1.3sCaolán McNamara2020-10-184-18/+19
* ofz#23505 31 seconds -> 12 secondsCaolán McNamara2020-10-102-13/+8
* ofz: Invalid-enum-valueCaolán McNamara2020-10-091-1/+1
* ofz#25881 use std::vector with bounds checking accessorCaolán McNamara2020-09-232-8/+8
* improve loplugin:unusedvarsglobalNoel Grandin2020-09-091-1/+0
* Fix typo in codeAndrea Gelmini2020-09-015-7/+7
* Fix typosAndrea Gelmini2020-09-011-1/+1
* Fix typosAndrea Gelmini2020-08-292-2/+2
* Directly use OUString(sal_Unicode) ctorStephan Bergmann2020-08-291-10/+2
* Fix typo in codeAndrea Gelmini2020-08-232-4/+4
* Fix typoAndrea Gelmini2020-08-231-1/+1
* Fix typosAndrea Gelmini2020-08-211-1/+1
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-3/+1
* ofz#24404 row insert attempt in table with same table already in the rowCaolán McNamara2020-07-293-1/+21
* update pchesCaolán McNamara2020-07-121-7/+5
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: lotuswordproStephan Bergmann2020-07-013-4/+4
* Upcoming improved loplugin:elidestringvar: lotuswordproStephan Bergmann2020-06-261-4/+1
* return directlyDavid Tardon2020-06-121-2/+1
* return directlyDavid Tardon2020-06-121-2/+1
* use dynamic_castDavid Tardon2020-06-121-1/+1
* drop misleading commentDavid Tardon2020-06-121-1/+0
* rename variableDavid Tardon2020-06-121-8/+8
* cast to the right typeDavid Tardon2020-06-121-1/+1
* ofz#23300 infinite loopCaolán McNamara2020-06-111-1/+4
* tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen2020-06-0861-216/+26
* ofz#23103 Invalid-enum-valueCaolán McNamara2020-06-061-1/+6
* Upcoming loplugin:elidestringvar: lotuswordproStephan Bergmann2020-06-041-68/+17
* ofz#23016 Invalid-enum-valueCaolán McNamara2020-06-031-2/+1
* loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin2020-05-292-3/+3
* new loplugin:simplifypointertoboolNoel Grandin2020-05-103-4/+4
* improve loplugin:makesharedNoel Grandin2020-05-012-3/+3