#include "abiword-garble.h"
Classes | |
struct | auto_unref |
struct | auto_free_func< _T > |
struct | auto_free_func< char * > |
struct | auto_free_func< xmlChar * > |
struct | auto_free< _T > |
Defines | |
#define | ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
Functions | |
static bool | Garble_invoke (AV_View *, EV_EditMethodCallData *) |
static void | Garble_registerMethod () |
static void | Garble_RemoveFromMethods () |
ABI_BUILTIN_FAR_CALL int | abi_plugin_register (XAP_ModuleInfo *mi) |
ABI_BUILTIN_FAR_CALL int | abi_plugin_unregister (XAP_ModuleInfo *mi) |
ABI_BUILTIN_FAR_CALL int | abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32) |
#define ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
ABI_BUILTIN_FAR_CALL int abi_plugin_register | ( | XAP_ModuleInfo * | mi | ) |
ABI_BUILTIN_FAR_CALL int abi_plugin_unregister | ( | XAP_ModuleInfo * | mi | ) |
static bool Garble_invoke | ( | AV_View * | , | |
EV_EditMethodCallData * | ||||
) | [static] |
References abiword_garble::initialized(), AP_Args::m_sPluginArgs, and abiword_garble::run().
Referenced by Garble_registerMethod().
static void Garble_registerMethod | ( | ) | [static] |
References EV_EditMethodContainer::addEditMethod(), Garble_invoke(), XAP_App::getApp(), and XAP_App::getEditMethodContainer().
Referenced by abi_plugin_register().
static void Garble_RemoveFromMethods | ( | ) | [static] |
References DELETEP, ev_EditMethod_lookup(), XAP_App::getApp(), XAP_App::getEditMethodContainer(), and EV_EditMethodContainer::removeEditMethod().
Referenced by abi_plugin_unregister().