LibreOffice Module reportdesign (master) 1
Public Member Functions | Public Attributes | List of all members
rptxml::OXMLTable::TCell Struct Reference

#include <xmlTable.hxx>

Public Member Functions

 TCell ()
 

Public Attributes

sal_Int32 nWidth
 
sal_Int32 nHeight
 
sal_Int32 nColSpan
 
sal_Int32 nRowSpan
 
bool bAutoHeight
 
::std::vector< css::uno::Reference< css::report::XReportComponent > > xElements
 

Detailed Description

Definition at line 32 of file xmlTable.hxx.

Constructor & Destructor Documentation

◆ TCell()

rptxml::OXMLTable::TCell::TCell ( )
inline

Definition at line 40 of file xmlTable.hxx.

Member Data Documentation

◆ bAutoHeight

bool rptxml::OXMLTable::TCell::bAutoHeight

Definition at line 38 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().

◆ nColSpan

sal_Int32 rptxml::OXMLTable::TCell::nColSpan

Definition at line 36 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().

◆ nHeight

sal_Int32 rptxml::OXMLTable::TCell::nHeight

Definition at line 35 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().

◆ nRowSpan

sal_Int32 rptxml::OXMLTable::TCell::nRowSpan

Definition at line 37 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().

◆ nWidth

sal_Int32 rptxml::OXMLTable::TCell::nWidth

Definition at line 34 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().

◆ xElements

::std::vector< css::uno::Reference< css::report::XReportComponent> > rptxml::OXMLTable::TCell::xElements

Definition at line 39 of file xmlTable.hxx.

Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().


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