summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)Author
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák
2021-11-25fast query item searching also for ByValue with stringLuboš Luňák
2021-11-25avoid repeated checks with same result on fast lookup pathLuboš Luňák
2021-11-25try to search efficiently with a query with many items (tdf#133867)Luboš Luňák
2021-11-25don't fetch cell string content for each query item (tdf#133804)Luboš Luňák
2021-11-24Fix typosAndrea Gelmini
2021-11-24remove superfluous code that has a TODO note about itLuboš Luňák
2021-11-23short-circut SC_AND lookup if left side is known to be falseLuboš Luňák
2021-11-23do not wait for condition that's not neededLuboš Luňák
2021-11-23move code to a separate functionLuboš Luňák
2021-11-23do not fetch cell data if ScRefValueCell can tell thatLuboš Luňák
2021-11-23do not try to read table cell again on ScRefCellValue::isEmpty()Luboš Luňák
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák
2021-11-17revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák
2021-11-15Revert "improve performance of cell equality comparisons)" (tdf#139612)Luboš Luňák
2021-11-08improve performance of cell equality comparisons (tdf#139444)Luboš Luňák
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-16Simplify vector initialization in scJulien Nabet
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-28Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253Eike Rathke
2021-09-21tdf#144253 tdf#144324 sc filter: use formatted values in filtersBalazs Varga
2021-09-17rather return ref from GetTransliterationNoel Grandin
2021-09-17rather return ref from GetCollatorNoel Grandin
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17use optional for some fields in ScGlobalNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke
2021-09-10do not intern a temporary cell error stringLuboš Luňák
2021-09-06tdf#142579 Consider cond. format background colors in color filterSamuel Mehrbrodt
2021-09-06tdf#142580 Consider cond. format text colors in color filterSamuel Mehrbrodt
2021-09-06tdf#142579 Consider color scale background colors in color filterSamuel Mehrbrodt
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-07tdf#142910 sc filter: fix "greater than" or "smaller than" etcBalazs Varga
2021-06-21tdf#142607 XLSX export: keep formatted dates in standard filterBalazs Varga
2021-05-31tdf#142402 sc UI: store formatted values in standard filterBalazs Varga
2021-05-30crashtesting: on export of fdo84621-4.ods to xlsCaolán McNamara
2021-05-28tdf#138438 sc: fix "Top 10" autoFilter in multiple columnsBalazs Varga
2021-05-16fix leak in ScSubTotalParamNoel Grandin
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt
2021-04-21Fix indentationSamuel Mehrbrodt
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga
2021-03-01tdf#140462 sc ODF import: fix empty autofilter columnsBalazs Varga