#include "ie_imp_OpenDocument_Sniffer.h"#include "ie_imp_OpenDocument.h"#include <gsf/gsf-infile.h>#include <gsf/gsf-infile-zip.h>Variables | |
| static IE_SuffixConfidence | IE_Imp_OpenDocument_Sniffer__SuffixConfidence [] |
| static IE_MimeConfidence | IE_Imp_OpenDocument_Sniffer__MimeConfidence [] |
{
{ IE_MIME_MATCH_FULL, "application/vnd.oasis.opendocument.text", UT_CONFIDENCE_GOOD },
{ IE_MIME_MATCH_FULL, "application/vnd.oasis.opendocument.text-template", UT_CONFIDENCE_GOOD },
{ IE_MIME_MATCH_FULL, "application/vnd.oasis.opendocument.text-web", UT_CONFIDENCE_GOOD },
{ IE_MIME_MATCH_BOGUS, "", UT_CONFIDENCE_ZILCH }
}
{
{ "odt", UT_CONFIDENCE_PERFECT },
{ "ott", UT_CONFIDENCE_PERFECT },
{ "", UT_CONFIDENCE_ZILCH }
}
1.7.1