summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compare.cxx
AgeCommit message (Expand)Author
2021-09-17rather return ref from GetTransliterationNoel Grandin
2021-09-17rather return ref from GetCollatorNoel Grandin
2021-09-17use optional for some fields in ScGlobalNoel Grandin
2020-09-13CompareOptions pDoc arg is never nullCaolán McNamara
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-07loplugin:constparamsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2016-10-25tdf#79892: Pass resolved locale to transliterate calls in CalcAron Budea
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke
2014-05-11fix-includes.pl: scThomas Arnhold
2014-03-03remove unused code in sc::CompareFuncNoel Grandin
2014-01-14Be explicit when using bool as integral valueStephan Bergmann
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-20Try not to use array index access here...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-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida