summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
AgeCommit message (Expand)Author
2020-09-13lclGetAddress is never passed a null ScDocument*Caolán McNamara
2020-09-13GetMultipleOpRefs never passed a null ScDocument*Caolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-01Add REGEX() 4th parameter also to Excel import/export, tdf#113977Eike Rathke
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-09Reduce scopeMatteo Casalin
2018-09-09Avoid getTokenCountMatteo Casalin
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers
2017-04-06Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-08-21coverity#1371343 silence Illegal address computationCaolán McNamara
2016-08-19coverity#1371353 Illegal address computationCaolán McNamara
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke
2016-07-15STYLE only one parameter required, two optionalEike Rathke
2016-07-14add missing ORG.OPENOFFICE.* functions to XclFunctionInfo saFuncTable_OOoLOEike Rathke
2016-07-14save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke
2015-11-10Missing includesAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers
2015-07-09fix export to xls, tdf#69552Winfried Donkers
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke