summaryrefslogtreecommitdiffstats
path: root/sc/inc/compare.hxx
Commit message (Expand)AuthorAgeFilesLines
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* remove unused code in sc::CompareFuncNoel Grandin2014-03-031-1/+0
* Reduce branching on empty matrix elements as well.Kohei Yoshida2013-10-201-0/+5
* Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida2013-10-201-0/+3
* Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida2013-10-201-2/+1
* Store SharedString in Compare::Cell.Kohei Yoshida2013-10-201-4/+3
* Better way to organize 2 compared cell values.Kohei Yoshida2013-10-201-13/+13
* Generate boolean comparison result array in one step.Kohei Yoshida2013-10-191-0/+2
* Reduce the number of arguments. The first argument can go now.Kohei Yoshida2013-10-181-1/+4
* Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida2013-10-181-1/+4
* Initial attempt to speed up matrix comparison.Kohei Yoshida2013-10-181-0/+68