summaryrefslogtreecommitdiff
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:19:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:19:15 +0000
commited7bd257255d3cf441608c1b3e02fa50ae1f9436 (patch)
tree9d226e295f5790b5a786bbee8ebccb46febcf711 /sc/inc/dptabsrc.hxx
parent4287070a910b63ba6aa001092e800d2406cc60f1 (diff)
INTEGRATION: CWS datapilotdetails (1.8.222); FILE MERGED
2007/11/02 09:54:51 nn 1.8.222.1: #i57030# DataPilot drill down to source rows for result values
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 13d378a40229..9b9e89ee7de3 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dptabsrc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2007-11-20 17:40:52 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 15:19:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,6 +120,10 @@
#include "dptabdat.hxx"
#endif
+namespace com { namespace sun { namespace star { namespace sheet {
+ struct DataPilotFieldFilter;
+}}}}
+
class ScDPResultMember;
class ScDPResultData;
struct ScDPItemData;
@@ -223,6 +227,9 @@ public:
void DumpState( ScDocument* pDoc, const ScAddress& rPos );
+ void WriteDrillDownData( ScDocument* pDoc, const ScAddress& rPos,
+ const ::std::vector< ::com::sun::star::sheet::DataPilotFieldFilter > rFilters );
+
// XDimensionsSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
SAL_CALL getDimensions( )