78 std::vector<shared_ptr<StarTableInternal::TableLine> >
m_lineList;
bool m_headerRepeated
flag to know if the header is repeated
Definition: StarTable.hxx:72
class to store an state: ie.
Definition: StarState.hxx:65
StarTable()
the constructor
Definition: StarTable.hxx:61
bool read(StarZone &zone, StarObjectText &object)
try to read the data
Definition: StarTable.cxx:248
shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:476
int m_chgMode
the change mode
Definition: StarTable.hxx:76
~StarTable()
the destructor
Definition: StarTable.cxx:243
int m_numBoxes
the number of boxes
Definition: StarTable.hxx:74
bool send(STOFFListenerPtr listener, StarState &state) const
try to send the data to a listener
Definition: StarTable.cxx:316
brief namespace used to define some table structure
Definition: StarTable.cxx:56
class to store a table in a sdw file
Definition: StarTable.hxx:57
the main class to read a StarOffice sdw file
Definition: StarObjectText.hxx:97
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
std::vector< shared_ptr< StarTableInternal::TableLine > > m_lineList
the list of line
Definition: StarTable.hxx:78