summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-06-04loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-15Use less memory for ScMatrix::Collectdante1-5/+8
2021-05-13Use double to iterate products in scmatrix.dante1-10/+11
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante1-3/+18
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-08-20Follow-up: tdf#132105 COUNTBLANK() count empty strings also in array/matrixEike Rathke1-1/+1
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke1-5/+5
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-3/+0
2019-01-24loplugin:constparams in scNoel Grandin1-9/+9
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin1-1/+1
2018-11-23enum ScMatrix::Op is unnecessaryNoel Grandin1-3/+1
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-2/+0
2018-10-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-313/+103
2018-08-12loplugin:constantparamNoel Grandin1-2/+2
2018-08-11loplugin:unusedmethodsNoel Grandin1-223/+0
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen1-4/+1
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke1-12/+18
2017-10-23Move GetElementsMax() to .cxxEike Rathke1-17/+0
2017-09-29ofz#3487 further limit ScMatrix elements allocationEike Rathke1-10/+12
2017-06-08Remove a TODO and explainEike Rathke1-5/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-7/+7
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco1-0/+6
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin1-9/+9
2016-09-23convert formula error codes to scoped enumNoel Grandin1-9/+10
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-3/+3
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke1-3/+7
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke1-3/+7
2016-06-15introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409Eike Rathke1-0/+6
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-1/+1
2016-04-16fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard1-3/+4
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard1-0/+9
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke1-0/+6
2016-03-02Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke1-3/+3
2016-02-18fix DEBUG_MATRIX buildMarkus Mohrhard1-2/+8
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard1-0/+12
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky1-6/+13
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky1-1/+199
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-96/+293
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06drop unneeded includeDavid Tardon1-1/+0
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-02Add ScMatrix method to collect multiple valuesŁukasz Hryniuk1-0/+3
2015-10-02Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk1-0/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1