summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke1-0/+5
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke1-11/+11
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-1/+3
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-1/+3
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers1-1/+4
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers1-1/+20
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke1-1/+2
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke1-1/+2
2015-11-10Missing includesAshod Nakashian1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-275/+275
2015-10-30loplugin:unusedmethodsNoel Grandin1-8/+0
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers1-1/+2
2015-07-09fix export to xls, tdf#69552Winfried Donkers1-3/+3
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-5/+3
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers1-2/+0
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-3/+4
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-6/+3
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke1-2/+2
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-1/+1
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière1-2/+2
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière1-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-1/+1
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-1/+1
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière1-1/+1
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-1/+2
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière1-1/+1
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA2 to DBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename BW to PVLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Effektiv to EffectiveLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename KumKapZ to CumPrincLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-4/+4
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière1-1/+1
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-1/+1
2014-12-19remove operator>> methodsNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-1/+1
2014-08-21write COLOR function with extension namespaceEike Rathke1-1/+2
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers1-0/+1
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+4