#include <ie_imp_OpenDocument_Sniffer.h>
Public Member Functions | |
IE_Imp_OpenDocument_Sniffer () | |
Constructor. | |
virtual | ~IE_Imp_OpenDocument_Sniffer () |
Destructor. | |
virtual const IE_SuffixConfidence * | getSuffixConfidence () |
virtual const IE_MimeConfidence * | getMimeConfidence () |
virtual UT_Confidence_t | recognizeContents (GsfInput *input) |
Recognize the contents as best we can. | |
virtual UT_Error | constructImporter (PD_Document *pDocument, IE_Imp **ppie) |
Construct an importer for ourselves. | |
virtual bool | getDlgLabels (const char **szDesc, const char **szSuffixList, IEFileType *ft) |
Get the dialog labels. |
IE_Imp_OpenDocument_Sniffer::IE_Imp_OpenDocument_Sniffer | ( | ) |
Constructor.
IE_Imp_OpenDocument_Sniffer::~IE_Imp_OpenDocument_Sniffer | ( | ) | [virtual] |
Destructor.
UT_Error IE_Imp_OpenDocument_Sniffer::constructImporter | ( | PD_Document * | pDocument, | |
IE_Imp ** | ppie | |||
) | [virtual] |
Construct an importer for ourselves.
Implements IE_ImpSniffer.
bool IE_Imp_OpenDocument_Sniffer::getDlgLabels | ( | const char ** | szDesc, | |
const char ** | szSuffixList, | |||
IEFileType * | ft | |||
) | [virtual] |
const IE_MimeConfidence * IE_Imp_OpenDocument_Sniffer::getMimeConfidence | ( | ) | [virtual] |
Implements IE_ImpSniffer.
const IE_SuffixConfidence * IE_Imp_OpenDocument_Sniffer::getSuffixConfidence | ( | ) | [virtual] |
Implements IE_ImpSniffer.
UT_Confidence_t IE_Imp_OpenDocument_Sniffer::recognizeContents | ( | GsfInput * | input | ) | [virtual] |