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