summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák2-4/+12
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák4-25/+61
2022-09-22reduce excessive code repetition when matching opcode in openclLuboš Luňák1-821/+225
2022-09-22drop opencl implementation of MEDIAN()Luboš Luňák3-69/+0
2022-09-22remove unused or duplicated opencl helper functionsLuboš Luňák2-676/+132
2022-09-22fix handling of string arguments in openclLuboš Luňák6-119/+256
2022-09-22fix and simplify ocInt in openclLuboš Luňák1-10/+3
2022-09-22make ocTrunc and ocRoundDown the same in openclLuboš Luňák2-36/+5
2022-09-22ocAnd/ocOr are not actually binary operatorsLuboš Luňák1-1/+2
2022-09-22add SAL_INFO about which formula group will be interpreter by openclLuboš Luňák1-0/+1
2022-09-22fix opencl ocModLuboš Luňák3-14/+47
2022-09-22fix incorrect as_double usage in openclLuboš Luňák1-3/+3
2022-09-22fix opencl round(), roundup() and rounddown()Luboš Luňák4-96/+90
2022-09-22fix opencl ocHypGeomDistLuboš Luňák2-36/+42
2022-09-22fix opencl RATE()Luboš Luňák4-98/+133
2022-09-21fix/simplify opencl GEOMEAN()Luboš Luňák3-218/+23
2022-09-21fix opencl WEIBULL and ZTEST functionsLuboš Luňák1-8/+15
2022-09-21fix and simplify opencl functions that calculate difference from meanLuboš Luňák2-267/+203
2022-09-21fix and enable some disabled opencl functionsLuboš Luňák2-57/+59
2022-09-21fix/simplify opencl DDB() and VDB()Luboš Luňák4-87/+73
2022-09-21various small opencl code fixes and error checkingLuboš Luňák4-33/+45
2022-09-21fix some opencl financial functions (PMT, IPMT, etc.)Luboš Luňák4-165/+156
2022-09-21remove opencl implementations of ocDB* functionsLuboš Luňák4-1718/+0
2022-09-21rework handling of empty cells in opencl codeLuboš Luňák8-325/+317
2022-09-20fix and simplify openCL *A functions (COUNTA,MINA, etc.)Luboš Luňák9-2370/+450
2022-09-20reduce opencl copy&paste (gaussinv)Luboš Luňák3-492/+53
2022-09-20fix opencl AND() to treat empty cell in svSingleVectorRef as core doesLuboš Luňák4-8/+13
2022-09-20fix opencl FTEST()Luboš Luňák1-8/+16
2022-09-20simplify opencl code in op_array.cxxLuboš Luňák1-122/+27
2022-09-20fix and simplify opencl IRR(), MIRR(), XIRR() and XNPV()Luboš Luňák6-405/+170
2022-09-20an implicit intersection requires a svDoubleVectorRefLuboš Luňák1-1/+2
2022-09-20correct handling of 'nested' in opencl vectorsLuboš Luňák1-8/+8
2022-09-20reduce opencl copy&paste in op_statistical.cxx (svDoubleVectorRef pair)Luboš Luňák4-1252/+318
2022-09-20reduce opencl copy&paste when handling a pair of svDoubleVectorRefLuboš Luňák3-321/+170
2022-09-20error handling in openCL FORECAST(), MIRR() and SERIESSUM()Luboš Luňák3-4/+16
2022-09-20reduce opencl copy&paste WRT simple loops with svDoubleVectorRefLuboš Luňák8-2899/+406
2022-09-20reduce opencl copy&paste also when handling svDoubleVectorRefLuboš Luňák3-155/+106
2022-09-20reduce opencl copy&paste and fix in op_statistical.cxxLuboš Luňák1-1118/+125
2022-09-20reduce opencl copy&paste and fix in op_financial.cxxLuboš Luňák1-2479/+437
2022-09-19move code out of formulagroupcl.cxx to op_math* and opbase*Luboš Luňák5-908/+1008
2022-09-14fix off-by-one in Calc shadow handling (tdf#150931)Luboš Luňák1-2/+2
2022-09-14do not check and refcount Info access to Skia bitmaps (tdf#150817)Luboš Luňák2-12/+20
2022-09-13do not assert on "failed" Skia call because of empty size (tdf#150821)Luboš Luňák1-1/+5
2022-09-13clean up opencl helper functionsLuboš Luňák8-223/+214
2022-09-13reduce opencl copy&paste in op_math.cxxLuboš Luňák5-1704/+600
2022-09-13reduce opencl copy&paste in op_addin.cxx and op_logical.cxxLuboš Luňák5-394/+69
2022-09-13reduce opencl copy&paste when generating function declarationLuboš Luňák11-1863/+401
2022-09-06fix and simplify opencl COMBIN()Luboš Luňák3-38/+39
2022-09-06opencl MOD() fixesLuboš Luňák1-1/+2
2022-09-06fix opencl FACT() implementationLuboš Luňák1-37/+41