39 # define RAGTIME5_TEXT
46 #include <librevenge/librevenge.h>
138 bool send(
int zoneId,
int partId=0);
161 shared_ptr<RagTime5TextInternal::State>
m_state;
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Text.cxx:772
low level: the text cluster of a RagTime5Text
Definition: RagTime5Text.cxx:128
shared_ptr< RagTime5ClusterManager::Cluster > readTextCluster(RagTime5Zone &zone, int zoneType)
try to read a text cluster
Definition: RagTime5Text.cxx:1898
bool readPLCToCharStyle(RagTime5TextInternal::ClusterText &cluster)
try to read a plc id to char style correspondance
Definition: RagTime5Text.cxx:690
bool readFieldDefinition(RagTime5Zone &zone, long endPos, int n)
try to read a field definition
Definition: RagTime5Text.cxx:338
Internal: the structures of a RagTime5Text.
Definition: RagTime5Text.cxx:62
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
bool readTextSeparators(RagTime5Zone &zone, std::vector< int > &pos)
try to read the text separators
Definition: RagTime5Text.cxx:222
shared_ptr< RagTime5TextInternal::State > m_state
the state
Definition: RagTime5Text.hxx:161
bool readFieldPosition(RagTime5Zone &zone, long endPos, int n)
try to read a field position
Definition: RagTime5Text.cxx:464
bool readLinkZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link)
try to read a list of link/list definition
Definition: RagTime5Text.cxx:502
friend class RagTime5TextInternal::SubDocument
Definition: RagTime5Text.hxx:77
int version() const
returns the file version
Definition: RagTime5Text.cxx:191
RagTime5Text(RagTime5Parser &parser)
constructor
Definition: RagTime5Text.cxx:182
virtual ~RagTime5Text()
destructor
Definition: RagTime5Text.cxx:188
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:72
bool send(int zoneId, int partId=0)
try to send the cluster zone
Definition: RagTime5Text.cxx:203
the main class to read the text part of RagTime 56 file
Definition: RagTime5Text.hxx:75
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Text.hxx:154
RagTime5Text & operator=(RagTime5Text const &orig)
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
int numPages() const
returns the number of pages
Definition: RagTime5Text.cxx:196
shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Text.hxx:156
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:156
bool readFieldZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link, bool isDefinition)
try to read a list of field definition
Definition: RagTime5Text.cxx:267
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Text.hxx:158
bool readPLC(RagTime5TextInternal::ClusterText &cluster, int zoneId)
try to read a list of PLC
Definition: RagTime5Text.cxx:640
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Text.hxx:151
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:105
the cluster data
Definition: RagTime5ClusterManager.hxx:214