StarCharAttribute::SubDocument Class Reference

Internal: the subdocument of a StarObjectSpreadsheet. More...

Inheritance diagram for StarCharAttribute::SubDocument:
STOFFSubDocument

Public Member Functions

 SubDocument (shared_ptr< StarObjectTextInternal::Content > content, StarItemPool const *pool, StarObject &object)
 
virtual ~SubDocument ()
 destructor More...
 
virtual bool operator!= (STOFFSubDocument const &doc) const
 operator!= More...
 
virtual bool operator== (STOFFSubDocument const &doc) const
 operator!== More...
 
void parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type)
 the parser function More...
 
- Public Member Functions inherited from STOFFSubDocument
 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...
 
STOFFSubDocumentoperator= (STOFFSubDocument const &doc)
 copy operator More...
 
virtual ~STOFFSubDocument ()
 virtual destructor More...
 
bool operator== (STOFFSubDocument const &doc) const
 comparison operator== More...
 
bool operator!= (shared_ptr< STOFFSubDocument > const &doc) const
 comparison operator!= More...
 
bool operator== (shared_ptr< STOFFSubDocument > const &doc) const
 comparison operator== More...
 

Protected Attributes

shared_ptr< StarObjectTextInternal::Contentm_content
 the content More...
 
StarItemPool const * m_pool
 the pool More...
 
StarObjectm_object
 the object More...
 
- Protected Attributes inherited from STOFFSubDocument
STOFFParserm_parser
 the main zone parser More...
 
shared_ptr< STOFFInputStreamm_input
 the input More...
 
STOFFEntry m_zone
 if valid the zone to parse More...
 

Private Member Functions

 SubDocument (SubDocument const &)
 
SubDocumentoperator= (SubDocument const &)
 

Detailed Description

Internal: the subdocument of a StarObjectSpreadsheet.

Constructor & Destructor Documentation

StarCharAttribute::SubDocument::SubDocument ( shared_ptr< StarObjectTextInternal::Content content,
StarItemPool const *  pool,
StarObject object 
)
inlineexplicit
virtual StarCharAttribute::SubDocument::~SubDocument ( )
inlinevirtual

destructor

StarCharAttribute::SubDocument::SubDocument ( SubDocument const &  )
private

Member Function Documentation

virtual bool StarCharAttribute::SubDocument::operator!= ( STOFFSubDocument const &  doc) const
inlinevirtual

operator!=

Reimplemented from STOFFSubDocument.

SubDocument& StarCharAttribute::SubDocument::operator= ( SubDocument const &  )
private
virtual bool StarCharAttribute::SubDocument::operator== ( STOFFSubDocument const &  doc) const
inlinevirtual

operator!==

void StarCharAttribute::SubDocument::parse ( STOFFListenerPtr listener,
libstoff::SubDocumentType  type 
)
virtual

the parser function

Implements STOFFSubDocument.

Member Data Documentation

shared_ptr<StarObjectTextInternal::Content> StarCharAttribute::SubDocument::m_content
protected

the content

Referenced by operator!=().

StarObject& StarCharAttribute::SubDocument::m_object
protected

the object

Referenced by operator!=().

StarItemPool const* StarCharAttribute::SubDocument::m_pool
protected

the pool

Referenced by operator!=().


The documentation for this class was generated from the following file:

Generated for libstaroffice by doxygen 1.8.11