summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
AgeCommit message (Expand)AuthorFilesLines
2020-11-23ofz#27756 null derefCaolán McNamara1-1/+7
2020-10-28ofz#26676 null derefCaolán McNamara1-1/+8
2020-09-24ofz#25881 use std::vector with bounds checking accessorCaolán McNamara2-8/+8
2020-06-13cast to the right typeDavid Tardon1-1/+1
2020-06-13use dynamic_castDavid Tardon1-1/+1
2020-06-11ofz#23300 infinite loopCaolán McNamara1-1/+4
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-4/+4
2020-05-01improve loplugin:makesharedNoel Grandin2-3/+3
2020-04-22Add include needed for std::minMike Kaganski1-0/+1
2020-04-21tdf#42949 Fix IWYU warnings in lotuswordpro/source/filter/*hxxGabor Kelemen74-93/+90
2020-04-07loplugin:flatten in lotuswordproNoel Grandin18-571/+566
2020-04-06ofz#21164 infinite loopCaolán McNamara1-2/+2
2020-04-06tdf#42949 Fix IWYU warnings in lotuswordpro/inc/*Gabor Kelemen52-2/+63
2020-03-25fix assert when loading id:000059,sig:11,src:000008,op:havoc,rep:2.lwpNoel Grandin1-4/+1
2020-03-08ofz#20635 infinite loopCaolán McNamara1-1/+4
2020-03-02clang-format lotuswordpro with under 5-percent lines of changeMuhammet Kara27-102/+93
2020-02-08ofz#20504 Indirect-leakCaolán McNamara2-0/+7
2020-02-07ofz#20517 null-dereferenceCaolán McNamara1-1/+3
2020-02-04ofz#20507 infinite table conversionCaolán McNamara2-1/+38
2020-02-04ofz#20507 hold by referenceCaolán McNamara1-3/+3
2020-02-01ofz#20456 Null-dereference READCaolán McNamara1-2/+3
2020-02-01ofz#20447 Null-dereference READCaolán McNamara1-1/+2
2020-02-01std:set->o3tl::sorted_vectorNoel Grandin7-29/+30
2020-01-29tdf#129993 broken tables opening LWP fileNoel Grandin6-80/+80
2020-01-29Revert "ofz#20267 Indirect-leak"Caolán McNamara1-5/+0
2020-01-28ofz#20267 Indirect-leakCaolán McNamara1-0/+5
2020-01-28ofz#20361 infinite recursionCaolán McNamara2-6/+16
2020-01-20Resolves: tdf#130093 some lwp file not loadingCaolán McNamara2-4/+1
2020-01-09ofz#19961 Invalid-enum-valueCaolán McNamara2-14/+9
2020-01-03ofz#19786 Invalid-enum-valueCaolán McNamara2-7/+5
2019-12-20loplugin:duplicate-definesNoel Grandin1-74/+1
2019-12-19sal_Char->char in lotuswordpro..odkNoel Grandin5-18/+18
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet14-72/+51
2019-11-03loplugin:stringaddNoel Grandin2-9/+6
2019-10-28loplugin:stringadd improve detectionNoel Grandin4-12/+12
2019-10-17Remove some memset callsMike Kaganski4-18/+8
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-04ofz#17675 loop in lwp filterCaolán McNamara1-0/+4
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin2-8/+4
2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin65-307/+307
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-16/+10
2019-08-12Fix typosAndrea Gelmini2-4/+4
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lotuswordproStephan Bergmann3-82/+82
2019-07-27Fix typosAndrea Gelmini1-1/+1
2019-07-20Fix typosAndrea Gelmini5-6/+6
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-3/+3
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski4-7/+15