summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/lotimpop.cxx
AgeCommit message (Expand)Author
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-02ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-31reversed conditionCaolán McNamara
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-03-29cid#1473817 Untrusted value as argumentCaolán McNamara
2021-03-24cid#1474363 Untrusted value as argumentCaolán McNamara
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-14RangeNameBufferWK3::Add never called with a null ScDocument*Caolán McNamara
2020-09-14ImportTyp never passed null argCaolán McNamara
2020-09-14unnecessary ScDocument argumentCaolán McNamara
2020-09-14LotusContext ctor always dereferences its ScDocument*Caolán McNamara
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-11-28merge LOTUS_ROOT into LotusContextNoel Grandin
2019-08-13ofz#16409 build failureCaolán McNamara
2019-08-11cid#1242793 make fuzzing tabsize check compile time instead of runtimeCaolán McNamara
2019-04-28ofz#14167 arbitrary sheet limit to make fuzzing usefulCaolán McNamara
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-02-02Make SAL_WARN domain "sc.filter" in sc/source/filter/lotus/Eike Rathke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-28ofz#4412 bail on failure in Formulacell tooCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotusAlbert Thuswaldner
2017-04-11loplugin:inlinefields in LOTUS_ROOTNoel Grandin
2017-02-15convert Lotus123Typ to scoped enumNoel Grandin
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-06-19tdf#39468 translated german comments in sc/filters/lotusAlbert Thuswaldner
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-05typo: strech -> stretchAndras Timar
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2014-12-09coverity#1242793 Untrusted value as argumentCaolán McNamara
2014-11-30coverity#1242775 Use of untrusted scalar valueCaolán McNamara
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-23sc: sal_Bool->boolNoel Grandin