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

Referenced by read().

bool StarTable::m_headerRepeated

flag to know if the header is repeated

Referenced by read().

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

the list of line

Referenced by read(), and send().

int StarTable::m_numBoxes

the number of boxes

Referenced by read().


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

Generated on Tue Aug 30 2016 20:45:07 for libstaroffice by doxygen 1.8.8