#include <stdio.h>
#include <string.h>
#include <string>
#include <map>
#include "ap_Convert.h"
#include "xap_App.h"
#include "ie_exp.h"
#include "ie_imp.h"
#include "ut_types.h"
#include "ut_string.h"
#include "ut_string_class.h"
#include "ut_misc.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "gr_DrawArgs.h"
#include "gr_Graphics.h"
#include "fv_View.h"
#include "fl_BlockLayout.h"
#include "ap_EditMethods.h"
#include "ie_impGraphic.h"
#include "ut_bytebuf.h"
#include "ie_mailmerge.h"
Classes | |
class | Save_MailMerge_Listener |
class | Print_MailMerge_Listener |
Functions | |
static UT_Error | handleMerge (const char *szMailMergeFile, IE_MailMerge::IE_MailMerge_Listener &listener) |
static IEFileType | getImportFileType (const char *szSuffixOrMime) |
static IEFileType | getExportFileType (const char *szSuffixOrMime) |
static IEFileType getExportFileType | ( | const char * | szSuffixOrMime | ) | [static] |
References UT_String::c_str(), IE_Exp::fileTypeForMimetype(), IE_Exp::fileTypeForSuffix(), and IEFT_Unknown.
Referenced by AP_Convert::convertTo().
static IEFileType getImportFileType | ( | const char * | szSuffixOrMime | ) | [static] |
References UT_String::c_str(), IE_Imp::fileTypeForMimetype(), IE_Imp::fileTypeForSuffix(), and IEFT_Unknown.
Referenced by AP_Convert::convertTo(), and AP_Convert::print().
static UT_Error handleMerge | ( | const char * | szMailMergeFile, | |
IE_MailMerge::IE_MailMerge_Listener & | listener | |||
) | [static] |
References IE_MailMerge::constructMerger(), and IEMT_Unknown.
Referenced by AP_Convert::convertTo(), and AP_Convert::print().