38 #ifndef MARINER_WRT_GRAPH 39 # define MARINER_WRT_GRAPH 44 #include <librevenge/librevenge.h> 87 bool sendPageGraphics();
91 float getPatternPercent(
int id)
const;
114 void sendToken(
int zoneId,
long tokenId);
116 void sendText(
int zoneId);
130 shared_ptr<MarinerWrtGraphInternal::State>
m_state;
the main class to read a Mariner Write file
Definition: MarinerWrtParser.hxx:126
Internal: the structures of a MarinerWrtGraph.
Definition: MarinerWrtGraph.cxx:61
shared_ptr< MarinerWrtGraphInternal::State > m_state
the state
Definition: MarinerWrtGraph.hxx:130
Internal: the struct use to store a token entry.
Definition: MarinerWrtGraph.cxx:101
SubDocument & operator=(SubDocument const &orig)
Internal: the struct use to store a ps zone of a MarinerWrtGraph.
Definition: MarinerWrtGraph.cxx:331
MarinerWrtParser * m_mainParser
the main parser;
Definition: MarinerWrtGraph.hxx:133
a entry to store a zone structure
Definition: MarinerWrtParser.hxx:62
the main class to read the graphic part of a Mariner Write file
Definition: MarinerWrtGraph.hxx:68
Internal: a struct used to read some field.
Definition: MarinerWrtParser.hxx:92
MWAWParserStatePtr m_parserState
the parser state
Definition: MarinerWrtGraph.hxx:127
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:523
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
Internal: the subdocument of a MarinerWrtGraph.
Definition: MarinerWrtGraph.cxx:422