summaryrefslogtreecommitdiff
path: root/sc/inc/compare.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-4/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke1-2/+6
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+2
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