StarPageAttribute::SubDocument Class Reference

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

Inheritance diagram for StarPageAttribute::SubDocument:
STOFFSubDocument

List of all members.

Public Member Functions

 SubDocument (shared_ptr< StarObjectSmallText > text)
 SubDocument (shared_ptr< StarFormatManagerInternal::FormatDef > format, StarItemPool const *pool, StarObject *object)
virtual ~SubDocument ()
 destructor
virtual bool operator!= (STOFFSubDocument const &doc) const
 operator!=
virtual bool operator== (STOFFSubDocument const &doc) const
 operator!==
void parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type)
 the parser function

Protected Attributes

shared_ptr< StarObjectSmallTextm_smallText
 the note text
shared_ptr
< StarFormatManagerInternal::FormatDef
m_format
 the format
StarObjectm_object
 the original object
StarItemPool const * m_pool
 the pool

Private Member Functions

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

Detailed Description

Internal: the subdocument of a StarObjectSpreadsheet.


Constructor & Destructor Documentation

StarPageAttribute::SubDocument::SubDocument ( shared_ptr< StarObjectSmallText text) [inline, explicit]
StarPageAttribute::SubDocument::SubDocument ( shared_ptr< StarFormatManagerInternal::FormatDef format,
StarItemPool const *  pool,
StarObject object 
) [inline]
virtual StarPageAttribute::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

virtual bool StarPageAttribute::SubDocument::operator!= ( STOFFSubDocument const &  doc) const [inline, virtual]

operator!=

Reimplemented from STOFFSubDocument.

Referenced by operator==().

SubDocument& StarPageAttribute::SubDocument::operator= ( SubDocument const &  ) [private]
virtual bool StarPageAttribute::SubDocument::operator== ( STOFFSubDocument const &  doc) const [inline, virtual]

operator!==

Reimplemented from STOFFSubDocument.

the parser function

Implements STOFFSubDocument.


Member Data Documentation

the original object

Referenced by operator!=(), and parse().

the pool

Referenced by operator!=(), and parse().

the note text

Referenced by operator!=(), and parse().


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