diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:22:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:22:54 +0000 |
commit | 2d19f14eb229587b2fc76707416518f6a6c363ca (patch) | |
tree | c0154726351e4ea9ff33523a53daf1513c3b6b24 /sc/inc/dptabsrc.hxx | |
parent | 9ce02cfc4c19be8e23dd9bb0348701de85dd57c4 (diff) |
INTEGRATION: CWS pagefields (1.2.334); FILE MERGED
2003/12/05 16:29:03 nn 1.2.334.2: #i22164# handle numerical page fields
2003/12/05 13:56:29 nn 1.2.334.1: #i22164# page field handling
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index d44af3c29952..9aca4e2dad1d 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dptabsrc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2001-03-08 14:23:30 $ + * last change: $Author: hr $ $Date: 2004-04-13 12:22:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -366,6 +366,9 @@ private: USHORT nFunction; // enum GeneralFunction String aName; // if empty, take from source long nSourceDim; // >=0 if dup'ed + BOOL bHasSelectedPage; + String aSelectedPage; + ScDPItemData* pSelectedData; // internal, temporary, created from aSelectedPage public: ScDPDimension( ScDPSource* pSrc, long nD ); @@ -448,6 +451,8 @@ public: virtual long getUsedHierarchy() const; virtual void setUsedHierarchy(long nNew); virtual BOOL isDuplicated() const; + + BOOL IsValidPage( const ScDPItemData& rData ); }; class ScDPHierarchies : public cppu::WeakImplHelper2< @@ -732,6 +737,7 @@ public: BOOL IsNamedItem( const ScDPItemData& r ) const; String GetNameStr() const; + void FillItemData( ScDPItemData& rData ) const; // XNamed virtual ::rtl::OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException); |