Home
last modified time | relevance | path

Searched refs:nPrefWidth (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx4555 sal_uInt32 nPrefWidth = p_EscherBlibEntry->maPrefSize.Width(); in GetBlibID() local
4572 << nPrefWidth in GetBlibID()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1251 long nPrefWidth = mpTabCtrlData->mpListBox->GetOptimalSize( WINDOWSIZE_PREFERRED ).Width(); in Resize() local
1252 if( nPrefWidth > aTabCtrlSize.Width() ) in Resize()
1253 nPrefWidth = aTabCtrlSize.Width(); in Resize()
1254 Size aNewSize( nPrefWidth, LogicToPixel( Size( 12, 12 ), MapMode( MAP_APPFONT ) ).Height() ); in Resize()
1255 Point aNewPos( (aTabCtrlSize.Width() - nPrefWidth) / 2, 0 ); in Resize()

Completed in 72 milliseconds