diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 14:56:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 14:56:26 +0000 |
commit | f21f3f8b33beedd164b05cb3c672d161e6fafa88 (patch) | |
tree | 14505e0783e30e22d80993cdf3adb1b81bd1e342 /sc/inc/attarray.hxx | |
parent | 03c38c132f934e81acf6e67431eb959f8a85bef9 (diff) |
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.hxx | 7 |
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; |