diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:59:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:59:52 +0000 |
commit | 4b187232399101a69a681f82d699df30fdd27937 (patch) | |
tree | 1934e89dea8fb42e823c9ce1deb1e41e41166e24 /sc | |
parent | 7a646863469262563c3226488a6ec954d6786be3 (diff) |
INTEGRATION: CWS tableoptions (1.2.518); FILE MERGED
2004/07/05 17:07:30 nn 1.2.518.1: #i25111# table options, drill to details
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/dbfunc.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index b8ffbdff8806..99a172c41427 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbfunc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-10 19:07:44 $ + * last change: $Author: hr $ $Date: 2004-07-23 12:59:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,11 +70,15 @@ class ScDBData; class ScDBCollection; class ScDPObject; class ScDPSaveData; +class StrCollection; // --------------------------------------------------------------------------- class ScDBFunc : public ScViewFunc { +private: + void GetSelectedMemberList( StrCollection& rEntries, long& rDimension ); + public: ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ); ScDBFunc( Window* pParent, const ScDBFunc& rDBFunc, ScTabViewShell* pViewShell ); @@ -113,6 +117,9 @@ public: void DeletePivotTable(); void RecalcPivotTable(); + BOOL HasSelectionForDrillDown( USHORT& rOrientation ); + void SetDataPilotDetails( BOOL bShow, const String* pNewDimensionName = NULL ); + void MakeOutline( BOOL bColumns, BOOL bRecord = TRUE ); void RemoveOutline( BOOL bColumns, BOOL bRecord = TRUE ); void RemoveAllOutlines( BOOL bRecord = TRUE ); |