small structure used to store a table box More...
Public Member Functions | |
| TableBox () | |
| constructor More... | |
| bool | read (StarZone &zone, StarObjectText &object) |
| try to read the data More... | |
| bool | send (STOFFListenerPtr listener, StarState &state) const |
| try to send the data to a listener More... | |
Public Attributes | |
| int | m_formatId |
| the format More... | |
| int | m_numLines |
| the number of lines More... | |
| shared_ptr < StarObjectTextInternal::Content > | m_content |
| the content More... | |
| std::vector< shared_ptr < TableLine > > | m_lineList |
| a list of line More... | |
| shared_ptr < StarFormatManagerInternal::FormatDef > | m_format |
| the format More... | |
small structure used to store a table box
|
inline |
constructor
| bool StarTableInternal::TableBox::read | ( | StarZone & | zone, |
| StarObjectText & | object | ||
| ) |
try to read the data
| bool StarTableInternal::TableBox::send | ( | STOFFListenerPtr | listener, |
| StarState & | state | ||
| ) | const |
try to send the data to a listener
| shared_ptr<StarObjectTextInternal::Content> StarTableInternal::TableBox::m_content |
| shared_ptr<StarFormatManagerInternal::FormatDef> StarTableInternal::TableBox::m_format |
the format
Referenced by read().
| int StarTableInternal::TableBox::m_formatId |
the format
Referenced by read().
| std::vector<shared_ptr<TableLine> > StarTableInternal::TableBox::m_lineList |
| int StarTableInternal::TableBox::m_numLines |
the number of lines
Referenced by read().