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:498
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Text.cxx:819
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:1971
bool readPLCToCharStyle(RagTime5TextInternal::ClusterText &cluster)
try to read a plc id to char style correspondance
Definition: RagTime5Text.cxx:737
bool readFieldDefinition(RagTime5Zone &zone, long endPos, int n)
try to read a field definition
Definition: RagTime5Text.cxx:349
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:214
bool readTextSeparators(RagTime5Zone &zone, std::vector< int > &pos)
try to read the text separators
Definition: RagTime5Text.cxx:233
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:482
bool readLinkZones(RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link)
try to read a list of link/list definition
Definition: RagTime5Text.cxx:520
friend class RagTime5TextInternal::SubDocument
Definition: RagTime5Text.hxx:77
int version() const
returns the file version
Definition: RagTime5Text.cxx:202
RagTime5Text(RagTime5Parser &parser)
constructor
Definition: RagTime5Text.cxx:193
virtual ~RagTime5Text()
destructor
Definition: RagTime5Text.cxx:199
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:502
int numPages() const
returns the number of pages
Definition: RagTime5Text.cxx:207
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:278
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:658
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