Home
last modified time | relevance | path

Searched refs:SvxRTFPictureType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx209 const SvxRTFPictureType& rPicType ) in WriteBMPHeader()
296 sal_Bool SvxRTFParser::ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType ) in ReadBmpData()
356 rPicType.eStyle = SvxRTFPictureType::MAC_QUICKDRAW; in ReadBmpData()
377 rPicType.eStyle = SvxRTFPictureType::ENHANCED_MF; in ReadBmpData()
381 rPicType.eStyle = SvxRTFPictureType::WIN_METAFILE; in ReadBmpData()
385 rPicType.eStyle = SvxRTFPictureType::RTF_PNG; in ReadBmpData()
389 rPicType.eStyle = SvxRTFPictureType::RTF_JPG; in ReadBmpData()
394 rPicType.eStyle = SvxRTFPictureType::RTF_BITMAP; in ReadBmpData()
397 rPicType.eStyle = SvxRTFPictureType::OS2_METAFILE; in ReadBmpData()
400 rPicType.eStyle = SvxRTFPictureType::RTF_DI_BMP; in ReadBmpData()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx110 struct EDITENG_DLLPUBLIC SvxRTFPictureType struct
141 SvxRTFPictureType() { ResetValues(); } in SvxRTFPictureType() argument
371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx69 struct SvxRTFPictureType;
399 const Graphic* = 0, const SvxRTFPictureType* = 0 );
401 SfxItemSet& rSet, const SvxRTFPictureType* = 0 );
H A Drtffly.cxx1236 const SvxRTFPictureType* pPicType ) in InsPicture()
1334 const SvxRTFPictureType* pPicType ) in _SetPictureSize()
1341 if( SvxRTFPictureType::WIN_METAFILE != pPicType->eStyle && in _SetPictureSize()
1347 else if( SvxRTFPictureType::MAC_QUICKDRAW == pPicType->eStyle ) in _SetPictureSize()
1490 SvxRTFPictureType aPicType; in ReadBitmapData()
1500 SvxRTFPictureType aPicType, aOleType; in ReadOLEData()
H A Drtffld.cxx1187 SvxRTFPictureType aPicType; in ReadField()
H A Dswparrtf.cxx1434 SvxRTFPictureType aPicType; in ReadShapeObject()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx43 void SvxRTFPictureType::ResetValues() in ResetValues()