INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGED

2003/08/29 12:02:25 dr 1.1.1.1.274.1: #i8868# 1st prototype: scale printout to width/height
This commit is contained in:
Oliver Bolte 2004-03-19 15:04:49 +00:00
parent 948d49de1a
commit ac299d198a

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: pagepar.hxx,v $ * $RCSfile: pagepar.hxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ * last change: $Author: obo $ $Date: 2004-03-19 16:04:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -83,16 +83,17 @@ struct ScPageTableParam
BOOL bSkipEmpty; BOOL bSkipEmpty;
BOOL bScaleNone; BOOL bScaleNone;
BOOL bScaleAll; BOOL bScaleAll;
BOOL bScaleTo;
BOOL bScalePageNum; BOOL bScalePageNum;
USHORT nScaleAll; USHORT nScaleAll;
USHORT nScaleWidth;
USHORT nScaleHeight;
USHORT nScalePageNum; USHORT nScalePageNum;
USHORT nFirstPageNo; USHORT nFirstPageNo;
ScPageTableParam(); ScPageTableParam();
ScPageTableParam( const ScPageTableParam& r );
~ScPageTableParam(); ~ScPageTableParam();
ScPageTableParam& operator= ( const ScPageTableParam& r );
BOOL operator== ( const ScPageTableParam& r ) const; BOOL operator== ( const ScPageTableParam& r ) const;
void Reset (); void Reset ();
}; };
@ -107,10 +108,8 @@ struct ScPageAreaParam
ScRange aRepeatCol; ScRange aRepeatCol;
ScPageAreaParam(); ScPageAreaParam();
ScPageAreaParam( const ScPageAreaParam& r );
~ScPageAreaParam(); ~ScPageAreaParam();
ScPageAreaParam& operator= ( const ScPageAreaParam& r );
BOOL operator== ( const ScPageAreaParam& r ) const; BOOL operator== ( const ScPageAreaParam& r ) const;
void Reset (); void Reset ();
}; };