summaryrefslogtreecommitdiff
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-08 13:24:43 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-08 13:24:43 +0000
commitedfa2e465ba3fd9b4581318e0d7ed10d284e8ada (patch)
tree8fb6b8412d61953a188a357f001ce18692aa32f3 /sc/inc/dptabsrc.hxx
parent5a5288cd3ded5eea8c5b5ed9d441e42f6427656d (diff)
check minimum number of visible column/row members before allocating
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 1ee9c640cce9..d44af3c29952 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dptabsrc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: nn $ $Date: 2001-03-08 14:23:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,6 +187,7 @@ private:
List aColLevelList;
List aRowLevelList;
ScSubTotalFunc eDataFunctions[SC_DAPI_MAXFIELDS];
+ BOOL bResultOverflow;
void CreateRes_Impl();
void FillMemberResults();
@@ -701,6 +702,8 @@ public:
virtual long getCount() const;
virtual ScDPMember* getByIndex(long nIndex) const;
+
+ long getMinMembers() const;
};
class ScDPMember : public cppu::WeakImplHelper3<