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 | |
|  Public Member Functions inherited from STOFFSubDocument | |
| 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 | |
| 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== | |
| 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 | |
|  Protected Attributes inherited from STOFFSubDocument | |
| 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 | 
Referenced by operator!=(), operator=(), and SubDocument().
| 
 | inline | 
| 
 | inlinefinal | 
destructor
| 
 | privatedelete | 
| 
 | inlinefinalvirtual | 
operator!=
Reimplemented from STOFFSubDocument.
| 
 | privatedelete | 
| 
 | finalvirtual | 
the parser function
Implements STOFFSubDocument.
| 
 | protected | 
the format
Referenced by operator!=(), parse(), SubDocument(), and SubDocument().
| 
 | protected | 
the original object
Referenced by operator!=(), parse(), SubDocument(), and SubDocument().
| 
 | protected | 
the pool
Referenced by operator!=(), parse(), SubDocument(), and SubDocument().
| 
 | protected | 
the note text
Referenced by operator!=(), parse(), SubDocument(), and SubDocument().