Internal: the subdocument of a LotusSpreadsheet. More...
Public Member Functions | |
SubDocument (RVNGInputStreamPtr const &input, LotusSpreadsheet &sheetParser, WPSEntry const &entry) | |
constructor for a text entry More... | |
~SubDocument () final | |
destructor More... | |
bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const final |
operator== More... | |
void | parse (std::shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) final |
the parser function More... | |
![]() | |
WKSSubDocument (RVNGInputStreamPtr const &input, WKSParser *parser, int id=0) | |
constructor More... | |
~WKSSubDocument () override | |
destructor More... | |
WKSParser * | parser () const |
returns the parser More... | |
bool | operator== (std::shared_ptr< WPSSubDocument > const &doc) const override |
an operator = More... | |
![]() | |
WPSSubDocument (RVNGInputStreamPtr const &input, int id=0) | |
constructor More... | |
virtual | ~WPSSubDocument () |
destructor More... | |
RVNGInputStreamPtr & | getInput () |
returns the input More... | |
int | id () const |
get the identificator More... | |
void | setId (int i) |
set the identificator More... | |
bool | operator!= (std::shared_ptr< WPSSubDocument > const &doc) const |
Public Attributes | |
LotusSpreadsheet * | m_sheetParser |
the spreadsheet parse More... | |
WPSEntry | m_entry |
a text zone entry More... | |
Private Member Functions | |
SubDocument (SubDocument const &)=delete | |
SubDocument & | operator= (SubDocument const &)=delete |
Additional Inherited Members | |
![]() | |
WKSParser * | m_parser |
![]() | |
RVNGInputStreamPtr | m_input |
int | m_id |
Internal: the subdocument of a LotusSpreadsheet.
|
inline |
constructor for a text entry
|
inlinefinal |
destructor
|
privatedelete |
|
privatedelete |
|
inlinefinalvirtual |
operator==
Reimplemented from WPSSubDocument.
|
finalvirtual |
the parser function
Implements WKSSubDocument.
WPSEntry LotusSpreadsheetInternal::SubDocument::m_entry |
a text zone entry
Referenced by operator==(), and parse().
LotusSpreadsheet* LotusSpreadsheetInternal::SubDocument::m_sheetParser |
the spreadsheet parse
Referenced by operator==(), and parse().