Home
last modified time | relevance | path

Searched defs:TCell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.hxx73 struct TCell struct in rptxml::ORptExport
75 sal_Int32 nWidth;
76 sal_Int32 nHeight;
77 sal_Int32 nColSpan;
78 sal_Int32 nRowSpan;
79 Reference<XReportComponent> xElement;
80 bool bSet;
81 TCell( sal_Int32 _nWidth, in TCell() argument
94 TCell( ) : in TCell() function
H A DxmlTable.hxx36 struct TCell struct in rptxml::OXMLTable
38 sal_Int32 nWidth;
39 sal_Int32 nHeight;
40 sal_Int32 nColSpan;
41 sal_Int32 nRowSpan;
43 TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){} in TCell() argument

Completed in 14 milliseconds