summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)Author
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
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-14sal_Bool->boolNoel Grandin
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida
2013-10-18Faster way to add two result matrices.Kohei Yoshida
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida
2012-07-19We no longer need density types.Kohei Yoshida
2012-07-19This is no longer true.Kohei Yoshida
2012-07-19Support resizing matrix with a default value.Kohei Yoshida
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller
2012-06-23removed unused forward declarations of classTakeshi Abe
2011-05-13Properly initialize and copy fValKohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21Moved ScMatrixRef typedefs to its own file.Kohei Yoshida