summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 14:56:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 14:56:44 +0000
commit92012371581a3265adf1597f3dba98d41175919a (patch)
tree89d3b9e7c17163d199baf28035e0753ce812ff80 /sc
parentf21f3f8b33beedd164b05cb3c672d161e6fafa88 (diff)
INTEGRATION: CWS calc29 (1.13.168); FILE MERGED
2005/01/28 18:48:06 nn 1.13.168.1: #i30830# skip large formatted areas below data in GetPrintArea
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/column.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7a631cd9afbf..e6ba661dd546 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 15:27:38 $
+ * last change: $Author: vg $ $Date: 2005-02-21 15:56:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,7 +227,8 @@ public:
// nur Attribute:
SCROW GetLastAttrPos() const;
- BOOL HasVisibleAttr( SCROW& rFirstRow, SCROW& rLastRow, BOOL bSkipFirst ) const;
+ BOOL GetFirstVisibleAttr( SCROW& rFirstRow ) const;
+ BOOL GetLastVisibleAttr( SCROW& rLastRow ) const;
BOOL HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
BOOL IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow = 0,
SCROW nEndRow = MAXROW ) const;