summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compare.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-03-03remove unused code in sc::CompareFuncNoel Grandin1-65/+0
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-3/+3
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida1-0/+20
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida1-0/+149
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida1-11/+7
2013-10-20Try not to use array index access here...Kohei Yoshida1-1/+6
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida1-27/+25
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida1-35/+51
2013-10-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida1-2/+2
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida1-5/+2
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida1-0/+201