summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/lotus
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2018-04-271-2/+2
* Translate German variable namesJohnny_M2018-04-211-14/+14
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-9/+9
* ofz#5956 TimeoutCaolán McNamara2018-02-191-0/+2
* ofz#5951 speed up wks fuzzing, skip CalcAfterLoadCaolán McNamara2018-02-162-5/+34
* Translate German variable namesJohnny_M2018-02-121-16/+16
* Translate German variable namesJohnny_M2018-02-121-11/+11
* Translate German variable namesJohnny_M2018-02-051-12/+12
* Make SAL_WARN domain "sc.filter" in sc/source/filter/lotus/Eike Rathke2018-02-025-23/+23
* Do not force non-existent parameters into the TokenPool, ofz-relatedEike Rathke2018-02-021-5/+16
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-171-1/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-152-6/+6
* More loplugin:cstylecast: scStephan Bergmann2018-01-125-13/+13
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-21/+21
* ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke2017-12-011-1/+5
* ofz#4412 bail on failure in Formulacell tooCaolán McNamara2017-11-282-2/+4
* ofz#4412 do not read past end of fileEike Rathke2017-11-271-0/+5
* turn some eof checks to eof or errorCaolán McNamara2017-11-221-2/+2
* drop duplicate methodCaolán McNamara2017-11-221-2/+2
* good() includes !IsEof() alreadyCaolán McNamara2017-11-221-1/+1
* ofz#4305 do not read past end of fileEike Rathke2017-11-212-2/+11
* ofz: wkzfuzzer TimeoutCaolán McNamara2017-11-111-7/+9
* rename AvoidConfig to FuzzingCaolán McNamara2017-11-091-1/+1
* ofz 1-2-3 mem leakCaolán McNamara2017-11-071-11/+29
* add 1-2-3 wks to fftesterCaolán McNamara2017-11-071-13/+6
* loplugin:includeform: scStephan Bergmann2017-10-2311-94/+94
* convert SvxCellVerJustify to scoped enumNoel Grandin2017-09-151-5/+5
* loplugin:constparam in sc part8Noel Grandin2017-08-291-1/+1
* loplugin:useuniqueptr in scNoel Grandin2017-08-251-2/+0
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-3/+3
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-1/+1
* rename Anz->Cnt in scNoel Grandin2017-08-041-26/+26
* tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotusAlbert Thuswaldner2017-07-215-26/+27
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-2/+2
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann2017-07-051-1/+1
* loplugin:unusedfields in sc part3Noel Grandin2017-07-043-6/+0
* With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist2017-06-301-1/+1
* Bin two unused static member variablesTor Lillqvist2017-06-301-3/+0
* loplugin:oncevar in scNoel Grandin2017-06-262-4/+2
* convert ErrCode to strong typedefNoel Grandin2017-06-212-3/+3
* expand out FltError and eERR constantsNoel Grandin2017-06-063-20/+20
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-162-4/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Fix typosAndrea Gelmini2017-04-151-1/+1
* loplugin:inlinefields in LOTUS_ROOTNoel Grandin2017-04-115-17/+12
* tdf#39468 Translate German commentsJens Carl2017-04-042-2/+2
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-2/+2