StarObjectSmallText(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectSmallText.cxx:190
shared_ptr< StarObjectSmallTextInternal::State > m_textState
the state
Definition StarObjectSmallText.hxx:82
StarObjectSmallText & operator=(StarObjectSmallText const &orig)
bool read(StarZone &zone, long lastPos)
try to read a small text object
Definition StarObjectSmallText.cxx:221
virtual ~StarObjectSmallText()
destructor
Definition StarObjectSmallText.cxx:194
bool send(shared_ptr< STOFFListener > listener, int level=-1)
try to send a small text zone
Definition StarObjectSmallText.cxx:198
StarObject(char const *passwd, shared_ptr< STOFFOLEParser > oleParser, shared_ptr< STOFFOLEParser::OleDirectory > directory)
constructor
Definition StarObject.cxx:81
Internal: the structures of a StarObjectSmallText.
Definition StarObjectSmallText.cxx:56
Internal: the state of a StarObjectSmallText.
Definition StarObjectSmallText.cxx:175