summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-08use ScMatrix::IsValueOrEmpty() on math operators Mul/Div/Pow, tdf#91453Eike Rathke1-0/+3
2015-04-13use error value instead of string in array/matrix, tdf#42481 relatedEike Rathke1-1/+2
2015-02-16Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke1-3/+6
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard1-0/+2
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-0/+6
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
2010-12-20Use mixed_type_matrix::const_iterator for faster element iteration.Kohei Yoshida1-7/+25
2010-12-17Added skeleton methods for all sorts of iterative calculations.Kohei Yoshida1-2/+11
2010-12-17Removed ScMatrix::Delete().Kohei Yoshida1-11/+4
2010-12-17Implemented ScMatrixRef using boost::intrusive_ptr.Kohei Yoshida1-4/+13
2010-12-17Removed the eternal ref bits, as no one uses it & we don't need it.Kohei Yoshida1-7/+3
2010-12-16Removed parts of the comments that are no longer true.Kohei Yoshida1-5/+1
2010-12-16Re-wrote header description for ScMatrix.Kohei Yoshida1-28/+9
2010-11-07Fixed all build breaks. sc is again buildable.Kohei Yoshida1-0/+1