summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:51:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:51:32 +0000
commitcb328d54c1ec752b45b35da758f68b1e6ccc9902 (patch)
treef11d07da610568b10b82499efd410b428ab4a2ba /sc/inc/dpoutput.hxx
parentINTEGRATION: CWS tableoptions (1.5.34); FILE MERGED (diff)
downloadcore-cb328d54c1ec752b45b35da758f68b1e6ccc9902.tar.gz
core-cb328d54c1ec752b45b35da758f68b1e6ccc9902.zip
INTEGRATION: CWS tableoptions (1.4.36); FILE MERGED
2004/07/05 17:06:52 nn 1.4.36.1: #i25111# table options, drill to details
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 28e2e1c5d62f..671f6cbed857 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpoutput.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:08:09 $
+ * last change: $Author: hr $ $Date: 2004-07-23 12:51:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,7 @@
class Rectangle;
class SvStream;
class ScDocument;
+class StrCollection;
struct ScDPOutLevelData;
@@ -172,6 +173,8 @@ public:
long nDragDim,
Rectangle& rPosRect, USHORT& rOrient, long& rDimPos );
BOOL IsFilterButton( const ScAddress& rPos );
+
+ void GetMemberResultNames( StrCollection& rNames, long nDimension );
};