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()214 sal_uInt16 n4ColBits = rPicType.nBitsPerPixel; in WriteBMPHeader()217 sal_uInt16 nWdtOut = rPicType.nWidthBytes; in WriteBMPHeader()238 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()239 ? rPicType.nGoalWidth * 1000L / 254L in WriteBMPHeader()241 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()242 ? rPicType.nGoalHeight * 1000L / 254L // dito in WriteBMPHeader()248 switch( rPicType.nBitsPerPixel ) in WriteBMPHeader()[all …]
371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );