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
This commit is contained in:
parent
87e26e97d7
commit
be151d11c2
1 changed files with 7 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue