summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 14:56:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 14:56:26 +0000
commitf21f3f8b33beedd164b05cb3c672d161e6fafa88 (patch)
tree14505e0783e30e22d80993cdf3adb1b81bd1e342 /sc/inc/attarray.hxx
parentINTEGRATION: CWS dr32 (1.33.8); FILE MERGED (diff)
downloadcore-f21f3f8b33beedd164b05cb3c672d161e6fafa88.tar.gz
core-f21f3f8b33beedd164b05cb3c672d161e6fafa88.zip
INTEGRATION: CWS calc29 (1.5.292); FILE MERGED
2005/01/28 18:48:06 nn 1.5.292.1: #i30830# skip large formatted areas below data in GetPrintArea
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 09cd9f01ad11..bd7bc1d5fae2 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attarray.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:01:30 $
+ * last change: $Author: vg $ $Date: 2005-02-21 15:56:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,8 @@ public:
SCROW GetFirstEntryPos() const;
SCROW GetLastEntryPos( BOOL bIncludeBottom ) const;
- BOOL HasVisibleAttr( SCROW& rFirstRow, SCROW& rLastRow, BOOL bSkipFirst ) const;
+ BOOL GetFirstVisibleAttr( SCROW& rFirstRow ) const;
+ BOOL GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
BOOL HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
BOOL IsVisibleEqual( const ScAttrArray& rOther,
SCROW nStartRow, SCROW nEndRow ) const;