namespace to store the main structure which appears in a ClarisDraw/ClarisWorks file More...
| Classes | |
| struct | DSET | 
| main structure which correspond to a document part  More... | |
| struct | Struct | 
| a basic structure  More... | |
| Functions | |
| std::ostream & | operator<< (std::ostream &o, Struct const &z) | 
| bool | readIntZone (MWAWParserState &parserState, char const *zoneName, bool hasEntete, int fSz, std::vector< int > &res) | 
| try to read a int structured zone where fSz to the int size: 1(int8), 2(int16), 4(int32)  More... | |
| bool | readStructZone (MWAWParserState &parserState, char const *zoneName, bool hasEntete) | 
| try to read a structured zone with unknown content  More... | |
| std::ostream & | operator<< (std::ostream &o, DSET const &doc) | 
| Variables | |
| static const int | MAX_PAGES = 1 << 16 | 
namespace to store the main structure which appears in a ClarisDraw/ClarisWorks file
| std::ostream& ClarisWksStruct::operator<< | ( | std::ostream & | o, | 
| Struct const & | z | ||
| ) | 
| std::ostream& ClarisWksStruct::operator<< | ( | std::ostream & | o, | 
| DSET const & | doc | ||
| ) | 
| bool ClarisWksStruct::readIntZone | ( | MWAWParserState & | parserState, | 
| char const * | zoneName, | ||
| bool | hasEntete, | ||
| int | intSz, | ||
| std::vector< int > & | res | ||
| ) | 
try to read a int structured zone where fSz to the int size: 1(int8), 2(int16), 4(int32)
Referenced by ClarisWksDatabase::readDatabaseZone(), ClarisDrawGraph::readGroupHeader(), ClarisWksGraph::readGroupHeader(), and ClarisWksTable::readTableZone().
| bool ClarisWksStruct::readStructZone | ( | MWAWParserState & | parserState, | 
| char const * | zoneName, | ||
| bool | hasEntete | ||
| ) | 
try to read a structured zone with unknown content
Referenced by ClarisWksGraph::readDatabasePictZone(), ClarisWksDatabase::readDatabaseZone(), ClarisDrawParser::readDocHeader(), ClarisWksDocument::readDocHeader(), ClarisDrawGraph::readGroupData(), ClarisWksDatabase::readLayout(), ClarisDrawParser::readLibraryHeader(), ClarisWksSpreadsheet::readSpreadsheetZone(), ClarisWksTable::readTableZone(), and ClarisWksDocument::readZoneA().
| 
 | static | 
Referenced by ClarisWksStruct::DSET::updateChildPositions().