Searched refs:rPicType (Results 1 – 2 of 2) sorted by relevance
210 const SvxRTFPictureType& rPicType ) in WriteBMPHeader() argument212 sal_uInt32 n4Width = rPicType.nWidth; in WriteBMPHeader()213 sal_uInt32 n4Height = rPicType.nHeight; in WriteBMPHeader()238 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()241 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()248 switch( rPicType.nBitsPerPixel ) in WriteBMPHeader()405 rPicType.nType = nVal; in ReadBmpData()419 rPicType.uPicLen = nTokenValue; in ReadBmpData()420 if (rPicType.uPicLen) in ReadBmpData()478 switch( rPicType.eStyle ) in ReadBmpData()[all …]
371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );
Completed in 24 milliseconds