don't fetch cell string content for each query item (tdf#133804)
commit02f3157f75b654ef7648efdc3004b3f326d5af40
authorLuboš Luňák <l.lunak@collabora.com>
Tue, 23 Nov 2021 12:09:40 +0000 (23 13:09 +0100)
committerLuboš Luňák <l.lunak@collabora.com>
Thu, 25 Nov 2021 13:26:26 +0000 (25 14:26 +0100)
tree363fe1aad0fefa34a4f594975af2ef8910905e48
parent98acc3d926571c13305501806ebc1b8be85e8960
don't fetch cell string content for each query item (tdf#133804)

When using autofilter, the query entry can have thousands of items,
and fetching of the cell string value is not trivial in some cases.

I'm not doing this for numeric values, as those depend on query
items and also seem fairly fast.

Change-Id: I01fa2e0cbce8f770d1ed079c0dba74830402a895
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125735
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
sc/source/core/data/table3.cxx