StarObjectSmallText(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectSmallText.cxx:219
std::shared_ptr< StarObjectSmallTextInternal::State > m_textState
the state
Definition StarObjectSmallText.hxx:82
bool send(std::shared_ptr< STOFFListener > listener, int level=-1)
try to send a small text zone
Definition StarObjectSmallText.cxx:229
bool read(StarZone &zone, long lastPos)
try to read a small text object
Definition StarObjectSmallText.cxx:252
StarObjectSmallText & operator=(StarObjectSmallText const &orig)=delete
~StarObjectSmallText() override
destructor
Definition StarObjectSmallText.cxx:225
StarObject(char const *passwd, std::shared_ptr< STOFFOLEParser > &oleParser, std::shared_ptr< STOFFOLEParser::OleDirectory > &directory)
constructor
Definition StarObject.cxx:80
Internal: the structures of a StarObjectSmallText.
Definition StarObjectSmallText.cxx:58
Internal: the state of a StarObjectSmallText.
Definition StarObjectSmallText.cxx:203