summaryrefslogtreecommitdiff
path: root/sc/inc/queryevaluator.hxx
AgeCommit message (Expand)Author
2024-10-27add a visitor contraption to avoid Reference counting costsCaolán McNamara
2024-10-27move fetching svl::SharedString inside ScQueryEvaluator::compareByStringCaolán McNamara
2024-10-25we can remove a SharedString copy nowCaolán McNamara
2024-10-25ScQueryEvaluator::compareByString now never has non-null pValueSource2Caolán McNamara
2024-10-25speedup saving large XLS file with lots of query formulaNoel Grandin
2024-06-27Related: tdf#127293 Ignore 'search-criteria-must-apply-to-whole-cell'Balazs Varga
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2022-06-26fix ByValue lookups with ScSortedRangeCacheLuboš Luňák
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák
2021-12-14make sure text operations are not queried by (numeric) valueLuboš Luňák
2021-12-05fix caching of ScQueryItem values for multiple entries (tdf#146037)Luboš Luňák
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák