Home
last modified time | relevance | path

Searched refs:rPicType (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/editeng/source/rtf/
H A Drtfgrf.cxx209 const SvxRTFPictureType& rPicType ) in WriteBMPHeader() argument
211 sal_uInt32 n4Width = rPicType.nWidth; in WriteBMPHeader()
212 sal_uInt32 n4Height = rPicType.nHeight; in WriteBMPHeader()
213 sal_uInt16 n4ColBits = rPicType.nBitsPerPixel; in WriteBMPHeader()
216 sal_uInt16 nWdtOut = rPicType.nWidthBytes; in WriteBMPHeader()
237 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()
238 ? rPicType.nGoalWidth * 1000L / 254L in WriteBMPHeader()
240 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()
241 ? rPicType.nGoalHeight * 1000L / 254L // dito in WriteBMPHeader()
247 switch( rPicType.nBitsPerPixel ) in WriteBMPHeader()
[all …]
/AOO42X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );