Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx210 const SvxRTFPictureType& rPicType ) in WriteBMPHeader()
297 sal_Bool SvxRTFParser::ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType ) in ReadBmpData()
357 rPicType.eStyle = SvxRTFPictureType::MAC_QUICKDRAW; in ReadBmpData()
378 rPicType.eStyle = SvxRTFPictureType::ENHANCED_MF; in ReadBmpData()
382 rPicType.eStyle = SvxRTFPictureType::WIN_METAFILE; in ReadBmpData()
386 rPicType.eStyle = SvxRTFPictureType::RTF_PNG; in ReadBmpData()
390 rPicType.eStyle = SvxRTFPictureType::RTF_JPG; in ReadBmpData()
395 rPicType.eStyle = SvxRTFPictureType::RTF_BITMAP; in ReadBmpData()
398 rPicType.eStyle = SvxRTFPictureType::OS2_METAFILE; in ReadBmpData()
401 rPicType.eStyle = SvxRTFPictureType::RTF_DI_BMP; in ReadBmpData()
[all …]
/AOO41X/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 );
/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.hxx70 struct SvxRTFPictureType;
400 const Graphic* = 0, const SvxRTFPictureType* = 0 );
402 SfxItemSet& rSet, const SvxRTFPictureType* = 0 );
H A Drtffly.cxx1242 const SvxRTFPictureType* pPicType ) in InsPicture()
1340 const SvxRTFPictureType* pPicType ) in _SetPictureSize()
1347 if( SvxRTFPictureType::WIN_METAFILE != pPicType->eStyle && in _SetPictureSize()
1353 else if( SvxRTFPictureType::MAC_QUICKDRAW == pPicType->eStyle ) in _SetPictureSize()
1496 SvxRTFPictureType aPicType; in ReadBitmapData()
1506 SvxRTFPictureType aPicType, aOleType; in ReadOLEData()
H A Drtffld.cxx1188 SvxRTFPictureType aPicType; in ReadField()
H A Dswparrtf.cxx1444 SvxRTFPictureType aPicType; in ReadShapeObject()
/AOO41X/main/editeng/source/editeng/
H A Deertfpar.cxx43 void SvxRTFPictureType::ResetValues() in ResetValues()