Home
last modified time | relevance | path

Searched refs:MWAW_C_EXCELLENT (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/html/
H A Dmwaw2html.cpp97 if (!input || confidence != MWAWDocument::MWAW_C_EXCELLENT) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/raw/
H A Dmwaw2raw.cpp94 if (!input || confidence != MWAWDocument::MWAW_C_EXCELLENT) { in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/impress/
H A DMWAWPresentationImportFilter.cxx54 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/impress/
H A DMWAWPresentationImportFilter.cxx56 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/helper/
H A Dhelper.cpp436 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in isSupported()
445 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in isSupported()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/writer/
H A DMWAWImportFilter.cxx52 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/calc/
H A DMWAWCalcImportFilter.cxx51 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/draw/
H A DMWAWDrawImportFilter.cxx52 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/writer/
H A DMWAWImportFilter.cxx53 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/draw/
H A DMWAWDrawImportFilter.cxx54 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/calc/
H A DMWAWCalcImportFilter.cxx53 if (confidence == MWAWDocument::MWAW_C_EXCELLENT) in doDetectFormat()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/csv/
H A Dmwaw2csv.cpp148 if (!input || confidence != MWAWDocument::MWAW_C_EXCELLENT) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/svg/
H A Dmwaw2svg.cpp124 if (!input || confidence != MWAWDocument::MWAW_C_EXCELLENT) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/text/
H A Dmwaw2text.cpp109 if (!input || confidence != MWAWDocument::MWAW_C_EXCELLENT) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/inc/libmwaw/
H A DMWAWDocument.hxx77 MWAW_C_EXCELLENT /** supported */ enumerator
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWDocument.cxx208 confidence = MWAW_C_EXCELLENT; in isFileFormatSupported()