Lines Matching refs:mnHeight

45 	sal_uLong				mnWidth, mnHeight;	// Bildausmass in Pixeln  member in PBMReader
102 if ( ( mnMaxVal == 0 ) || ( mnWidth == 0 ) || ( mnHeight == 0 ) ) in ReadPBM()
109 maBmp = Bitmap( Size( mnWidth, mnHeight ), 1 ); in ReadPBM()
120 maBmp = Bitmap( Size( mnWidth, mnHeight ), 1); in ReadPBM()
122 maBmp = Bitmap( Size( mnWidth, mnHeight ), 4); in ReadPBM()
124 maBmp = Bitmap( Size( mnWidth, mnHeight ), 8); in ReadPBM()
141 maBmp = Bitmap( Size( mnWidth, mnHeight ), 24 ); in ReadPBM()
171 mnMaxVal = mnWidth = mnHeight = 0; in ImplReadHeader()
220 else if ( ( nCount == 1 ) && mnHeight ) in ImplReadHeader()
241 mnHeight *= 10; in ImplReadHeader()
242 mnHeight += nDat; in ImplReadHeader()
272 while ( nHeight != mnHeight ) in ImplReadBody()
288 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
295 while ( nHeight != mnHeight ) in ImplReadBody()
307 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
314 while ( nHeight != mnHeight ) in ImplReadBody()
330 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
367 if ( ++nHeight == mnHeight ) in ImplReadBody()
369 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
396 if ( ++nHeight == mnHeight ) in ImplReadBody()
398 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
472 if ( ++nHeight == mnHeight ) in ImplReadBody()
474 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()