summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-08 13:25:49 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-08 13:25:49 +0000
commit2a70eb51fecc62a1d2c8b62e2686ce97caadfd26 (patch)
treed9d122265082a1f230d00357bd5dce4db6456ed4 /sc/inc/dpoutput.hxx
parentcheck minimum number of visible column/row members before allocating (diff)
downloadcore-2a70eb51fecc62a1d2c8b62e2686ce97caadfd26.tar.gz
core-2a70eb51fecc62a1d2c8b62e2686ce97caadfd26.zip
check range overflow and errors from source
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 17441abd14e1..4b5a90e1ae36 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpoutput.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: nn $ $Date: 2001-03-08 14:25:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,7 @@ private:
com::sun::star::uno::Sequence<
com::sun::star::uno::Sequence<
com::sun::star::sheet::DataResult> > aData;
+ BOOL bResultsError;
String aDataDescription;
UINT32* pColNumFmt;
UINT32* pRowNumFmt;
@@ -125,6 +126,7 @@ private:
long nRowFmtCount;
BOOL bSizesValid;
+ BOOL bSizeOverflow;
long nColCount;
long nRowCount;
long nHeaderSize;
@@ -156,6 +158,7 @@ public:
void Output(); //! Refresh?
ScRange GetOutputRange();
+ BOOL HasError(); // range overflow or exception from source
void GetPositionData( ScDPPositionData& rData, const ScAddress& rPos );
long GetHeaderDim( const ScAddress& rPos );