the main class to read a small StarOffice text zone More...
#include <StarObjectSmallText.hxx>
Public Member Functions | |
| StarObjectSmallText (StarObject const &orig, bool duplicateState) | |
| constructor | |
| virtual | ~StarObjectSmallText () |
| destructor | |
| bool | read (StarZone &zone, long lastPos) |
| try to read a small text object | |
| bool | send (shared_ptr< STOFFListener > listener, int level=-1) |
| try to send a small text zone | |
Protected Attributes | |
| shared_ptr < StarObjectSmallTextInternal::State > | m_textState |
| the state | |
Private Member Functions | |
| StarObjectSmallText & | operator= (StarObjectSmallText const &orig) |
the main class to read a small StarOffice text zone
| StarObjectSmallText::StarObjectSmallText | ( | StarObject const & | orig, |
| bool | duplicateState | ||
| ) |
constructor
| StarObjectSmallText::~StarObjectSmallText | ( | ) | [virtual] |
destructor
| StarObjectSmallText& StarObjectSmallText::operator= | ( | StarObjectSmallText const & | orig | ) | [private] |
| bool StarObjectSmallText::read | ( | StarZone & | zone, |
| long | lastPos | ||
| ) |
try to read a small text object
| bool StarObjectSmallText::send | ( | shared_ptr< STOFFListener > | listener, |
| int | level = -1 |
||
| ) |
try to send a small text zone
shared_ptr<StarObjectSmallTextInternal::State> StarObjectSmallText::m_textState [protected] |