Home
last modified time | relevance | path

Searched refs:readWindowsInfo (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMacWrtParser.hxx92 bool readWindowsInfo(int wh);
H A DWriterPlsParser.hxx94 bool readWindowsInfo(int zone);
H A DMacWrtParser.cxx510 if (readWindowsInfo(i)) in createZones()
562 if (readWindowsInfo(i)) in createZonesV3()
799 if (!readWindowsInfo(i) && i==2) return false; in checkHeader()
874 bool MacWrtParser::readWindowsInfo(int wh) in readWindowsInfo() function in MacWrtParser
H A DWriterPlsParser.cxx770 if (!readWindowsInfo(0) || !readPrintInfo()) in createZones()
785 if (st !=3 && !readWindowsInfo(st)) in createZones()
822 if (!readWindowsInfo(0) || !readPrintInfo()) in checkHeader()
831 bool WriterPlsParser::readWindowsInfo(int zone) in readWindowsInfo() function in WriterPlsParser