Internal: the subdocument of a StarObjectSpreadsheet. More...
Public Member Functions | |
| SubDocument (librevenge::RVNGString const &text) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (STOFFSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (STOFFSubDocument const &doc) const |
| operator!== | |
| void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| librevenge::RVNGString | m_text |
| the note text | |
Internal: the subdocument of a StarObjectSpreadsheet.
| StarObjectSpreadsheetInternal::SubDocument::SubDocument | ( | librevenge::RVNGString const & | text | ) | [inline, explicit] |
| virtual StarObjectSpreadsheetInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool StarObjectSpreadsheetInternal::SubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool StarObjectSpreadsheetInternal::SubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from STOFFSubDocument.
| void StarObjectSpreadsheetInternal::SubDocument::parse | ( | STOFFListenerPtr & | listener, |
| libstoff::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements STOFFSubDocument.
librevenge::RVNGString StarObjectSpreadsheetInternal::SubDocument::m_text [protected] |
the note text
Referenced by operator!=(), and parse().