#include <string.h>
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <limits>
#include <sstream>
#include <librevenge/librevenge.h>
#include "MWAWDebug.hxx"
#include "MWAWInputStream.hxx"
#include "MWAWParser.hxx"
#include "ClarisWksStruct.hxx"
Namespaces | |
ClarisWksStruct | |
namespace to store the main structure which appears in a ClarisDraw/ClarisWorks file | |
Functions | |
bool | ClarisWksStruct::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 | ClarisWksStruct::readStructZone (MWAWParserState &parserState, char const *zoneName, bool hasEntete) |
try to read a structured zone with unknown content More... | |
std::ostream & | ClarisWksStruct::operator<< (std::ostream &o, DSET const &doc) |