LibreOffice Module reportdesign (master) 1
|
#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 |
Definition at line 32 of file xmlTable.hxx.
|
inline |
Definition at line 40 of file xmlTable.hxx.
bool rptxml::OXMLTable::TCell::bAutoHeight |
Definition at line 38 of file xmlTable.hxx.
Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().
sal_Int32 rptxml::OXMLTable::TCell::nColSpan |
Definition at line 36 of file xmlTable.hxx.
Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().
sal_Int32 rptxml::OXMLTable::TCell::nHeight |
Definition at line 35 of file xmlTable.hxx.
Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().
sal_Int32 rptxml::OXMLTable::TCell::nRowSpan |
Definition at line 37 of file xmlTable.hxx.
Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().
sal_Int32 rptxml::OXMLTable::TCell::nWidth |
Definition at line 34 of file xmlTable.hxx.
Referenced by rptxml::OXMLTable::addCell(), and rptxml::OXMLTable::endFastElement().
::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().