Internal: the subdocument of a StarObjectSpreadsheet. More...
Public Member Functions | |
| SubDocument (shared_ptr< StarObjectTextInternal::Content > content, StarItemPool const *pool, StarObject &object) | |
| 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 | |
| shared_ptr < StarObjectTextInternal::Content > | m_content |
| the content | |
| StarItemPool const * | m_pool |
| the pool | |
| StarObject & | m_object |
| the object | |
Private Member Functions | |
| SubDocument (SubDocument const &) | |
| SubDocument & | operator= (SubDocument const &) |
Internal: the subdocument of a StarObjectSpreadsheet.
| StarCharAttribute::SubDocument::SubDocument | ( | shared_ptr< StarObjectTextInternal::Content > | content, |
| StarItemPool const * | pool, | ||
| StarObject & | object | ||
| ) | [inline, explicit] |
| virtual StarCharAttribute::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| StarCharAttribute::SubDocument::SubDocument | ( | SubDocument const & | ) | [private] |
| virtual bool StarCharAttribute::SubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
| SubDocument& StarCharAttribute::SubDocument::operator= | ( | SubDocument const & | ) | [private] |
| virtual bool StarCharAttribute::SubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from STOFFSubDocument.
| void StarCharAttribute::SubDocument::parse | ( | STOFFListenerPtr & | listener, |
| libstoff::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements STOFFSubDocument.
shared_ptr<StarObjectTextInternal::Content> StarCharAttribute::SubDocument::m_content [protected] |
the content
Referenced by operator!=(), and parse().
StarObject& StarCharAttribute::SubDocument::m_object [protected] |
the object
Referenced by operator!=(), and parse().
StarItemPool const* StarCharAttribute::SubDocument::m_pool [protected] |
the pool
Referenced by operator!=(), and parse().