diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 10:30:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-03 10:30:00 +0000 |
commit | be151d11c2a613bd75448e32a7fb835283010c3e (patch) | |
tree | 763a11bbbc06c3b8279a6768dd8ccbbbcc5dd093 /sc/inc/dptabsrc.hxx | |
parent | 87e26e97d791488c01a4fc5e232338d9f1d0d74d (diff) |
INTEGRATION: CWS grouping (1.2.432); FILE MERGED
2004/06/10 13:02:53 nn 1.2.432.4: RESYNC: (1.3-1.4); FILE MERGED
2004/04/19 09:40:21 nn 1.2.432.3: #i25110# Page field selections restrict the members shown if grouped
2004/04/16 10:37:03 nn 1.2.432.2: RESYNC: (1.2-1.3); FILE MERGED
2004/04/08 19:01:55 nn 1.2.432.1: #i25110# grouping of elements
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index d43b9a0c97d4..304689fb9d5f 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dptabsrc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-06-04 13:55:54 $ + * last change: $Author: hr $ $Date: 2004-08-03 11:30:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -396,7 +396,8 @@ public: ScDPDimension( ScDPSource* pSrc, long nD ); virtual ~ScDPDimension(); - long GetSourceDim() const { return nSourceDim; } + long GetDimension() const { return nDim; } // dimension index in source + long GetSourceDim() const { return nSourceDim; } // >=0 if dup'ed ScDPDimension* CreateCloneObject(); ScDPHierarchies* GetHierarchiesObject(); @@ -474,6 +475,9 @@ public: virtual void setUsedHierarchy(long nNew); virtual BOOL isDuplicated() const; + BOOL HasSelectedPage() const { return bHasSelectedPage; } + const ScDPItemData& GetSelectedData(); + const ::com::sun::star::sheet::DataPilotFieldReference& GetReferenceValue() const; BOOL IsValidPage( const ScDPItemData& rData ); |