summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:51:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:51:18 +0000
commitc040f149b39ecf7d045d786af26e67f5140f6e3d (patch)
treec557d8a222a4bb51a11f1751130b9c917f38606f /sc/inc/dpobject.hxx
parentbb7c35a604d0bea29cf51cbbd1a552d85e8e8641 (diff)
INTEGRATION: CWS tableoptions (1.5.34); FILE MERGED
2004/07/05 17:06:52 nn 1.5.34.1: #i25111# table options, drill to details
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 3110b46b2399..20afff753ad1 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpobject.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 13:58:37 $
+ * last change: $Author: hr $ $Date: 2004-07-23 12:51:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,7 @@ class ScPivotCollection;
struct ScPivotParam;
struct ScImportSourceDesc;
struct ScSheetSourceDesc;
+class StrCollection;
class TypedStrCollection;
struct PivotField;
@@ -190,6 +191,8 @@ public:
const String& GetTag() const { return aTableTag; }
String GetDimName( long nDim, BOOL& rIsDataLayout );
+ BOOL IsDuplicated( long nDim );
+ long GetDimCount();
void GetPositionData( ScDPPositionData& rData, const ScAddress& rPos );
long GetHeaderDim( const ScAddress& rPos, USHORT& rOrient );
BOOL GetHeaderDrag( const ScAddress& rPos, BOOL bMouseLeft, BOOL bMouseTop,
@@ -197,6 +200,8 @@ public:
Rectangle& rPosRect, USHORT& rOrient, long& rDimPos );
BOOL IsFilterButton( const ScAddress& rPos );
+ void GetMemberResultNames( StrCollection& rNames, long nDimension );
+
void FillPageList( TypedStrCollection& rStrings, long nField );
void ToggleDetails( ScDPPositionData& rElemDesc, ScDPObject* pDestObj );