summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)Author
2020-05-17Remove 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
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06drop unneeded includeDavid Tardon
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02Add ScMatrix method to collect multiple valuesŁukasz Hryniuk
2015-10-02Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk
2015-09-30Fix typosAndrea Gelmini
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke
2015-03-31Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke
2015-03-25tdf#89387 Add functor for ScAmpersandŁukasz Hryniuk
2015-03-09tdf#89387 General functor and basic operationsŁukasz Hryniuk
2015-02-11add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke