Home
last modified time | relevance | path

Searched refs:MWAW_R_OK (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/text/
H A Dmwaw2text.cpp117 auto error = MWAWDocument::MWAW_R_OK; in main()
126 if (error == MWAWDocument::MWAW_R_OK && !pages.size()) { in main()
135 if (error == MWAWDocument::MWAW_R_OK && !pages.size()) { in main()
148 if (error == MWAWDocument::MWAW_R_OK && !pages.size()) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/csv/
H A Dmwaw2csv.cpp156 auto error=MWAWDocument::MWAW_R_OK; in main()
183 if (error != MWAWDocument::MWAW_R_OK) in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/svg/
H A Dmwaw2svg.cpp128 auto error=MWAWDocument::MWAW_R_OK; in main()
144 if (error==MWAWDocument::MWAW_R_OK && (vec.empty() || vec[0].empty())) in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/html/
H A Dmwaw2html.cpp105 auto error=MWAWDocument::MWAW_R_OK; in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPict.hxx73 enum ReadResult { MWAW_R_BAD=0, MWAW_R_OK, MWAW_R_OK_EMPTY, MWAW_R_MAYBE }; enumerator
H A DMWAWPictData.cxx120 return MWAW_R_OK; in checkOrGet()
H A DMWAWDocument.cxx283 return MWAW_R_OK; in parse()
324 return MWAW_R_OK; in parse()
365 return MWAW_R_OK; in parse()
406 return MWAW_R_OK; in parse()
H A DMWAWPictMac.cxx113 if (!result) return MWAW_R_OK; in checkOrGet()
121 return MWAW_R_OK; in checkOrGet()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/raw/
H A Dmwaw2raw.cpp99 auto error = MWAWDocument::MWAW_R_OK; in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/impress/
H A DMWAWPresentationImportFilter.cxx41 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/impress/
H A DMWAWPresentationImportFilter.cxx43 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/writer/
H A DMWAWImportFilter.cxx40 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/calc/
H A DMWAWCalcImportFilter.cxx39 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/draw/
H A DMWAWDrawImportFilter.cxx40 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/writer/
H A DMWAWImportFilter.cxx41 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/draw/
H A DMWAWDrawImportFilter.cxx42 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/calc/
H A DMWAWCalcImportFilter.cxx41 return MWAWDocument::MWAW_R_OK == MWAWDocument::parse(&rInput, &rGenerator); in doImportDocument()
/dports/textproc/libmwaw03/libmwaw-0.3.20/inc/libmwaw/
H A DMWAWDocument.hxx91 MWAW_R_OK=0 /**< conversion ok*/, enumerator
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/helper/
H A Dhelper.cpp461 else if (result != MWAWDocument::MWAW_R_OK) in checkErrorAndPrintMessage()