#include <ie_exp_AbiWord_1.h>
Public Member Functions | |
| IE_Exp_AbiWord_1 (PD_Document *pDocument, bool isTemplate=false, bool isCompressed=false) | |
| virtual | ~IE_Exp_AbiWord_1 () |
Protected Member Functions | |
| virtual UT_Error | _writeDocument (void) |
| void | _setupFile (void) |
| virtual UT_uint32 | _writeBytes (const UT_Byte *pBytes, UT_uint32 length) |
Private Attributes | |
| bool | m_bIsTemplate |
| bool | m_bIsCompressed |
| s_AbiWord_1_Listener * | m_pListener |
| GsfOutput * | m_output |
| IE_Exp_AbiWord_1::IE_Exp_AbiWord_1 | ( | PD_Document * | pDocument, | |
| bool | isTemplate = false, |
|||
| bool | isCompressed = false | |||
| ) |
References PD_Document::fixMissingXIDs(), IE_Exp::m_error, and UT_ASSERT_HARMLESS.
| IE_Exp_AbiWord_1::~IE_Exp_AbiWord_1 | ( | ) | [virtual] |
| void IE_Exp_AbiWord_1::_setupFile | ( | void | ) | [protected] |
References IE_Exp::getFp(), IE_Exp::getProperty(), m_bIsCompressed, m_output, and UT_parseBool().
Referenced by _writeDocument().
| UT_Error IE_Exp_AbiWord_1::_writeDocument | ( | void | ) | [protected, virtual] |
Implements IE_Exp.
References _setupFile(), close_gsf_handle(), IE_Exp::getDoc(), IE_Exp::getDocRange(), m_bIsTemplate, IE_Exp::m_error, m_output, m_pListener, UT_IE_COULDNOTWRITE, and UT_OK.
bool IE_Exp_AbiWord_1::m_bIsCompressed [private] |
Referenced by _setupFile().
bool IE_Exp_AbiWord_1::m_bIsTemplate [private] |
Referenced by _writeDocument().
GsfOutput* IE_Exp_AbiWord_1::m_output [private] |
Referenced by _setupFile(), _writeBytes(), and _writeDocument().
Referenced by _writeDocument().
1.7.1