39 # define RAGTIME5_TEXT
45 #include <librevenge/librevenge.h>
150 shared_ptr<RagTime5TextInternal::State>
m_state;
Internal: the helper to read field for a RagTime5Text.
Definition: RagTime5Text.cxx:63
bool readTextStyles(RagTime5ClusterManager::Cluster &cluster)
try to read a main text styles
Definition: RagTime5Text.cxx:195
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Text.cxx:682
bool readFieldDefinition(RagTime5Zone &zone, long endPos, int n)
try to read a field definition
Definition: RagTime5Text.cxx:275
Internal: the structures of a RagTime5Text.
Definition: RagTime5Text.cxx:59
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
shared_ptr< RagTime5TextInternal::State > m_state
the state
Definition: RagTime5Text.hxx:150
bool readFieldPosition(RagTime5Zone &zone, long endPos, int n)
try to read a field position
Definition: RagTime5Text.cxx:401
bool readLinkZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link)
try to read a list of link/list definition
Definition: RagTime5Text.cxx:439
friend class RagTime5TextInternal::SubDocument
Definition: RagTime5Text.hxx:76
int version() const
returns the file version
Definition: RagTime5Text.cxx:174
RagTime5Text(RagTime5Parser &parser)
constructor
Definition: RagTime5Text.cxx:165
virtual ~RagTime5Text()
destructor
Definition: RagTime5Text.cxx:171
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:69
the main class to read the text part of RagTime 56 file
Definition: RagTime5Text.hxx:73
bool readTextUnknown0(int typeId)
try to read a text style position correspondance ?
Definition: RagTime5Text.cxx:577
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Text.hxx:145
RagTime5Text & operator=(RagTime5Text const &orig)
bool readTextCluster(RagTime5Zone &zone, int zoneType)
try to read a spreadsheet cluster
Definition: RagTime5Text.cxx:1425
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
int numPages() const
returns the number of pages
Definition: RagTime5Text.cxx:179
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:158
bool readFieldZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link, bool isDefinition)
try to read a list of field definition
Definition: RagTime5Text.cxx:204
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Text.hxx:147
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Text.hxx:142
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:100
the cluster data
Definition: RagTime5ClusterManager.hxx:209
bool readTextUnknown1(int typeId)
try to read a list of unknown zone 6 bytes data
Definition: RagTime5Text.cxx:618