Searched refs:nCSpan (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 74 sal_uInt16 nCSpan, long nHght, const SvxBrushItem *pBGround) in SwWriteTableCell() argument 76 nRow( nR ), nCol( nC ), nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwWriteTableCell()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 188 SwXMLTableCell_Impl( sal_uInt32 nRSpan=1UL, sal_uInt32 nCSpan=1UL ) : in SwXMLTableCell_Impl() argument 191 nColSpan( nCSpan ), in SwXMLTableCell_Impl() 197 sal_uInt32 nRSpan, sal_uInt32 nCSpan, 231 sal_uInt32 nRSpan, sal_uInt32 nCSpan, in Set() argument 244 nColSpan = nCSpan; in Set()
|
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 106 sal_uInt16 nRSpan, sal_uInt16 nCSpan,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 114 sal_uInt16 nRSpan, sal_uInt16 nCSpan, in SwHTMLTableLayoutCell() argument 118 nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwHTMLTableLayoutCell()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 255 void Set( HTMLTableCnts *pCnts, sal_uInt16 nRSpan, sal_uInt16 nCSpan, 272 void SetColSpan( sal_uInt16 nCSpan ) { nColSpan = nCSpan; } in SetColSpan() argument 778 void HTMLTableCell::Set( HTMLTableCnts *pCnts, sal_uInt16 nRSpan, sal_uInt16 nCSpan, in Set() argument 785 nColSpan = nCSpan; in Set()
|
Completed in 58 milliseconds