#include <string.h>
#include <ctype.h>
#include "ut_string.h"
#include "ut_vector.h"
#include "ut_assert.h"
#include "ut_misc.h"
#include "ie_imp.h"
#include "ie_imp_AbiWord_1.h"
#include "ie_imp_GraphicAsDocument.h"
#include "pd_Document.h"
#include "pf_Frag_Strux.h"
#include "ut_debugmsg.h"
#include "ut_string_class.h"
#include "ie_imp_XML.h"
Defines | |
#define | CONFIDENCE_THRESHOLD 72 |
Functions | |
static UT_Confidence_t | s_confidence_heuristic (UT_Confidence_t content_confidence, UT_Confidence_t suffix_confidence) |
Variables | |
static const UT_uint32 | importer_size_guess = 20 |
static UT_GenericVector < IE_ImpSniffer * > | IE_IMP_Sniffers (importer_size_guess) |
static std::vector< std::string > | IE_IMP_MimeTypes |
static std::vector< std::string > | IE_IMP_MimeClasses |
static std::vector< std::string > | IE_IMP_Suffixes |
IE_Imp_XML * | abi_ie_imp_xml_instance = 0 |
#define CONFIDENCE_THRESHOLD 72 |
Referenced by IE_Imp::constructImporter().
static UT_Confidence_t s_confidence_heuristic | ( | UT_Confidence_t | content_confidence, | |
UT_Confidence_t | suffix_confidence | |||
) | [static] |
Referenced by IE_Imp::constructImporter().
std::vector<std::string> IE_IMP_MimeClasses [static] |
Referenced by IE_Imp::getSupportedMimeClasses(), and IE_Imp::unregisterImporter().
std::vector<std::string> IE_IMP_MimeTypes [static] |
Referenced by IE_Imp::getSupportedMimeTypes(), and IE_Imp::unregisterImporter().
UT_GenericVector<IE_ImpSniffer *> IE_IMP_Sniffers(importer_size_guess) [static] |
Referenced by IE_Imp::constructImporter(), IE_Imp::enumerateDlgLabels(), IE_Imp::fileTypeForContents(), IE_Imp::fileTypeForDescription(), IE_Imp::fileTypeForMimetype(), IE_Imp::fileTypeForSuffix(), IE_Imp::getImporterCount(), IE_Imp::getMimeTypeForSuffix(), IE_Imp::getSupportedMimeClasses(), IE_Imp::getSupportedMimeTypes(), IE_Imp::getSupportedSuffixes(), IE_Imp::registerImporter(), IE_Imp::snifferForFileType(), IE_Imp::unregisterAllImporters(), and IE_Imp::unregisterImporter().
std::vector<std::string> IE_IMP_Suffixes [static] |
Referenced by IE_Imp::getSupportedSuffixes(), and IE_Imp::unregisterImporter().
const UT_uint32 importer_size_guess = 20 [static] |