summaryrefslogtreecommitdiff
path: root/sc/inc/compare.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke1-2/+6
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-03remove unused code in sc::CompareFuncNoel Grandin1-1/+0
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida1-0/+5
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida1-0/+3
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida1-2/+1
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida1-4/+3
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida1-13/+13
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida1-0/+2
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida1-1/+4
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida1-1/+4
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida1-0/+68