summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2022-01-16ofz#43689 Null-dereferenceCaolán McNamara1-1/+4
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-2/+2
2022-01-13ofz#43577 valid reclen must be >= 20Caolán McNamara1-0/+3
2022-01-12ofz: Direct-leakCaolán McNamara4-147/+143
2022-01-12ofz#43551 Use-of-uninitialized-valueCaolán McNamara1-0/+2
2022-01-11ofz#43509 use std::vector and at()Caolán McNamara2-26/+18
2022-01-10use less SvStream::Flush()Noel Grandin1-1/+1
2022-01-10ofz: Use-of-unintialized-valueCaolán McNamara1-3/+3
2022-01-09ofz#43818 delete of uninitialized pointerCaolán McNamara1-0/+12
2022-01-09ofz#43458 avoid OOMCaolán McNamara1-0/+2
2022-01-09ofz#43446 Undefined-shiftCaolán McNamara1-0/+23
2022-01-07ofz#43388 Direct-leakCaolán McNamara2-1/+12
2022-01-07Objct->ObjectCaolán McNamara3-8/+8
2022-01-07ofz#43376 Null-dereferenceCaolán McNamara1-2/+5
2022-01-05ofz#42829 TimeoutCaolán McNamara1-7/+5
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin3-79/+74
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-26loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin1-6/+6
2021-11-23Remove unused header file lwpresource.hxxHossein1-66/+0
2021-11-14Use M_PI instead of defined value; use rad2deg()Hossein3-3/+5
2021-11-07forward decls go after #includeNoel Grandin2-4/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in lotuswordproMike Kaganski1-3/+5
2021-10-17just do one lookup for loop detectionCaolán McNamara9-83/+82
2021-10-16ofz#40004 TimeoutCaolán McNamara1-0/+7
2021-10-11loplugin:moveparam in lotuswordproNoel Grandin2-4/+4
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-05ofz: detect infinite loopCaolán McNamara1-0/+5
2021-09-27ofz#39374: avoid infinite loopCaolán McNamara1-0/+7
2021-09-25Fix typosAndrea Gelmini1-2/+2
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: lotuswordproStephan Bergmann2-3/+5
2021-09-19ofz: avoid TimeoutCaolán McNamara1-3/+7
2021-09-18ofz#37911 Avoid timeout when fuzzingCaolán McNamara1-1/+1
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