summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/lotform.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-2/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-235/+235
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière1-1/+1
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-3/+3
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-2/+2
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-3/+3
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière1-2/+2
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière1-5/+5
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière1-2/+2
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière1-2/+2
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière1-2/+2
2015-01-12fdo#85818: rename BW to PVLaurent Charrière1-2/+2
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-1/+1
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-3/+3
2014-12-03Lotus 1-2-3: fix import of mathematical functionsAndras Timar1-2/+33
2014-12-03Lotus 1-2-3: fix import of database functionsAndras Timar1-8/+14
2014-12-03Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNTAndras Timar1-6/+6
2014-12-03Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAXAndras Timar1-6/+6
2014-11-30amended solution to @TERM and @CTERM import from Lotus 1-2-3Andras Timar1-5/+9
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-11/+35
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller1-6/+6
2014-10-23coverity#1242587 Untrusted value as argumentCaolán McNamara1-0/+4
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller1-174/+174
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara1-8/+9
2014-06-25remove whitespaceMarkus Mohrhard1-15/+0
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+4
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-01coverity#704264 Logically dead codeCaolán McNamara1-11/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-115/+111
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-33/+33
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-33/+34
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-34/+33
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-10-21drop CharSet typedefCaolán McNamara1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-5/+5
2013-07-30More on the ref object.Kohei Yoshida1-3/+2
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-3/+1
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-10/+8
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-8/+2
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14