Internal: the subdocument of a MsWrdParser. More...
Public Member Functions | |
| SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type) | |
| constructor for footnote, comment | |
| SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, MWAWEntry entry, libmwaw::SubDocumentType type) | |
| constructor for header/footer | |
| SubDocument (MsWrdParser &pars, MWAWInputStreamPtr input, long fPos, int cPos) | |
| constructor for picture | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| int | m_id |
| the subdocument id | |
| libmwaw::SubDocumentType | m_type |
| the subdocument type | |
| long | m_pictFPos |
| the picture file position | |
| int | m_pictCPos |
| the picture char position | |
Internal: the subdocument of a MsWrdParser.
| MsWrdParserInternal::SubDocument::SubDocument | ( | MsWrdParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| int | id, | ||
| libmwaw::SubDocumentType | type | ||
| ) | [inline] |
constructor for footnote, comment
| MsWrdParserInternal::SubDocument::SubDocument | ( | MsWrdParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWEntry | entry, | ||
| libmwaw::SubDocumentType | type | ||
| ) | [inline] |
constructor for header/footer
| MsWrdParserInternal::SubDocument::SubDocument | ( | MsWrdParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| long | fPos, | ||
| int | cPos | ||
| ) | [inline] |
constructor for picture
| virtual MsWrdParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| bool MsWrdParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| virtual bool MsWrdParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MsWrdParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MsWrdParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().
int MsWrdParserInternal::SubDocument::m_pictCPos [protected] |
the picture char position
Referenced by operator!=(), and parse().
long MsWrdParserInternal::SubDocument::m_pictFPos [protected] |
the picture file position
Referenced by operator!=(), and parse().
the subdocument type
Referenced by operator!=(), and parse().