#include "ie_exp_Passepartout.h"
#include "xap_Module.h"
Defines | |
#define | ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
#define | PLUGIN_NAME "AbiPassepartout::Passepartout" |
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_Exp_Passepartout_Sniffer * | m_expSniffer = 0 |
#define ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
#define PLUGIN_NAME "AbiPassepartout::Passepartout" |
Referenced by abi_plugin_register().
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, PLUGIN_NAME, IE_Exp::registerExporter(), 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(), XAP_ModuleInfo::usage, and XAP_ModuleInfo::version.
IE_Exp_Passepartout_Sniffer* m_expSniffer = 0 [static] |