diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 07:48:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 07:48:59 +0000 |
commit | c64863d0bb5b9165f800174a7ba1d97bc99f15a6 (patch) | |
tree | 7872b6d08a65c43e431cc6a185dd213483d68668 /sc | |
parent | dca6a5fd2ca2d2d24085ecc14dacade77a9cffe8 (diff) |
INTEGRATION: CWS jollyfilterteam04 (1.65.2); FILE MERGED
2003/04/10 10:05:41 mmaher 1.65.2.2: Backed out a change that was incorrectly added on the previous checkin.
2003/04/10 09:00:52 mmaher 1.65.2.1: #108550# When the row height is changed automatically to accomodate large text the new row height is now also stored.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/document.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 0ee37414279a..34114e015e1e 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2,9 +2,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: hr $ $Date: 2003-03-26 18:03:34 $ + * last change: $Author: vg $ $Date: 2003-04-15 08:48:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1240,7 +1240,12 @@ public: USHORT GetLastChangedRow( USHORT nTab ) const; USHORT GetNextDifferentChangedCol( USHORT nTab, USHORT nStart) const; - USHORT GetNextDifferentChangedRow( USHORT nTab, USHORT nStart) const; + + // #108550#; if bCareManualSize is set then the row + // heights are compared only if the manual size flag for + // the row is set. If the bCareManualSize is not set then + // the row heights are always compared. + USHORT GetNextDifferentChangedRow( USHORT nTab, USHORT nStart, bool bCareManualSize = true) const; // returns whether to export a Default style for this col/row or not // nDefault is setted to one possition in the current row/col where the Default style is |