summaryrefslogtreecommitdiff
path: root/sc/inc/queryiter.hxx
AgeCommit message (Expand)Author
2022-05-11no PerformQuery() with ScSortedRangeCache if not needed (tdf#144777)Luboš Luňák
2022-05-11do not use ScSortedRangeCache inefficientlyLuboš Luňák
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák
2022-05-11use ScSortedRangeCache also for generic queriesLuboš Luňák
2022-05-11make internal ScQueryCellIteratorBase functions protectedLuboš Luňák
2022-05-11introduce Calc cache for sorted handling of unsorted cellsLuboš Luňák
2022-05-11make it obvious which column BinarySearch() operates onLuboš Luňák
2022-05-10sort out query iterator's BinarySearch() corner cases handlingLuboš Luňák
2022-05-10make BinarySearch() work for SC_EQUAL, SC_LESS, SC_GREATERLuboš Luňák
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák
2022-05-10assert pre-requisities of BinarySearch()Luboš Luňák
2022-05-10BinarySearch() can be in ScQueryCellIteratorBaseLuboš Luňák
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22move query-related iterators to a new separate fileLuboš Luňák