summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
AgeCommit message (Expand)AuthorFilesLines
2018-02-02ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-6/+21
2017-11-22turn some eof checks to eof or errorCaolán McNamara1-2/+2
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-11-22good() includes !IsEof() alreadyCaolán McNamara1-1/+1
2017-11-21ofz#4305 do not read past end of fileEike Rathke2-2/+11
2017-11-11ofz: wkzfuzzer TimeoutCaolán McNamara1-7/+9
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-11-07ofz 1-2-3 mem leakCaolán McNamara1-11/+29
2017-11-07add 1-2-3 wks to fftesterCaolán McNamara1-13/+6
2017-10-23loplugin:includeform: scStephan Bergmann11-94/+94
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-5/+5
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-25loplugin:useuniqueptr in scNoel Grandin1-2/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-04rename Anz->Cnt in scNoel Grandin1-26/+26
2017-07-21tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotusAlbert Thuswaldner5-26/+27
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann1-1/+1
2017-07-04loplugin:unusedfields in sc part3Noel Grandin3-6/+0
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist1-1/+1
2017-06-30Bin two unused static member variablesTor Lillqvist1-3/+0
2017-06-26loplugin:oncevar in scNoel Grandin2-4/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin2-3/+3
2017-06-06expand out FltError and eERR constantsNoel Grandin3-20/+20
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-11loplugin:inlinefields in LOTUS_ROOTNoel Grandin5-17/+12
2017-04-04tdf#39468 Translate German commentsJens Carl2-2/+2
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+2
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-2/+2
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin3-12/+12
2017-02-15convert Lotus123Typ to scoped enumNoel Grandin3-9/+7
2017-01-24Fix typo in comments: absolut -> absoluteTakeshi Abe1-3/+3
2017-01-21coverity#1399047 Untrusted loop boundCaolán McNamara1-1/+1
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin2-3/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-2/+1
2016-09-10loplugin:constantparam in scNoel Grandin2-3/+3
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-25cid#1371336 Misused comma operatorNoel Grandin1-2/+2
2016-08-21coverity#1371336 what is triggering this false positiveCaolán McNamara1-1/+1
2016-07-13sc: fix build breakerJochen Nitschke1-3/+3
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin1-3/+2