StarTable Class Reference

class to store a table in a sdw file More...

#include <StarTable.hxx>

Public Member Functions

 StarTable ()
 the constructor More...
 
 ~StarTable ()
 the destructor 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

bool m_headerRepeated
 flag to know if the header is repeated More...
 
int m_numBoxes
 the number of boxes More...
 
int m_chgMode
 the change mode More...
 
std::vector< shared_ptr< StarTableInternal::TableLine > > m_lineList
 the list of line More...
 

Detailed Description

class to store a table in a sdw file

Constructor & Destructor Documentation

StarTable::StarTable ( )
inline

the constructor

StarTable::~StarTable ( )

the destructor

Member Function Documentation

bool StarTable::read ( StarZone zone,
StarObjectText object 
)

try to read the data

bool StarTable::send ( STOFFListenerPtr  listener,
StarState state 
) const

try to send the data to a listener

Member Data Documentation

int StarTable::m_chgMode

the change mode

bool StarTable::m_headerRepeated

flag to know if the header is repeated

std::vector<shared_ptr<StarTableInternal::TableLine> > StarTable::m_lineList

the list of line

int StarTable::m_numBoxes

the number of boxes


The documentation for this class was generated from the following files:

Generated on Thu Aug 11 2016 08:38:25 for libstaroffice by doxygen 1.8.11