summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/formulabase.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:sequenceloop in scNoel Grandin2019-08-151-2/+2
* Simplify Sequence iterations in scArkadiy Illarionov2019-08-091-8/+4
* tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis2019-03-261-1/+1
* Index returned by getToken is always lower than string lengthMatteo Casalin2019-03-051-3/+1
* BIFF return class A for Array, tdf#74664 follow-upEike Rathke2019-02-191-1/+1
* tdf#74664 : Adds FOURIER() formulaDennis Francis2019-02-191-1/+2
* Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov2019-01-241-2/+1
* remove unused FuncFlags::BIFFIMPORTONLY,STATE::S_WK1Noel Grandin2018-11-241-7/+6
* Add REGEX() 4th parameter also to Excel import/export, tdf#113977Eike Rathke2018-11-011-1/+1
* Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke2018-10-251-1/+2
* loplugin:constfields in scNoel Grandin2018-10-151-7/+7
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-2/+2
* tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen2018-09-041-0/+2
* loplugin:constantparam (2)Noel Grandin2018-08-291-10/+8
* don't use heap for elements in ScRangeListNoel Grandin2018-03-101-3/+3
* loplugin:includeform: scStephan Bergmann2017-10-231-1/+1
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-2/+2
* tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2017-09-071-1/+1
* tdf#107135 Add missing ODFF function FINDB.Winfried Donkers2017-07-251-1/+1
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-111-1/+1
* tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers2017-07-101-1/+1
* loplugin:casttovoid: scStephan Bergmann2017-07-021-1/+0
* convert FUNCFLAGS to o3tl::typed_flagsNoel Grandin2017-04-101-612/+618
* these FUNCFLAG_EXPORTONLY need also FUNCFLAG_MACROCALL_NEW, tdf#100011 relatedEike Rathke2017-04-061-2/+2
* loplugin:constantparamNoel Grandin2017-04-051-9/+9
* tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers2017-02-201-1/+3
* tdf#105909 auto filter state lost on xlsx importJochen Nitschke2017-02-151-1/+1
* convert FuncParamValidity to scoped enumNoel Grandin2017-02-151-15/+15
* tdf#48140 replace ApiCellRangeList in xlsx import (5)Jochen Nitschke2017-01-231-11/+9
* tdf#48140 replace CellRangeAddress in xlsx import (16)Jochen Nitschke2017-01-151-19/+6
* tdf#48140 replace CellAddress in xlsx import (4)Jochen Nitschke2017-01-121-2/+3
* tdf#48140 replace CellRangeAddress in xlsx import (2)Jochen Nitschke2017-01-031-0/+13
* remove unused BiffInputStreamNoel Grandin2016-11-031-1/+1
* loplugin:unusedmethodsNoel Grandin2016-10-181-24/+0
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-221-37/+0
* coverity#1371345 silence Illegal address computationCaolán McNamara2016-08-211-11/+11
* coverity#1371352 Illegal address computationCaolán McNamara2016-08-191-11/+11
* remove the now duplicated ERROR.TYPE mapping already present in BIFF4Eike Rathke2016-08-031-2/+1
* sc: FilterType::FILTER_BIFF and FilterType::FILTER_UNKNOWN are never setJochen Nitschke2016-07-191-74/+38
* sc: remove FUNC* and OOX_XLS_IS_LIBNAME macrosJochen Nitschke2016-07-151-14/+5
* mapping ERROR.TYPE to ORG.OPENOFFICE.ERRORTYPE was always wrongEike Rathke2016-07-151-1/+1
* add missing functions to FunctionData saFuncTableOOoLOEike Rathke2016-07-151-0/+14
* loplugin:singlevalfields in sc(part2)Noel Grandin2016-07-131-1/+1
* loplugin:unusedmethods in scNoel Grandin2016-05-241-5/+0
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-101-0/+1
* remove usages of STATIC_ARRAY_END in scJochen Nitschke2016-05-101-11/+11
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-041-1/+3
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-031-1/+3
* tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers2016-04-261-1/+4
* loplugin:constantparam in scNoel Grandin2016-03-231-2/+2