Defines | Functions

AbiGOComponent.cpp File Reference

#include "ap_Strings.h"
#include "ev_EditMethod.h"
#include "fv_View.h"
#include "fp_Run.h"
#include "ie_impGraphic.h"
#include "pd_Document.h"
#include "pp_AttrProp.h"
#include "gr_Painter.h"
#include "gr_UnixImage.h"
#include "ut_units.h"
#include "gr_UnixCairoGraphics.h"
#include "xap_Dialog_Id.h"
#include "xap_Dlg_FileOpenSaveAs.h"
#include "xap_Dlg_MessageBox.h"
#include "xap_Frame.h"
#include "xap_UnixFrameImpl.h"
#include "xap_UnixDialogHelper.h"
#include "AbiGOComponent.h"
#include "ie_imp_GOComponent.h"
#include "AbiGOffice.h"
#include <math.h>
#include <goffice/component/go-component-factory.h>
#include <goffice/goffice.h>
#include <gsf/gsf-libxml.h>

Defines

#define G_VALUE_INIT   { 0, { { 0 } } }

Functions

static void changed_cb (GOComponent *, gpointer)
XAP_Dialog_MessageBox::tAnswer s_CouldNotLoadFileMessage (XAP_Frame *pFrame, const char *pNewFile, UT_Error errorCode)
static bool s_AskForGOComponentPathname (XAP_Frame *pFrame, char **ppPathname, IEGraphicFileType *iegft)
bool AbiGOComponent_FileInsert (G_GNUC_UNUSED AV_View *v, G_GNUC_UNUSED EV_EditMethodCallData *d)
static bool button_press_cb (GtkDialog *dlg, GdkEventButton *ev)
bool AbiGOComponent_Create (G_GNUC_UNUSED AV_View *v, G_GNUC_UNUSED EV_EditMethodCallData *d)

Define Documentation

#define G_VALUE_INIT   { 0, { { 0 } } }

Function Documentation

bool AbiGOComponent_Create ( G_GNUC_UNUSED AV_View v,
G_GNUC_UNUSED EV_EditMethodCallData d 
)
bool AbiGOComponent_FileInsert ( G_GNUC_UNUSED AV_View v,
G_GNUC_UNUSED EV_EditMethodCallData d 
)
static bool button_press_cb ( GtkDialog *  dlg,
GdkEventButton *  ev 
) [static]

Referenced by AbiGOComponent_Create().

static void changed_cb ( GOComponent *  component,
gpointer  data 
) [static]
static bool s_AskForGOComponentPathname ( XAP_Frame pFrame,
char **  ppPathname,
IEGraphicFileType iegft 
) [static]
XAP_Dialog_MessageBox::tAnswer s_CouldNotLoadFileMessage ( XAP_Frame pFrame,
const char *  pNewFile,
UT_Error  errorCode 
)