39 # define RAGTIME5_TEXT
46 #include <librevenge/librevenge.h>
161 shared_ptr<RagTime5TextInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:519
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Text.cxx:822
low level: the text cluster of a RagTime5Text
Definition: RagTime5Text.cxx:135
shared_ptr< RagTime5ClusterManager::Cluster > readTextCluster(RagTime5Zone &zone, int zoneType)
try to read a text cluster
Definition: RagTime5Text.cxx:1990
bool readPLCToCharStyle(RagTime5TextInternal::ClusterText &cluster)
try to read a plc id to char style correspondance
Definition: RagTime5Text.cxx:740
bool readFieldDefinition(RagTime5Zone &zone, long endPos, int n)
try to read a field definition
Definition: RagTime5Text.cxx:352
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 send(int zoneId, MWAWListenerPtr listener, int partId=0, int block2Id=0)
try to send the cluster zone
Definition: RagTime5Text.cxx:217
bool readTextSeparators(RagTime5Zone &zone, std::vector< int > &pos)
try to read the text separators
Definition: RagTime5Text.cxx:236
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:485
bool readLinkZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link)
try to read a list of link/list definition
Definition: RagTime5Text.cxx:523
friend class RagTime5TextInternal::SubDocument
Definition: RagTime5Text.hxx:77
int version() const
returns the file version
Definition: RagTime5Text.cxx:205
RagTime5Text(RagTime5Parser &parser)
constructor
Definition: RagTime5Text.cxx:196
virtual ~RagTime5Text()
destructor
Definition: RagTime5Text.cxx:202
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
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:523
int numPages() const
returns the number of pages
Definition: RagTime5Text.cxx:210
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:281
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:661
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:216