summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulabase.cxx
AgeCommit message (Expand)AuthorFilesLines
2 daystdf#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/+15
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-06-13tdf#147021: sc/source/filter SAL_N_ELEMENTS usageDr. David Alan Gilbert1-11/+11
2023-03-26loplugin:stringadd in scNoel Grandin1-2/+1
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-6/+6
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in oox/scJulien Nabet1-10/+4
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+4
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski1-3/+5
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin1-15/+18
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
2020-04-15loplugin:buriedassign in scNoel Grandin1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-9/+9
2020-01-24loplugin:makeshared in scNoel Grandin1-3/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-3/+1
2019-12-22sal_Char->char in scNoel Grandin1-4/+4
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+5
2019-08-15loplugin:sequenceloop in scNoel Grandin1-2/+2
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-8/+4
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis1-1/+1
2019-03-05Index returned by getToken is always lower than string lengthMatteo Casalin1-3/+1
2019-02-19BIFF return class A for Array, tdf#74664 follow-upEike Rathke1-1/+1
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-1/+2
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov1-2/+1
2018-11-24remove unused FuncFlags::BIFFIMPORTONLY,STATE::S_WK1Noel Grandin1-7/+6
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-15loplugin:constfields in scNoel Grandin1-7/+7
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+2
2018-08-29loplugin:constantparam (2)Noel Grandin1-10/+8
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-1/+1
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-1/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-1/+1
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-04-10convert FUNCFLAGS to o3tl::typed_flagsNoel Grandin1-612/+618