Internal: the subdocument of a MSWParser.
More...
Public Member Functions |
| | SubDocument (MSWParser &pars, MWAWInputStreamPtr input, int id, libmwaw::SubDocumentType type) |
| | constructor for footnote, comment
|
| | SubDocument (MSWParser &pars, MWAWInputStreamPtr input, MWAWEntry entry, libmwaw::SubDocumentType type) |
| | constructor for header/footer
|
| | SubDocument (MSWParser &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 (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type) |
| | the parser function
|
| | MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr ip, MWAWEntry const &z) |
| | constructor from parser, input stream and zone in the input
|
| | MWAWSubDocument (MWAWSubDocument const &doc) |
| | copy constructor
|
| MWAWSubDocument & | operator= (MWAWSubDocument const &doc) |
| | copy operator
|
| virtual | ~MWAWSubDocument () |
| | virtual destructor
|
| bool | operator!= (shared_ptr< MWAWSubDocument > const &doc) const |
| | comparison operator!=
|
| bool | operator== (shared_ptr< MWAWSubDocument > const &doc) const |
| | comparison operator==
|
Detailed Description
Internal: the subdocument of a MSWParser.
Constructor & Destructor Documentation
constructor for footnote, comment
constructor for header/footer
| virtual MSWParserInternal::SubDocument::~SubDocument |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| bool MSWParserInternal::SubDocument::operator!= |
( |
MWAWSubDocument const & |
doc | ) |
const |
|
virtual |
| virtual bool MSWParserInternal::SubDocument::operator== |
( |
MWAWSubDocument const & |
doc | ) |
const |
|
inlinevirtual |
Member Data Documentation
| int MSWParserInternal::SubDocument::m_id |
|
protected |
| int MSWParserInternal::SubDocument::m_pictCPos |
|
protected |
| long MSWParserInternal::SubDocument::m_pictFPos |
|
protected |
The documentation for this class was generated from the following file: