Internal: the subdocument of a MsWrdParser. More...
Public Member Functions | |
| SubDocument (MsWrd1Parser &pars, MWAWInputStreamPtr input, MWAWEntry const &position) | |
| constructor for footnote, header | |
| 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 | |
Internal: the subdocument of a MsWrdParser.
| MsWrd1ParserInternal::SubDocument::SubDocument | ( | MsWrd1Parser & | pars, |
| MWAWInputStreamPtr | input, | ||
| MWAWEntry const & | position | ||
| ) | [inline] |
constructor for footnote, header
| virtual MsWrd1ParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool MsWrd1ParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool MsWrd1ParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void MsWrd1ParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.