Internal: the subdocument of a SWFieldManger. 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 text | |
Internal: the subdocument of a SWFieldManger.
| SWFieldManagerInternal::SubDocument::SubDocument | ( | librevenge::RVNGString const & | text | ) | [inline, explicit] |
| virtual SWFieldManagerInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool SWFieldManagerInternal::SubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool SWFieldManagerInternal::SubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from STOFFSubDocument.
| void SWFieldManagerInternal::SubDocument::parse | ( | STOFFListenerPtr & | listener, |
| libstoff::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements STOFFSubDocument.
librevenge::RVNGString SWFieldManagerInternal::SubDocument::m_text [protected] |
the text
Referenced by operator!=(), and parse().