summaryrefslogtreecommitdiffstats
path: root/sc/inc/scmatrix.hxx
Commit message (Expand)AuthorAgeFilesLines
* sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky2015-12-011-6/+13
* sc: Implement ScVectorRefMatrix.Jan Holesovsky2015-11-241-1/+199
* sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky2015-11-241-96/+293
* use unique_ptr for pImpl in sc/Noel Grandin2015-11-181-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* drop unneeded includeDavid Tardon2015-11-061-1/+0
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Add ScMatrix method to collect multiple valuesŁukasz Hryniuk2015-10-021-0/+3
* Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk2015-10-021-0/+4
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-1/+0
* use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke2015-04-021-7/+7
* Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke2015-03-311-5/+0
* tdf#89387 Add functor for ScAmpersandŁukasz Hryniuk2015-03-251-0/+5
* tdf#89387 General functor and basic operationsŁukasz Hryniuk2015-03-091-1/+7
* add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke2015-02-111-3/+6
* loplugin:deletedspecialStephan Bergmann2015-02-071-3/+2
* fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke2014-12-221-0/+6
* improve performance of some matrix operations, related fdo#83187Markus Mohrhard2014-12-221-0/+2
* resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2014-12-111-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-3/+3
* 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