summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/scmatrix.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke2016-03-091-6/+22
* Resolves: tdf#98389 check memory requirement of matrixEike Rathke2016-03-091-8/+35
* Resolves: tdf#91453 use configuration of text to number conversionEike Rathke2015-10-221-13/+28
* Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke2015-08-071-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* empty element evaluates to 0, tdf#89387 tdf#42481 relatedEike Rathke2015-04-021-6/+10
* we need a more intelligent increment for the iterator, tdf#90391Markus Mohrhard2015-04-021-6/+26
* use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke2015-04-021-26/+29
* Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke2015-03-311-63/+0
* tdf#89387 Add functor for ScAmpersandŁukasz Hryniuk2015-03-251-0/+63
* Related to tdf#89387 remove unused stuffŁukasz Hryniuk2015-03-141-18/+14
* tdf#89387 General functor and basic operationsŁukasz Hryniuk2015-03-091-56/+114
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-2/+2
* add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke2015-02-111-4/+19
* Resolves: tdf#88786 correct matrix sub operationEike Rathke2015-01-271-2/+2
* iterator::operator*() should return a referenceMarkus Mohrhard2014-12-271-1/+1
* coverity#1260446 Uninitialized scalar fieldCaolán McNamara2014-12-261-0/+1
* fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke2014-12-221-15/+62
* fix a few problems with my matrix commitMarkus Mohrhard2014-12-221-3/+3
* fix error in last commitMarkus Mohrhard2014-12-221-1/+1
* improve performance of some matrix operations, related fdo#83187Markus Mohrhard2014-12-221-0/+309
* WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist2014-12-111-1/+1
* resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2014-12-111-44/+52
* remove whitespaceMarkus Mohrhard2014-06-251-2/+0
* resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke2014-06-131-5/+5
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-5/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida2014-04-281-2/+10
* fdo#75397: Return an empty string for empty element.Kohei Yoshida2014-04-281-1/+1
* fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2014-04-241-4/+10
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-3/+2
* sal_Bool->boolNoel Grandin2014-02-141-9/+9
* coverity#1130381 Missing break in switchCaolán McNamara2014-02-111-1/+1
* fdo#74479: Treat empty cells as if they have a value of 0.Kohei Yoshida2014-02-091-1/+10
* typo fixes in commentsAndras Timar2014-02-061-1/+1
* fdo#39440 - cppcheck cleanlinessRadu Ioan2014-01-291-1/+1
* Be explicit when using bool as integral valueStephan Bergmann2014-01-141-3/+3
* resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke2014-01-081-0/+78
* Reduce branching on empty matrix elements as well.Kohei Yoshida2013-10-201-8/+12
* Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida2013-10-201-25/+136
* Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida2013-10-201-1/+1
* Store SharedString in Compare::Cell.Kohei Yoshida2013-10-201-2/+2
* Better way to organize 2 compared cell values.Kohei Yoshida2013-10-201-12/+14
* Construct and initialize result matrix in one step.Kohei Yoshida2013-10-191-7/+23
* Generate boolean comparison result array in one step.Kohei Yoshida2013-10-191-6/+30
* Need also a definition of the maComp static member variableTor Lillqvist2013-10-191-0/+3
* Try constructing & initializing the matrix in one step.Kohei Yoshida2013-10-181-5/+5
* Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2013-10-181-292/+0
* vector with reserve() is slightly faster than deque here.Kohei Yoshida2013-10-181-2/+5
* Slightly optimize matrix value traversal.Kohei Yoshida2013-10-181-7/+20