summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlformula.cxx
AgeCommit message (Expand)AuthorFilesLines
25 hourstdf#126573 Add Excel2021 array function SEQUENCE to CalcBalazs Varga1-1/+2
2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga1-1/+2
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-1/+2
2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga1-1/+2
2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga1-1/+2
2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers1-0/+13
2023-06-13tdf#147021: sc/source/filter SAL_N_ELEMENTS usageDr. David Alan Gilbert1-11/+11
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke1-1/+4
2021-06-26cid#1474269 Untrusted allocation sizeCaolán McNamara1-8/+25
2021-03-29improve scopingCaolán McNamara1-2/+1
2020-09-13lclGetAddress is never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-13GetMultipleOpRefs never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-1/+1
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-13/+13
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-11/+11
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-1/+3
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-7/+8
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis1-1/+1
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-1/+2
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-4/+1
2018-11-01Add REGEX() 4th parameter also to Excel import/export, tdf#113977Eike Rathke1-1/+1
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-1/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-09Reduce scopeMatteo Casalin1-2/+4
2018-09-09Avoid getTokenCountMatteo Casalin1-6/+7
2017-10-31loplugin:constantparam in scNoel Grandin1-3/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-0/+1
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-0/+1
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+1
2017-04-06Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke1-0/+5
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-3/+3
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers1-1/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-08-21coverity#1371343 silence Illegal address computationCaolán McNamara1-11/+11
2016-08-19coverity#1371353 Illegal address computationCaolán McNamara1-11/+11
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke1-1/+1
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke1-1/+1
2016-07-15STYLE only one parameter required, two optionalEike Rathke1-2/+2
2016-07-14add missing ORG.OPENOFFICE.* functions to XclFunctionInfo saFuncTable_OOoLOEike Rathke1-0/+10
2016-07-14save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke1-1/+8
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke1-1/+1
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