#include <ie_exp_OpenDocument_Sniffer.h>
Public Member Functions | |
IE_Exp_OpenDocument_Sniffer () | |
Constructor. | |
virtual | ~IE_Exp_OpenDocument_Sniffer () |
Destructor. | |
virtual bool | recognizeSuffix (const char *szSuffix) |
Recognize this suffix. | |
virtual UT_Confidence_t | supportsMIME (const char *szMIME) |
Recognize this MIMEType. | |
virtual UT_Error | constructExporter (PD_Document *pDocument, IE_Exp **ppie) |
Construct an exporter for us. | |
virtual bool | getDlgLabels (const char **pszDesc, const char **pszSuffixList, IEFileType *ft) |
Get the dialog labels. |
IE_Exp_OpenDocument_Sniffer::IE_Exp_OpenDocument_Sniffer | ( | ) |
Constructor.
IE_Exp_OpenDocument_Sniffer::~IE_Exp_OpenDocument_Sniffer | ( | ) | [virtual] |
Destructor.
UT_Error IE_Exp_OpenDocument_Sniffer::constructExporter | ( | PD_Document * | pDocument, | |
IE_Exp ** | ppie | |||
) | [virtual] |
Construct an exporter for us.
Implements IE_ExpSniffer.
bool IE_Exp_OpenDocument_Sniffer::getDlgLabels | ( | const char ** | pszDesc, | |
const char ** | pszSuffixList, | |||
IEFileType * | ft | |||
) | [virtual] |
bool IE_Exp_OpenDocument_Sniffer::recognizeSuffix | ( | const char * | szSuffix | ) | [virtual] |
Recognize this suffix.
Implements IE_ExpSniffer.
UT_Confidence_t IE_Exp_OpenDocument_Sniffer::supportsMIME | ( | const char * | szMIME | ) | [virtual] |
Recognize this MIMEType.
Reimplemented from IE_ExpSniffer.