StarTableInternal::TableBox Struct Reference

small structure used to store a table box More...

Public Member Functions

 TableBox ()
 constructor 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

int m_formatId
 the format More...
 
int m_numLines
 the number of lines More...
 
shared_ptr< StarObjectTextInternal::Contentm_content
 the content More...
 
std::vector< shared_ptr< TableLine > > m_lineList
 a list of line More...
 
shared_ptr< StarFormatManagerInternal::FormatDefm_format
 the format More...
 

Detailed Description

small structure used to store a table box

Constructor & Destructor Documentation

◆ TableBox()

StarTableInternal::TableBox::TableBox ( )
inline

constructor

Member Function Documentation

◆ read()

bool StarTableInternal::TableBox::read ( StarZone zone,
StarObjectText object 
)

try to read the data

Referenced by TableBox(), and StarTableInternal::TableLine::TableLine().

◆ send()

bool StarTableInternal::TableBox::send ( STOFFListenerPtr  listener,
StarState state 
) const

try to send the data to a listener

Referenced by TableBox(), and StarTableInternal::TableLine::TableLine().

Member Data Documentation

◆ m_content

shared_ptr<StarObjectTextInternal::Content> StarTableInternal::TableBox::m_content

the content

Referenced by read(), and send().

◆ m_format

shared_ptr<StarFormatManagerInternal::FormatDef> StarTableInternal::TableBox::m_format

the format

Referenced by read(), and StarTableInternal::TableLine::read().

◆ m_formatId

int StarTableInternal::TableBox::m_formatId

◆ m_lineList

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

a list of line

Referenced by read(), StarTable::read(), send(), and StarTable::send().

◆ m_numLines

int StarTableInternal::TableBox::m_numLines

the number of lines

Referenced by read().


The documentation for this struct was generated from the following file:

Generated on Tue May 2 2017 01:15:12 for libstaroffice by doxygen 1.8.13