Internal: the subdocument of a StarObjectSpreadsheet. More...
Public Member Functions | |
SubDocument (std::shared_ptr< StarObjectSmallText > const &text) | |
SubDocument (std::shared_ptr< StarFormatManagerInternal::FormatDef > const &format, StarItemPool const *pool, StarObject *object) | |
~SubDocument () final | |
destructor | |
bool | operator!= (STOFFSubDocument const &doc) const final |
operator!= | |
void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) final |
the parser function | |
![]() | |
STOFFSubDocument (STOFFParser *pars, STOFFInputStreamPtr ip, STOFFEntry const &z) | |
constructor from parser, input stream and zone in the input | |
STOFFSubDocument (STOFFSubDocument const &doc) | |
copy constructor | |
STOFFSubDocument & | operator= (STOFFSubDocument const &doc) |
copy operator | |
virtual | ~STOFFSubDocument () |
virtual destructor | |
virtual bool | operator!= (STOFFSubDocument const &doc) const |
comparison operator!= | |
bool | operator== (STOFFSubDocument const &doc) const |
comparison operator== | |
bool | operator!= (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator!= | |
bool | operator== (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator== | |
virtual void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType subDocumentType)=0 |
virtual parse function | |
Protected Attributes | |
std::shared_ptr< StarObjectSmallText > | m_smallText |
the note text | |
std::shared_ptr< StarFormatManagerInternal::FormatDef > | m_format |
the format | |
StarObject * | m_object |
the original object | |
StarItemPool const * | m_pool |
the pool | |
![]() | |
STOFFParser * | m_parser |
the main zone parser | |
std::shared_ptr< STOFFInputStream > | m_input |
the input | |
STOFFEntry | m_zone |
if valid the zone to parse | |
Private Member Functions | |
SubDocument (SubDocument const &)=delete | |
SubDocument & | operator= (SubDocument const &)=delete |
Internal: the subdocument of a StarObjectSpreadsheet.
|
inlineexplicit |
|
inline |
|
inlinefinal |
destructor
|
privatedelete |
|
inlinefinalvirtual |
operator!=
Reimplemented from STOFFSubDocument.
|
privatedelete |
|
finalvirtual |
the parser function
Implements STOFFSubDocument.
|
protected |
the format
Referenced by operator!=(), and parse().
|
protected |
the original object
Referenced by operator!=(), and parse().
|
protected |
the pool
Referenced by operator!=(), and parse().
|
protected |
the note text
Referenced by operator!=(), and parse().