Home
last modified time | relevance | path

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

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DClarisWksStruct.cxx99 bool readIntZone(MWAWParserState &parserState, char const *zoneName, bool hasEntete, int intSz, std… in readIntZone() argument
120 if (hasEntete) { in readIntZone()
152 ascFile.addPos(hasEntete ? pos-4 : pos); in readIntZone()
162 bool readStructZone(MWAWParserState &parserState, char const *zoneName, bool hasEntete) in readStructZone() argument
177 if (hasEntete) { in readStructZone()
193 ascFile.addPos(hasEntete ? pos-4 : pos); in readStructZone()
H A DClarisWksDocument.hxx224 bool readStructCellZone(char const *zoneName, bool hasEntete, std::vector<MWAWVec2i> &res);
226 bool readStringList(char const *zoneName, bool hasEntete, std::vector<std::string> &res);
H A DClarisWksStruct.hxx83 bool readIntZone(MWAWParserState &parserState, char const *zoneName, bool hasEntete, int fSz, std::…
85 bool readStructZone(MWAWParserState &parserState, char const *zoneName, bool hasEntete);
H A DClarisWksDocument.cxx2095 bool ClarisWksDocument::readStringList(char const *zoneName, bool hasEntete, std::vector<std::strin… in readStringList() argument
2109 ascFile.addPos(pos-(hasEntete?4:0)); in readStringList()
2141 ascFile.addPos(pos-(hasEntete?4:0)); in readStringList()
2379 bool ClarisWksDocument::readStructCellZone(char const *zoneName, bool hasEntete, std::vector<MWAWVe… in readStructCellZone() argument
2399 if (hasEntete) { in readStructCellZone()
2425 ascFile.addPos(hasEntete ? pos-4 : pos); in readStructCellZone()