summaryrefslogtreecommitdiff
path: root/sc/inc/compare.hxx
AgeCommit message (Expand)Author
2017-12-07loplugin:constparamsNoel Grandin
2017-08-23loplugin:constparam in sc part2Noel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-03remove unused code in sc::CompareFuncNoel Grandin
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida