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

#include <xmlExport.hxx>

Public Member Functions

 TCell (sal_Int32 _nColSpan, sal_Int32 _nRowSpan, Reference< XReportComponent > const &_xElement=Reference< XReportComponent >())
 
 TCell ()
 

Public Attributes

sal_Int32 nColSpan
 
sal_Int32 nRowSpan
 
Reference< XReportComponent > xElement
 
bool bSet
 

Detailed Description

Definition at line 56 of file xmlExport.hxx.

Constructor & Destructor Documentation

◆ TCell() [1/2]

rptxml::ORptExport::TCell::TCell ( sal_Int32  _nColSpan,
sal_Int32  _nRowSpan,
Reference< XReportComponent > const &  _xElement = Reference<XReportComponent>() 
)
inline

Definition at line 62 of file xmlExport.hxx.

◆ TCell() [2/2]

rptxml::ORptExport::TCell::TCell ( )
inline

Definition at line 71 of file xmlExport.hxx.

Member Data Documentation

◆ bSet

bool rptxml::ORptExport::TCell::bSet

Definition at line 61 of file xmlExport.hxx.

◆ nColSpan

sal_Int32 rptxml::ORptExport::TCell::nColSpan

Definition at line 58 of file xmlExport.hxx.

◆ nRowSpan

sal_Int32 rptxml::ORptExport::TCell::nRowSpan

Definition at line 59 of file xmlExport.hxx.

◆ xElement

Reference<XReportComponent> rptxml::ORptExport::TCell::xElement

Definition at line 60 of file xmlExport.hxx.


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