summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbdocfun.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r--sc/source/ui/inc/dbdocfun.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx
index 35ad8489c6e1..79956e573e4a 100644
--- a/sc/source/ui/inc/dbdocfun.hxx
+++ b/sc/source/ui/inc/dbdocfun.hxx
@@ -33,6 +33,8 @@
#include <tools/solar.h>
#include <com/sun/star/uno/Sequence.hxx>
+#include <set>
+
class String;
struct ScImportParam;
@@ -100,6 +102,14 @@ public:
bool DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj,
bool bRecord, bool bApi, bool bAllowMove = false );
+
+ /**
+ * Refresh multiple pivot tables that reference the same pivot cache.
+ * Before calling this method, the caller must take care of reloading the
+ * cache and providing the correct pivot table objects referencing the
+ * cache.
+ */
+ void RefreshPivotTables(std::set<ScDPObject*>& rRefs, bool bRecord, bool bApi);
};