summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/interpr3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Always push a result, even if it's only an errorEike Rathke2023-05-141-2/+2
* Resolves: tdf#127982 SMALL()/LARGE() rank array can be larger than data arrayEike Rathke2019-11-011-26/+33
* tdf#126012: Take care of polar and min-magnitude flags...Dennis Francis2019-07-011-2/+6
* tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen2019-03-291-0/+1
* tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis2019-03-261-22/+57
* FOURIER : use Bluestein's algorithm for N != 2^kDennis Francis2019-03-031-145/+471
* fix MSVC compiler warning on bit-shift of int32 literal...Dennis Francis2019-02-201-6/+6
* try fix MSVC compiler warning on bit shift operationsDennis Francis2019-02-201-6/+6
* tdf#74664 : optimize the computation of twiddle factors.Dennis Francis2019-02-201-11/+101
* tdf#74664 : Compute the phase correctly using atan2Dennis Francis2019-02-201-1/+1
* tdf#74664 : Adds FOURIER() formulaDennis Francis2019-02-191-0/+297
* no need to allocate sc::op::Op on the heap hereNoel Grandin2018-12-181-3/+3
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-1/+1
* i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe2018-11-301-4/+89
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-3/+3
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* Resolves: i#32345 Make LARGE()/SMALL() return an arrayTakeshi Abe2018-11-151-10/+56
* sc: Let SKEW/SKEWP raise #!DIV/0 when < 3 numbers are givenTakeshi Abe2018-10-151-0/+7
* sc: Make KURT() return #DIV/0! when <4 arguments are givenTakeshi Abe2018-10-151-1/+3
* loplugin:constfields in scNoel Grandin2018-10-151-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Increase arbitrary sort elements limit from 100000 to two full columnsEike Rathke2018-08-271-1/+3
* loplugin:constantparamNoel Grandin2018-08-121-2/+2
* sc: Make CONFIDENCE.T() raise #DIV/0! when size is 1Takeshi Abe2018-07-261-0/+2
* sc: A micro optimization of PERCENTILE() for interpolation casesTakeshi Abe2018-07-031-4/+2
* tdf#108523 Remove @author annotationsAbhyudaya Sharma2018-06-181-5/+0
* tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2018-06-151-4/+3
* sc: Make ZTEST() raise #DIV/0! when the sample stddev is 0Takeshi Abe2018-06-111-0/+5
* sc: A putative micro optimization of MEDIAN() for even-length arraysTakeshi Abe2018-06-071-2/+1
* tdf#117041 use correct expression in if statement.Winfried Donkers2018-05-031-1/+1
* tdf#117041 implement note at end of ODFF1.2 par. 6.18.37Winfried Donkers2018-04-251-11/+9
* tdf#42949 Remove unnecessary localization headers from scGabor Kelemen2018-04-161-1/+0
* tdf#97977 make MODE.MULT fully compatible with Excel.Winfried Donkers2018-03-291-25/+64
* cppcheck: arrayIndexThenCheckJulien Nabet2018-03-181-1/+1
* tdf#97977 related : make MODE.SNGL comply with Excel.Winfried Donkers2018-03-151-1/+47
* Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke2018-03-101-16/+16
* Load arguments in array in the order of the arguments.Winfried Donkers2018-03-081-0/+1
* Translate German comments and debug stringsJohnny_M2018-02-281-1/+1
* Don't push error twiceEike Rathke2018-01-191-3/+4
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: scStephan Bergmann2018-01-121-17/+17
* Fix typoAndrea Gelmini2017-12-211-1/+1
* loplugin:includeform: scStephan Bergmann2017-10-231-9/+9
* tdf#109096 Allow 0 as argument value(s) to GEOMEAN()Winfried Donkers2017-09-131-0/+50
* rename MAX_ANZ_DOUBLE_FOR_SORT->MAX_COUNT_DOUBLE_FOR_SORTNoel Grandin2017-08-031-2/+2
* Move result token push into GetStVarParams(), tdf#58874Eike Rathke2017-05-221-4/+5
* Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prepEike Rathke2017-05-221-1/+1
* Get rid of some unneccessary formula:: namespaceEike Rathke2017-05-221-15/+15
* Guard against a failure when compiled with optimization using g++ 4.8.2Eike Rathke2017-05-091-1/+8