Searched refs:SvxRTFPictureType (Results 1 – 7 of 7) sorted by relevance
209 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 …]
110 struct EDITENG_DLLPUBLIC SvxRTFPictureType struct141 SvxRTFPictureType() { ResetValues(); } in SvxRTFPictureType() argument371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );
69 struct SvxRTFPictureType;399 const Graphic* = 0, const SvxRTFPictureType* = 0 );401 SfxItemSet& rSet, const SvxRTFPictureType* = 0 );
1236 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()
1187 SvxRTFPictureType aPicType; in ReadField()
1434 SvxRTFPictureType aPicType; in ReadShapeObject()
43 void SvxRTFPictureType::ResetValues() in ResetValues()