#include <gsf/gsf-utils.h>
#include "xap_Module.h"
#include "ie_impexp_OpenWriter.h"
Defines | |
#define | ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
Functions | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_register (XAP_ModuleInfo *mi) |
Register the OpenDocument plugin. | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_unregister (XAP_ModuleInfo *mi) |
Unregister the OpenDocument plugin. | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32) |
Variables | |
static IE_Imp_OpenWriter_Sniffer * | m_imp_sniffer = 0 |
static IE_Exp_OpenWriter_Sniffer * | m_exp_sniffer = 0 |
#define ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
ABI_BUILTIN_FAR_CALL int abi_plugin_register | ( | XAP_ModuleInfo * | mi | ) |
Register the OpenDocument plugin.
References XAP_ModuleInfo::author, XAP_ModuleInfo::desc, XAP_ModuleInfo::name, IE_Exp::registerExporter(), IE_Imp::registerImporter(), XAP_ModuleInfo::usage, and XAP_ModuleInfo::version.
ABI_BUILTIN_FAR_CALL int abi_plugin_unregister | ( | XAP_ModuleInfo * | mi | ) |
Unregister the OpenDocument plugin.
References XAP_ModuleInfo::author, XAP_ModuleInfo::desc, XAP_ModuleInfo::name, IE_Exp::unregisterExporter(), IE_Imp::unregisterImporter(), XAP_ModuleInfo::usage, and XAP_ModuleInfo::version.
IE_Exp_OpenWriter_Sniffer* m_exp_sniffer = 0 [static] |
IE_Imp_OpenWriter_Sniffer* m_imp_sniffer = 0 [static] |