summaryrefslogtreecommitdiffstats
path: root/sc/inc/scmatrix.hxx
Commit message (Expand)AuthorAgeFilesLines
* sal_Bool->boolNoel Grandin2014-02-141-9/+9
* resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke2014-01-081-0/+12
* resolved fdo#72288 made case insensitive matrix string query work againEike Rathke2013-12-041-1/+1
* Construct and initialize result matrix in one step.Kohei Yoshida2013-10-191-2/+4
* Generate boolean comparison result array in one step.Kohei Yoshida2013-10-191-0/+2
* Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2013-10-181-52/+0
* Slightly optimize matrix value traversal.Kohei Yoshida2013-10-181-1/+9
* Faster way to add two result matrices.Kohei Yoshida2013-10-181-1/+3
* Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida2013-10-181-0/+10
* Initial attempt to speed up matrix comparison.Kohei Yoshida2013-10-181-4/+56
* GetString() from ScMatrix to return SharedString.Kohei Yoshida2013-10-111-4/+4
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-3/+5
* matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer2013-08-271-0/+2
* These header inline methods cause linkage error on Windows.Kohei Yoshida2013-07-091-10/+2
* Reduce dependency on the matrix header.Kohei Yoshida2013-07-011-8/+0
* Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida2013-07-011-2/+4
* Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida2013-07-011-0/+3
* Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida2013-06-241-1/+1
* Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida2013-06-241-0/+6
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-8/+8
* calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic2012-12-151-0/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-24/+15
* Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida2012-07-191-0/+5
* It's no longer possible to unionize value and string here...Kohei Yoshida2012-07-191-19/+14
* We no longer need density types.Kohei Yoshida2012-07-191-8/+0
* This is no longer true.Kohei Yoshida2012-07-191-5/+0
* Support resizing matrix with a default value.Kohei Yoshida2012-07-191-0/+2
* Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida2012-07-191-6/+9
* Replaced deprecated tools/String with OUString in ScMatrixSören Möller2012-07-051-9/+9
* removed unused forward declarations of classTakeshi Abe2012-06-231-1/+0
* Properly initialize and copy fValKohei Yoshida2011-05-131-20/+11
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-14/+14
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-27/+27
* | Moved ScMatrixRef typedefs to its own file.Kohei Yoshida2010-12-211-3/+1
* | Use mixed_type_matrix::const_iterator for faster element iteration.Kohei Yoshida2010-12-201-7/+25
* | Added skeleton methods for all sorts of iterative calculations.Kohei Yoshida2010-12-171-2/+11
* | Removed ScMatrix::Delete().Kohei Yoshida2010-12-171-11/+4
* | Implemented ScMatrixRef using boost::intrusive_ptr.Kohei Yoshida2010-12-171-4/+13
* | Removed the eternal ref bits, as no one uses it & we don't need it.Kohei Yoshida2010-12-171-7/+3
* | Removed parts of the comments that are no longer true.Kohei Yoshida2010-12-161-5/+1
* | Re-wrote header description for ScMatrix.Kohei Yoshida2010-12-161-28/+9
* | Fixed all build breaks. sc is again buildable.Kohei Yoshida2010-11-071-0/+1
* | More of the same.Kohei Yoshida2010-11-071-6/+0
* | More on one-param method removal.Kohei Yoshida2010-11-071-1/+0
* | More on removal of methods that take nIndex.Kohei Yoshida2010-11-071-1/+0
* | No more PutBoolean(SCSIZE nIndex).Kohei Yoshida2010-11-071-1/+0
* | More elimination of single-parameter methods from ScMatrix.Kohei Yoshida2010-11-071-4/+0
* | Removed the one parameter version of IsValueOrEmpty() method.Kohei Yoshida2010-11-071-3/+0
* | Removed the single-parameter version of IsBoolean().Kohei Yoshida2010-11-071-3/+0
* | Removed PutEmpty(index).Kohei Yoshida2010-11-071-1/+0