#include <ie_impGraphic_WMF.h>
Public Member Functions | |
virtual UT_Error | importGraphic (const UT_ConstByteBufPtr &pBB, FG_ConstGraphicPtr &pfg) |
Private Member Functions | |
UT_Error | convertGraphic (const UT_ConstByteBufPtr &pBB, UT_ConstByteBufPtr &ppBB) |
UT_Error | convertGraphicToSVG (const UT_ConstByteBufPtr &pBB, UT_ConstByteBufPtr &ppBB) |
UT_Error IE_ImpGraphic_WMF::convertGraphic | ( | const UT_ConstByteBufPtr & | pBB, | |
UT_ConstByteBufPtr & | ppBB | |||
) | [private] |
References AbiWord_WMF_read(), AbiWord_WMF_seek(), AbiWord_WMF_tell(), flags, bbuf_read_info::len, bbuf_write_info::pByteBuf, bbuf_read_info::pByteBuf, bbuf_read_info::pos, and UT_DEBUGMSG.
Referenced by importGraphic().
UT_Error IE_ImpGraphic_WMF::convertGraphicToSVG | ( | const UT_ConstByteBufPtr & | pBB, | |
UT_ConstByteBufPtr & | ppBB | |||
) | [private] |
References AbiWord_WMF_read(), AbiWord_WMF_seek(), AbiWord_WMF_tell(), explicit_wmf_error(), flags, bbuf_read_info::len, bbuf_read_info::pByteBuf, bbuf_read_info::pos, UT_DEBUGMSG, UT_ERROR, WMF2SVG_MAXPECT, and WMF2SVG_MAXSIZE.
Referenced by importGraphic().
UT_Error IE_ImpGraphic_WMF::importGraphic | ( | const UT_ConstByteBufPtr & | pBB, | |
FG_ConstGraphicPtr & | pfg | |||
) | [virtual] |
Reimplemented from IE_ImpGraphic.
References convertGraphic(), convertGraphicToSVG(), UT_DEBUGMSG, and UT_OK.