Searched refs:SvxRTFPictureType (Results 1 – 7 of 7) sorted by relevance
210 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 …]
110 struct EDITENG_DLLPUBLIC SvxRTFPictureType struct141 SvxRTFPictureType() { ResetValues(); } in SvxRTFPictureType() argument371 sal_Bool ReadBmpData( Graphic& rGrf, SvxRTFPictureType& rPicType );
70 struct SvxRTFPictureType;400 const Graphic* = 0, const SvxRTFPictureType* = 0 );402 SfxItemSet& rSet, const SvxRTFPictureType* = 0 );
1242 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()
1188 SvxRTFPictureType aPicType; in ReadField()
1444 SvxRTFPictureType aPicType; in ReadShapeObject()
43 void SvxRTFPictureType::ResetValues() in ResetValues()