summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-1/+0
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke1-7/+7
2015-03-31Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke1-5/+0
2015-03-25tdf#89387 Add functor for ScAmpersandŁukasz Hryniuk1-0/+5
2015-03-09tdf#89387 General functor and basic operationsŁukasz Hryniuk1-1/+7
2015-02-11add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke1-3/+6
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-0/+6
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard1-0/+2
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-02-14sal_Bool->boolNoel Grandin1-9/+9
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke1-0/+12
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida1-2/+4
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida1-0/+2
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida1-52/+0
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida1-1/+9
2013-10-18Faster way to add two result matrices.Kohei Yoshida1-1/+3
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida1-0/+10
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida1-4/+56
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-4/+4
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-3/+5