#include <gsf/gsf-utils.h>
#include <xap_Module.h>
#include <ie_imp_OpenXML_Sniffer.h>
#include <ie_exp_OpenXML_Sniffer.h>
Defines | |
#define | ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
Functions | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_register (XAP_ModuleInfo *mi) |
Register the OpenXML plugin. | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_unregister (XAP_ModuleInfo *mi) |
Unregister the OpenXML plugin. | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32) |
Variables | |
static IE_Imp_OpenXML_Sniffer * | pImp_sniffer = 0 |
static IE_Exp_OpenXML_Sniffer * | pExp_sniffer = 0 |
#define ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
ABI_BUILTIN_FAR_CALL int abi_plugin_register | ( | XAP_ModuleInfo * | mi | ) |
Register the OpenXML plugin.
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 OpenXML plugin.
Unregister the OpenDocument plugin.
References XAP_ModuleInfo::author, DELETEP, XAP_ModuleInfo::desc, XAP_ModuleInfo::name, IE_Exp::unregisterExporter(), IE_Imp::unregisterImporter(), XAP_ModuleInfo::usage, and XAP_ModuleInfo::version.
IE_Exp_OpenXML_Sniffer* pExp_sniffer = 0 [static] |
IE_Imp_OpenXML_Sniffer* pImp_sniffer = 0 [static] |