summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:18:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:18:35 +0000
commit13527d0874af4b023bb293f98cbf94c2fa66fd0d (patch)
tree02950a10aa0e55d4328907c6c8109f1a4396f39b /sc/inc/dpobject.hxx
parentINTEGRATION: CWS aw053 (1.18.48); FILE MERGED (diff)
downloadcore-13527d0874af4b023bb293f98cbf94c2fa66fd0d.tar.gz
core-13527d0874af4b023bb293f98cbf94c2fa66fd0d.zip
INTEGRATION: CWS datapilotdetails (1.12.118); FILE MERGED
2007/11/02 09:54:51 nn 1.12.118.1: #i57030# DataPilot drill down to source rows for result values
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 69843e9cada2..115d91041bf1 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dpobject.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:41:57 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 15:18:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,6 +63,10 @@
//------------------------------------------------------------------
+namespace com { namespace sun { namespace star { namespace sheet {
+ struct DataPilotFieldFilter;
+}}}}
+
class Rectangle;
class SvStream;
class ScDPSaveData;
@@ -223,6 +227,10 @@ public:
BOOL RefsEqual( const ScDPObject& r ) const;
void WriteRefsTo( ScDPObject& r ) const;
+ bool GetDataFieldPositionData(
+ ::std::vector< ::com::sun::star::sheet::DataPilotFieldFilter >& rFilters,
+ const ScAddress& rPos);
+
// apply drop-down attribute, initialize nHeaderRows, without accessing the source
// (button attribute must be present)
void RefreshAfterLoad();