38 #ifndef BEAGLE_WKS_TEXT 39 # define BEAGLE_WKS_TEXT 92 shared_ptr<MWAWSubDocument>
getHeader(
int page,
int &numSimillar);
94 shared_ptr<MWAWSubDocument> getFooter(
int page,
int &numSimillar);
96 void updatePageSpanList(std::vector<MWAWPageSpan> &spanList);
100 bool sendHF(
int hfId,
int sectId);
106 bool readParagraph(
MWAWParagraph ¶,
long endPos,
bool inSection=
false);
121 shared_ptr<BeagleWksTextInternal::State>
m_state;
Internal: a class used to store the font data of a BeagleWksText.
Definition: BeagleWksText.cxx:64
the main class to read a BeagleWorks file
Definition: BeagleWksParser.hxx:59
Internal: the structures of a BeagleWksText.
Definition: BeagleWksText.cxx:60
Internal: a class used to store the section data of a BeagleWksText.
Definition: BeagleWksText.cxx:173
BeagleWksParser * m_mainParser
the main parser;
Definition: BeagleWksText.hxx:126
the main class to read the text part of BeagleWorks Text file
Definition: BeagleWksText.hxx:61
Class to store font.
Definition: MWAWFont.hxx:43
shared_ptr< BeagleWksTextInternal::State > m_state
the state
Definition: BeagleWksText.hxx:121
class to store the paragraph properties
Definition: MWAWParagraph.hxx:81
the main class to read the structure shared between different BeagleWorks files
Definition: BeagleWksStructManager.hxx:56
Internal: the subdocument of a BeagleWksText.
Definition: BeagleWksText.cxx:278
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
SubDocument & operator=(SubDocument const &orig)
shared_ptr< BeagleWksStructManager > m_structureManager
the structure manager
Definition: BeagleWksText.hxx:123
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MWAWHeader * getHeader(MWAWInputStreamPtr &input, MWAWRSRCParserPtr rsrcParser, bool strict)
return the header corresponding to an input.
Definition: MWAWDocument.cxx:435
MWAWParserStatePtr m_parserState
the parser state
Definition: BeagleWksText.hxx:118