summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-09-22tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-09-22Fix string length assertion and handle parentheses in multi-line formulaEike Rathke
2022-09-22crashtesting: "unknown cell text: element" assert on broken xmlJustin Luth
2022-09-22reduce excessive code repetition when matching opcode in openclLuboš Luňák
2022-09-22drop opencl implementation of MEDIAN()Luboš Luňák
2022-09-22remove unused or duplicated opencl helper functionsLuboš Luňák
2022-09-22fix handling of string arguments in openclLuboš Luňák
2022-09-22fix and simplify ocInt in openclLuboš Luňák
2022-09-22make ocTrunc and ocRoundDown the same in openclLuboš Luňák
2022-09-22ocAnd/ocOr are not actually binary operatorsLuboš Luňák
2022-09-22add SAL_INFO about which formula group will be interpreter by openclLuboš Luňák
2022-09-22fix opencl ocModLuboš Luňák
2022-09-22fix incorrect as_double usage in openclLuboš Luňák
2022-09-22fix opencl round(), roundup() and rounddown()Luboš Luňák
2022-09-22fix opencl ocHypGeomDistLuboš Luňák
2022-09-22fix opencl RATE()Luboš Luňák
2022-09-22tdf#129674 "Go to Sheet" UITestLaurent BP
2022-09-21tdf#75702 ODS import: send text:line-break to editengJustin Luth
2022-09-21cid#1515519 Uninitialized pointer fieldCaolán McNamara
2022-09-21fix/simplify opencl GEOMEAN()Luboš Luňák
2022-09-21fix opencl WEIBULL and ZTEST functionsLuboš Luňák
2022-09-21fix and simplify opencl functions that calculate difference from meanLuboš Luňák
2022-09-21fix and enable some disabled opencl functionsLuboš Luňák
2022-09-21fix/simplify opencl DDB() and VDB()Luboš Luňák
2022-09-21various small opencl code fixes and error checkingLuboš Luňák
2022-09-21fix some opencl financial functions (PMT, IPMT, etc.)Luboš Luňák
2022-09-21remove opencl implementations of ocDB* functionsLuboš Luňák
2022-09-21rework handling of empty cells in opencl codeLuboš Luňák
2022-09-20avoid some string refcounting with sheets with lots of conditional formattingNoel Grandin
2022-09-20fix and simplify openCL *A functions (COUNTA,MINA, etc.)Luboš Luňák
2022-09-20reduce opencl copy&paste (gaussinv)Luboš Luňák
2022-09-20fix opencl AND() to treat empty cell in svSingleVectorRef as core doesLuboš Luňák
2022-09-20fix opencl FTEST()Luboš Luňák
2022-09-20simplify opencl code in op_array.cxxLuboš Luňák
2022-09-20fix and simplify opencl IRR(), MIRR(), XIRR() and XNPV()Luboš Luňák
2022-09-20simplify usage of TempFile in scNoel Grandin
2022-09-20an implicit intersection requires a svDoubleVectorRefLuboš Luňák
2022-09-20correct handling of 'nested' in opencl vectorsLuboš Luňák
2022-09-20reduce opencl copy&paste in op_statistical.cxx (svDoubleVectorRef pair)Luboš Luňák
2022-09-20reduce opencl copy&paste when handling a pair of svDoubleVectorRefLuboš Luňák
2022-09-20error handling in openCL FORECAST(), MIRR() and SERIESSUM()Luboš Luňák
2022-09-20reduce opencl copy&paste WRT simple loops with svDoubleVectorRefLuboš Luňák
2022-09-20reduce opencl copy&paste also when handling svDoubleVectorRefLuboš Luňák
2022-09-20reduce opencl copy&paste and fix in op_statistical.cxxLuboš Luňák
2022-09-20reduce opencl copy&paste and fix in op_financial.cxxLuboš Luňák
2022-09-20simplify usage of TempFile in scNoel Grandin
2022-09-19tdf#132519: sc_ucalc_formula: Add unittestXisco Fauli
2022-09-19tdf#151046: sc_subsequent_filters: Add unittestXisco Fauli
2022-09-19crashtesting: "unknown cell text: element" assert for text:bookmark #2Justin Luth