39 # define RAGTIME5_TEXT 46 #include <librevenge/librevenge.h> 120 bool readTextSeparators(
RagTime5Zone &zone, std::vector<int> &pos);
131 bool send(
int zoneId,
MWAWListenerPtr listener,
int partId=0,
int cellId=0,
double totalWidth=-1);
136 bool isLastZone,
double totalWidth);
164 std::shared_ptr<RagTime5TextInternal::State>
m_state;
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
std::shared_ptr< RagTime5ClusterManager::Cluster > readTextCluster(RagTime5Zone &zone, int zoneType)
try to read a text cluster (via the text manager)
Definition: RagTime5Document.cxx:460
std::shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Text.hxx:159
low level: the text cluster of a RagTime5Text
Definition: RagTime5Text.cxx:183
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
Internal: the subdocument of a RagTime5Text.
Definition: RagTime5Text.cxx:281
void flushExtra(MWAWListenerPtr listener, bool onlyCheck=false)
flush unsent zone (debugging function)
Definition: RagTime5Document.cxx:2638
Internal: the structures of a RagTime5Text.
Definition: RagTime5Text.cxx:67
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Text.hxx:157
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:50
RagTime5Document & operator=(RagTime5Document const &)=delete
the main class to read the text part of RagTime 56 file
Definition: RagTime5Text.hxx:75
std::shared_ptr< RagTime5TextInternal::State > m_state
the state
Definition: RagTime5Text.hxx:164
int numPages() const
returns the document number of page
Definition: RagTime5Document.cxx:366
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76
friend class RagTime5Text
Definition: RagTime5Document.hxx:87
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:174
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, int cellId=0, double totalWidth=-1)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Document.cxx:2609
RagTime5Document & m_document
the parser
Definition: RagTime5Text.hxx:154
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Text.hxx:161
int version() const
returns the document version
Definition: RagTime5Document.cxx:356
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Text.hxx:140
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:113