summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)Author
2024-06-10tdf#161454 - Fix new array functions handle empty matrix cellsBalazs Varga
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-07make more symbols private in calcNoel Grandin
2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara
2022-12-30optimise SUMPRODUCT(IF..) a littleNoel Grandin
2022-06-23no need to explicitly spell out bodies of default functionsLuboš Luňák
2021-06-04loplugin:unusedmethodsNoel Grandin
2021-05-15Use less memory for ScMatrix::Collectdante
2021-05-13Use double to iterate products in scmatrix.dante
2021-05-05loplugin:constmethodNoel Grandin
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-08-20Follow-up: tdf#132105 COUNTBLANK() count empty strings also in array/matrixEike Rathke
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-01-24loplugin:constparams in scNoel Grandin
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin
2018-11-23enum ScMatrix::Op is unnecessaryNoel Grandin
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-10-09loplugin:unusedmethodsNoel Grandin
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-08-12loplugin:constantparamNoel Grandin
2018-08-11loplugin:unusedmethodsNoel Grandin
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke
2017-10-23Move GetElementsMax() to .cxxEike Rathke
2017-09-29ofz#3487 further limit ScMatrix elements allocationEike Rathke
2017-06-08Remove a TODO and explainEike Rathke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke
2016-06-15introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409Eike Rathke
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-04-16fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke
2016-03-02Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke
2016-02-18fix DEBUG_MATRIX buildMarkus Mohrhard
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky