summaryrefslogtreecommitdiffstats
path: root/sc/inc/scmatrix.hxx
Commit message (Expand)AuthorAgeFilesLines
* Move GetElementsMax() to .cxxEike Rathke2017-10-231-17/+0
* ofz#3487 further limit ScMatrix elements allocationEike Rathke2017-09-291-10/+12
* Remove a TODO and explainEike Rathke2017-06-081-5/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-7/+7
* tdf#89387 improve performance for some matrix operationsgiacco2017-02-161-0/+6
* convert SC_MATVAL constants to typed_flags_setNoel Grandin2016-10-121-9/+9
* convert formula error codes to scoped enumNoel Grandin2016-09-231-9/+10
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* loplugin:countusersofdefaultparamsNoel Grandin2016-08-291-3/+3
* let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke2016-08-251-3/+7
* Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke2016-08-231-3/+7
* introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409Eike Rathke2016-06-151-0/+6
* Replace namespace ScErrorCodes with formula...Kohei Yoshida2016-05-041-1/+1
* fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard2016-04-161-3/+4
* loplugin:passstuffbyref in scNoel Grandin2016-04-141-1/+1
* better use mdds in matrix concat, tdf#88849Markus Mohrhard2016-03-231-0/+9
* Resolves: tdf#98389 check memory requirement of matrixEike Rathke2016-03-071-0/+6
* Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke2016-03-021-3/+3
* fix DEBUG_MATRIX buildMarkus Mohrhard2016-02-181-2/+8
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2016-02-161-2/+2
* single element access is really slow in mdds, tdf#67071Markus Mohrhard2016-02-161-0/+12
* sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky2015-12-011-6/+13
* sc: Implement ScVectorRefMatrix.Jan Holesovsky2015-11-241-1/+199
* sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky2015-11-241-96/+293
* use unique_ptr for pImpl in sc/Noel Grandin2015-11-181-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* drop unneeded includeDavid Tardon2015-11-061-1/+0
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Add ScMatrix method to collect multiple valuesŁukasz Hryniuk2015-10-021-0/+3
* Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk2015-10-021-0/+4
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-1/+0
* use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke2015-04-021-7/+7
* Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke2015-03-311-5/+0
* tdf#89387 Add functor for ScAmpersandŁukasz Hryniuk2015-03-251-0/+5
* tdf#89387 General functor and basic operationsŁukasz Hryniuk2015-03-091-1/+7
* add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke2015-02-111-3/+6
* loplugin:deletedspecialStephan Bergmann2015-02-071-3/+2
* fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke2014-12-221-0/+6
* improve performance of some matrix operations, related fdo#83187Markus Mohrhard2014-12-221-0/+2
* resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2014-12-111-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-3/+3
* sal_Bool->boolNoel Grandin2014-02-141-9/+9
* resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke2014-01-081-0/+12
* resolved fdo#72288 made case insensitive matrix string query work againEike Rathke2013-12-041-1/+1
* Construct and initialize result matrix in one step.Kohei Yoshida2013-10-191-2/+4
* Generate boolean comparison result array in one step.Kohei Yoshida2013-10-191-0/+2
* Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2013-10-181-52/+0
* Slightly optimize matrix value traversal.Kohei Yoshida2013-10-181-1/+9