Home
last modified time | relevance | path

Searched refs:pictInput (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMacDocParser.cxx273 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in createZones() local
274 if (!pictInput) in createZones()
277 auto res = MWAWPictData::check(pictInput,static_cast<int>(data.size()), box); in createZones()
588 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in sendPicture() local
589 if (!pictInput) { in sendPicture()
594 auto res = MWAWPictData::check(pictInput, dataSz,box); in sendPicture()
599 pictInput->seek(0,librevenge::RVNG_SEEK_SET); in sendPicture()
600 std::shared_ptr<MWAWPict> thePict(MWAWPictData::get(pictInput, dataSz)); in sendPicture()
H A DTeachTxtParser.cxx459 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in sendPicture() local
460 if (!pictInput) in sendPicture()
463 auto res = MWAWPictData::check(pictInput, dataSz,box); in sendPicture()
468 pictInput->seek(0,librevenge::RVNG_SEEK_SET); in sendPicture()
469 std::shared_ptr<MWAWPict> thePict(MWAWPictData::get(pictInput, dataSz)); in sendPicture()
H A DDocMkrParser.cxx463 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in sendPicture() local
464 if (!pictInput) { in sendPicture()
469 auto res = MWAWPictData::check(pictInput, dataSz,box); in sendPicture()
474 pictInput->seek(0,librevenge::RVNG_SEEK_SET); in sendPicture()
475 std::shared_ptr<MWAWPict> thePict(MWAWPictData::get(pictInput, dataSz)); in sendPicture()
H A DEDocParser.cxx367 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in sendPicture() local
368 if (!pictInput) { in sendPicture()
373 auto res = MWAWPictData::check(pictInput, dataSz,box); in sendPicture()
378 pictInput->seek(0,librevenge::RVNG_SEEK_SET); in sendPicture()
379 std::shared_ptr<MWAWPict> thePict(MWAWPictData::get(pictInput, dataSz)); in sendPicture()
H A DMacWrtProParser.cxx1660 MWAWInputStreamPtr pictInput=MWAWInputStream::get(data, false); in sendPicture() local
1661 if (!pictInput) { in sendPicture()
1666 pictInput->seek(4, librevenge::RVNG_SEEK_SET); in sendPicture()
1667 pict.reset(MWAWPictData::get(pictInput, static_cast<int>(pictSize))); in sendPicture()