Home
last modified time | relevance | path

Searched refs:nWd (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx176 SvxIconChoiceCtrlColumnInfo( sal_uInt16 nSub, long nWd, in SvxIconChoiceCtrlColumnInfo() argument
178 nWidth( nWd ), eAlignment( eAlign ), nSubItem( nSub ) {} in SvxIconChoiceCtrlColumnInfo()
183 void SetWidth( long nWd ) { nWidth = nWd; } in SetWidth() argument
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx137 void SwColMgr::SetColWidth(sal_uInt16 nIdx, sal_uInt16 nWd) in SetColWidth() argument
140 aFmtCol.GetColumns()[nIdx]->SetWishWidth(nWd); in SetColWidth()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx416 sal_Int32 nWd = 0; in PutValue() local
417 if(rVal >>= nWd) in PutValue()
420 nWd = MM100_TO_TWIP(nWd); in PutValue()
421 if(nWd < MINLAY) in PutValue()
422 nWd = MINLAY; in PutValue()
423 aSize.Width() = nWd; in PutValue()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1923 long nWd; in ReadOrder() local
1931 nWd = ReadCoord( bCoord32 ); in ReadOrder()
1932 if ( nWd < 0 ) in ReadOrder()
1933 nWd = -nWd; in ReadOrder()
1934 aAttr.nStrLinWidth = (sal_uInt16)nWd; in ReadOrder()

Completed in 52 milliseconds