summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 332be67ee551..0bb6548d5dd9 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -959,6 +959,10 @@ public:
struct ValidQueryCache
{
std::unordered_map<FormulaError, svl::SharedString> mCachedSharedErrorStrings;
+ std::vector<double> mCachedSortedItemValues;
+ std::vector<const rtl_uString*> mCachedSortedItemStrings;
+ bool mCachedSortedItemValuesReady = false;
+ bool mCachedSortedItemStringsReady = false;
};
bool ValidQuery(
SCROW nRow, const ScQueryParam& rQueryParam, const ScRefCellValue* pCell = nullptr,