Home
last modified time | relevance | path

Searched refs:nWdth (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx199 sal_uInt16 nWdth, sal_Bool bPrcWdth, sal_uInt16 nBorderOpt, in SwHTMLTableLayout() argument
213 nRelTabWidth( 0 ), nWidthOption( nWdth ), in SwHTMLTableLayout()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx790 inline void HTMLTableCell::SetWidth( sal_uInt16 nWdth, sal_Bool bRelWdth ) in SetWidth() argument
792 nWidth = nWdth; in SetWidth()
942 inline void HTMLTableColumn::SetWidth( sal_uInt16 nWdth, sal_Bool bRelWdth ) in SetWidth() argument
946 if( nWdth > nWidth ) in SetWidth()
947 nWidth = nWdth; in SetWidth()
950 nWidth = nWdth; in SetWidth()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx763 sal_uInt16 nWdth = sal_uInt16(GetLineWidth()); in GetPresentation() local
767 rText += ::GetMetricText( nWdth, eCoreUnit, in GetPresentation()

Completed in 46 milliseconds