37 #ifndef MS_WKS_MWAW_TABLE 38 # define MS_WKS_MWAW_TABLE 71 bool readTable(
int numCol,
int numRow,
int zoneId,
MsWksGraph::Style const &style);
78 void setChartZoneId(
int chartId,
int zoneId);
94 shared_ptr<MsWksTableInternal::State>
m_state;
friend class MsWksTable
Definition: MsWksGraph.hxx:76
MWAWParser * m_mainParser
the main parser;
Definition: MsWksTable.hxx:97
void sendChart(int zoneId)
try to send a chart
Definition: MsWksGraph.cxx:1011
shared_ptr< MsWksTableInternal::State > m_state
the state
Definition: MsWksTable.hxx:94
MsWksDocument & m_zone
the input zone
Definition: MsWksTable.hxx:101
void sendTable(int id)
try to a table zone
Definition: MsWksGraph.cxx:1016
the main class to read the table ( or a chart ) of a Microsoft Works file
Definition: MsWksTable.hxx:58
Internal: the structures of a MsWksTable.
Definition: MsWksTable.cxx:57
MsWksGraph & operator=(MsWksGraph const &orig)
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:73
int version() const
returns the file version
Definition: MsWksGraph.cxx:982
Internal: the graphic style of MsWksGraph.
Definition: MsWksGraph.hxx:203
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:506
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
MsWksGraph * m_graphParser
the graph parser;
Definition: MsWksTable.hxx:99
MWAWParserStatePtr m_parserState
the parser state
Definition: MsWksTable.hxx:91
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:68