Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx210 const SvxRTFPictureType& rPicType ) in WriteBMPHeader() argument
212 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 …]
/AOO41X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );