Internal: the subdocument of a MSWriteParser. More...
 
  
 | Public Member Functions | |
| SubDocument (RVNGInputStreamPtr input, MSWriteParser &pars, WPSEntry const &entry, Paragraph::Location location) | |
| constructor for a text entry  More... | |
| ~SubDocument () | |
| destructor  More... | |
| virtual bool | operator== (shared_ptr< WPSTextSubDocument > const &doc) const | 
| operator==  More... | |
| void | parse (shared_ptr< WPSContentListener > &listener, libwps::SubDocumentType subDocumentType) | 
| the parser function  More... | |
|  Public Member Functions inherited from WPSTextSubDocument | |
| WPSTextSubDocument (RVNGInputStreamPtr &input, WPSParser *parser, int id=0) | |
| constructor  More... | |
| virtual | ~WPSTextSubDocument () | 
| destructor  More... | |
| RVNGInputStreamPtr & | getInput () | 
| returns the input  More... | |
| WPSParser * | parser () const | 
| returns the parser  More... | |
|  Public Member Functions inherited from WPSSubDocument | |
| WPSSubDocument (RVNGInputStreamPtr input, int id=0) | |
| constructor  More... | |
| virtual | ~WPSSubDocument () | 
| destructor  More... | |
| RVNGInputStreamPtr & | getInput () | 
| returns the input  More... | |
| int | id () const | 
| get the identificator  More... | |
| void | setId (int i) | 
| set the identificator  More... | |
| virtual bool | operator== (shared_ptr< WPSSubDocument > const &doc) const | 
| an operator =  More... | |
| bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const | 
| Public Attributes | |
| WPSEntry | m_entry | 
| the entry  More... | |
| Paragraph::Location | m_Location | 
| Additional Inherited Members | |
|  Protected Attributes inherited from WPSTextSubDocument | |
| WPSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
Internal: the subdocument of a MSWriteParser.
| 
 | inline | 
constructor for a text entry
| 
 | inline | 
destructor
| 
 | inlinevirtual | 
operator==
Reimplemented from WPSTextSubDocument.
| 
 | virtual | 
| WPSEntry MSWriteParserInternal::SubDocument::m_entry | 
the entry
Referenced by operator==(), and parse().
| Paragraph::Location MSWriteParserInternal::SubDocument::m_Location | 
Referenced by parse().