MsWrd1Parser Class Reference

the main class to read a Microsoft Word 1 file More...

#include <MsWrd1Parser.hxx>

Inheritance diagram for MsWrd1Parser:
MWAWTextParser MWAWParser

List of all members.

Public Member Functions

 MsWrd1Parser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
 constructor
virtual ~MsWrd1Parser ()
 destructor
bool checkHeader (MWAWHeader *header, bool strict=false)
 checks if the document header is correct (or not)
void parse (librevenge::RVNGTextInterface *documentInterface)
 virtual function used to parse the input

Protected Member Functions

void init ()
 inits all internal variables
void createDocument (librevenge::RVNGTextInterface *documentInterface)
 creates the listener which will be associated to the document
void sendMain ()
 try to send the main zone
void newPage (int number)
 adds a new page
bool createZones ()
 finds the different zones
bool sendText (MWAWEntry const &entry, bool main=false)
 send the text structure to the listener
bool readFont (long fPos, MsWrd1ParserInternal::Font &font)
 try to read a char property
bool readParagraph (long fPos, MsWrd1ParserInternal::Paragraph &para)
 try to read a paragraph property
bool readFootnoteCorrespondance (MWAWVec2i limit)
 try to read the footnote correspondance ( zone2 )
bool readDocInfo (MWAWVec2i limit)
 try to read the document info (zone 3)
bool readZones (MWAWVec2i limit)
 try to read the list of zones: separator between text and footnote? (zone 4)
bool readPageBreak (MWAWVec2i limit)
 try to read the page break (zone 5)
bool prepareTextZones ()
 prepare the data: separate header/footer zones to the main stream...
void removeLastCharIfEOL (MWAWEntry &entry)
 shorten an entry if the last character is EOL
bool readPLC (MWAWVec2i limits, int wh)
 read the two first zones (char and paragraph)
void setProperty (MsWrd1ParserInternal::Paragraph const &para)
 send the ruler properties

Protected Attributes

shared_ptr
< MsWrd1ParserInternal::State
m_state
 the state

Friends

class MsWrd1ParserInternal::SubDocument

Detailed Description

the main class to read a Microsoft Word 1 file


Constructor & Destructor Documentation

constructor

destructor


Member Function Documentation

bool MsWrd1Parser::checkHeader ( MWAWHeader header,
bool  strict = false 
) [virtual]

checks if the document header is correct (or not)

Implements MWAWParser.

Referenced by parse().

void MsWrd1Parser::createDocument ( librevenge::RVNGTextInterface *  documentInterface) [protected]

creates the listener which will be associated to the document

Referenced by parse().

bool MsWrd1Parser::createZones ( ) [protected]

finds the different zones

Referenced by parse().

void MsWrd1Parser::init ( ) [protected]

inits all internal variables

Referenced by MsWrd1Parser().

void MsWrd1Parser::newPage ( int  number) [protected]

adds a new page

Referenced by sendText().

void MsWrd1Parser::parse ( librevenge::RVNGTextInterface *  documentInterface) [virtual]

virtual function used to parse the input

Implements MWAWTextParser.

bool MsWrd1Parser::prepareTextZones ( ) [protected]

prepare the data: separate header/footer zones to the main stream...

Referenced by createZones().

bool MsWrd1Parser::readDocInfo ( MWAWVec2i  limit) [protected]

try to read the document info (zone 3)

Referenced by createZones().

bool MsWrd1Parser::readFont ( long  fPos,
MsWrd1ParserInternal::Font font 
) [protected]

try to read a char property

Referenced by readPLC().

try to read the footnote correspondance ( zone2 )

Referenced by createZones().

bool MsWrd1Parser::readPageBreak ( MWAWVec2i  limit) [protected]

try to read the page break (zone 5)

Referenced by createZones().

bool MsWrd1Parser::readParagraph ( long  fPos,
MsWrd1ParserInternal::Paragraph para 
) [protected]

try to read a paragraph property

Referenced by readPLC().

bool MsWrd1Parser::readPLC ( MWAWVec2i  limits,
int  wh 
) [protected]

read the two first zones (char and paragraph)

Referenced by createZones().

bool MsWrd1Parser::readZones ( MWAWVec2i  limit) [protected]

try to read the list of zones: separator between text and footnote? (zone 4)

Referenced by createZones().

void MsWrd1Parser::removeLastCharIfEOL ( MWAWEntry entry) [protected]

shorten an entry if the last character is EOL

Referenced by createDocument(), and sendText().

void MsWrd1Parser::sendMain ( ) [protected]

try to send the main zone

Referenced by parse().

bool MsWrd1Parser::sendText ( MWAWEntry const &  entry,
bool  main = false 
) [protected]

send the text structure to the listener

Referenced by MsWrd1ParserInternal::SubDocument::parse(), and sendMain().

void MsWrd1Parser::setProperty ( MsWrd1ParserInternal::Paragraph const &  para) [protected]

send the ruler properties

Referenced by sendText().


Friends And Related Function Documentation

friend class MsWrd1ParserInternal::SubDocument [friend]

Member Data Documentation


The documentation for this class was generated from the following files: