summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
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-21tdf#75702 ODS import: send text:line-break to editengJustin Luth1-1/+2
2022-09-21cid#1515519 Uninitialized pointer fieldCaolán McNamara1-2/+3
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ňák3-1717/+0
2022-09-21rework handling of empty cells in opencl codeLuboš Luňák8-325/+317
2022-09-20avoid some string refcounting with sheets with lots of conditional formattingNoel Grandin2-8/+12
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ňák3-7/+12
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-20simplify usage of TempFile in scNoel Grandin2-14/+16
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-20simplify usage of TempFile in scNoel Grandin4-25/+16
2022-09-19crashtesting: "unknown cell text: element" assert for text:bookmark #2Justin Luth1-0/+2
2022-09-19use optional in processEntryNoel Grandin1-13/+6
2022-09-19move code out of formulagroupcl.cxx to op_math* and opbase*Luboš Luňák5-908/+1008
2022-09-19can return by const& in PopStringNoel Grandin2-2/+2
2022-09-19Resolves: tdf#151046 INDIRECT() try named expressions and DB range names firstEike Rathke1-64/+66
2022-09-19get_value is cheaper than at() in toRefCell()Noel Grandin1-3/+3
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-4/+4
2022-09-18Simplify by using replaceAll instead of insert in some loops (sc)Julien Nabet1-27/+19
2022-09-18crashtesting: "unknown cell text: element" assert for text:bookmarkJustin Luth1-0/+5
2022-09-18use more string_view in utl::TempFileNoel Grandin1-2/+1
2022-09-18crashtesting: "unknown cell text: element" assertCaolán McNamara1-0/+3