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::StarTable ( )
inline

the constructor

◆ ~StarTable()

StarTable::~StarTable ( )

the destructor

Member Function Documentation

◆ read()

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

try to read the data

◆ send()

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

try to send the data to a listener

Member Data Documentation

◆ m_chgMode

int StarTable::m_chgMode

the change mode

◆ m_headerRepeated

bool StarTable::m_headerRepeated

flag to know if the header is repeated

◆ m_lineList

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

the list of line

◆ m_numBoxes

int StarTable::m_numBoxes

the number of boxes


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

Generated on Sat Apr 29 2017 12:29:42 for libstaroffice by doxygen 1.8.13