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