Searched defs:SetRowSpan (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/inc/ | ||
H A D | htmltbl.hxx | 119 void SetRowSpan( sal_uInt16 nRSpan ) { nRowSpan = nRSpan; } in SetRowSpan() function in SwHTMLTableLayoutCell |
/aoo41x/main/sw/source/filter/xml/ | ||
H A D | xmltbli.cxx | 211 void SetRowSpan( sal_uInt32 nSet ) { nRowSpan = nSet; } in SetRowSpan() function in SwXMLTableCell_Impl |
/aoo41x/main/sw/source/filter/html/ | ||
H A D | htmltab.cxx | 265 void SetRowSpan( sal_uInt16 nRSpan ) { nRowSpan = nRSpan; } in SetRowSpan() function in HTMLTableCell |
Completed in 89 milliseconds