Internal: the subdocument of a LotusSpreadsheet. More...
 
  
 | Public Member Functions | |
| SubDocument (RVNGInputStreamPtr input, LotusSpreadsheet &sheetParser, WPSEntry const &entry) | |
| constructor for a text entry  More... | |
| ~SubDocument () | |
| destructor  More... | |
| virtual bool | operator== (shared_ptr< WKSSubDocument > const &doc) const | 
| operator==  More... | |
| void | parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) | 
| the parser function  More... | |
|  Public Member Functions inherited from WKSSubDocument | |
| WKSSubDocument (RVNGInputStreamPtr input, WKSParser *parser, int id=0) | |
| constructor  More... | |
| virtual | ~WKSSubDocument () | 
| destructor  More... | |
| WKSParser * | parser () const | 
| returns the parser  More... | |
| virtual bool | operator== (shared_ptr< WPSSubDocument > const &doc) const | 
| an operator =  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... | |
| bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const | 
| Public Attributes | |
| LotusSpreadsheet * | m_sheetParser | 
| the spreadsheet parse  More... | |
| WPSEntry | m_entry | 
| a text zone entry  More... | |
| Private Member Functions | |
| SubDocument (SubDocument const &) | |
| SubDocument & | operator= (SubDocument const &) | 
| Additional Inherited Members | |
|  Protected Attributes inherited from WKSSubDocument | |
| WKSParser * | m_parser | 
|  Protected Attributes inherited from WPSSubDocument | |
| RVNGInputStreamPtr | m_input | 
| int | m_id | 
Internal: the subdocument of a LotusSpreadsheet.
| 
 | inline | 
constructor for a text entry
| 
 | inline | 
destructor
| 
 | private | 
| 
 | private | 
Referenced by LotusSpreadsheet::setListener().
| 
 | inlinevirtual | 
operator==
| 
 | virtual | 
the parser function
Implements WKSSubDocument.
| WPSEntry LotusSpreadsheetInternal::SubDocument::m_entry | 
a text zone entry
Referenced by operator==().
| LotusSpreadsheet* LotusSpreadsheetInternal::SubDocument::m_sheetParser | 
the spreadsheet parse
Referenced by operator==().