summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer1-0/+2
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida1-10/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-8/+0
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida1-2/+4
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida1-0/+3
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida1-1/+1
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida1-0/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida1-0/+5
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida1-19/+14
2012-07-19We no longer need density types.Kohei Yoshida1-8/+0
2012-07-19This is no longer true.Kohei Yoshida1-5/+0
2012-07-19Support resizing matrix with a default value.Kohei Yoshida1-0/+2
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida1-6/+9
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller1-9/+9
2012-06-23removed unused forward declarations of classTakeshi Abe1-1/+0
2011-05-13Properly initialize and copy fValKohei Yoshida1-20/+11
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-14/+14
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-27/+27
2010-12-21Moved ScMatrixRef typedefs to its own file.Kohei Yoshida1-3/+1