summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compare.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-13CompareOptions pDoc arg is never nullCaolán McNamara1-2/+2
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin1-1/+1
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-7/+7
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-3/+3
2016-10-25tdf#79892: Pass resolved locale to transliterate calls in CalcAron Budea1-2/+3
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-3/+2
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke1-1/+1
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke1-1/+1
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-4/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke1-6/+16
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