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 More... | |
bool | operator!= (STOFFSubDocument const &doc) const final |
operator!= More... | |
void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) final |
the parser function More... | |
![]() | |
STOFFSubDocument (STOFFParser *pars, STOFFInputStreamPtr ip, STOFFEntry const &z) | |
constructor from parser, input stream and zone in the input More... | |
STOFFSubDocument (STOFFSubDocument const &doc) | |
copy constructor More... | |
STOFFSubDocument & | operator= (STOFFSubDocument const &doc) |
copy operator More... | |
virtual | ~STOFFSubDocument () |
virtual destructor More... | |
bool | operator== (STOFFSubDocument const &doc) const |
comparison operator== More... | |
bool | operator!= (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator!= More... | |
bool | operator== (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator== More... | |
Protected Attributes | |
std::shared_ptr< StarObjectSmallText > | m_smallText |
the note text More... | |
std::shared_ptr< StarFormatManagerInternal::FormatDef > | m_format |
the format More... | |
StarObject * | m_object |
the original object More... | |
StarItemPool const * | m_pool |
the pool More... | |
![]() | |
STOFFParser * | m_parser |
the main zone parser More... | |
std::shared_ptr< STOFFInputStream > | m_input |
the input More... | |
STOFFEntry | m_zone |
if valid the zone to parse More... | |
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().