38 #ifndef BEAGLE_WKS_TEXT 39 # define BEAGLE_WKS_TEXT 92 std::shared_ptr<MWAWSubDocument>
getHeader(
int page,
int &numSimillar);
94 std::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 std::shared_ptr<BeagleWksTextInternal::State>
m_state;
Internal: a class used to store the font data of a BeagleWksText.
Definition: BeagleWksText.cxx:64
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
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:178
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
SubDocument & operator=(SubDocument const &orig)=delete
Class to store font.
Definition: MWAWFont.hxx:43
std::shared_ptr< BeagleWksStructManager > m_structureManager
the structure manager
Definition: BeagleWksText.hxx:123
std::shared_ptr< BeagleWksTextInternal::State > m_state
the state
Definition: BeagleWksText.hxx:121
class to store the paragraph properties
Definition: MWAWParagraph.hxx:84
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:296
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MWAWParserStatePtr m_parserState
the parser state
Definition: BeagleWksText.hxx:118
MWAWHeader * getHeader(MWAWInputStreamPtr &input, MWAWRSRCParserPtr const &rsrcParser, bool strict)
return the header corresponding to an input.
Definition: MWAWDocument.cxx:438