summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-15 13:40:16 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-15 15:41:23 -0400
commitfd05423b758b59451be3c250931f334011079343 (patch)
treea953ed8ba550f9a14b714f098d21f06b241d32c6 /sc/inc/dpitemdata.hxx
parentDataListType -> ItemsType. (diff)
downloadcore-fd05423b758b59451be3c250931f334011079343.tar.gz
core-fd05423b758b59451be3c250931f334011079343.zip
Better algorithm to (re-)populate the cache.
With my test document, this brings the reload time down from 30 seconds to 19 seconds. I was expecting a much better outcome, but this is still better than the current.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 10363bea48c5..e30eae3c156c 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -93,6 +93,8 @@ public:
// exact equality
bool operator==(const ScDPItemData& r) const;
+ bool operator!=(const ScDPItemData& r) const;
+ bool operator< (const ScDPItemData& r) const;
ScDPItemData& operator= (const ScDPItemData& r);