Searched refs:nPrefWidth (Results 1 – 2 of 2) sorted by relevance
1253 long nPrefWidth = mpTabCtrlData->mpListBox->GetOptimalSize( WINDOWSIZE_PREFERRED ).Width(); in Resize() local1254 if( nPrefWidth > aTabCtrlSize.Width() ) in Resize()1255 nPrefWidth = aTabCtrlSize.Width(); in Resize()1256 … Size aNewSize( nPrefWidth, LogicToPixel( Size( 12, 12 ), MapMode( MAP_APPFONT ) ).Height() ); in Resize()1257 Point aNewPos( (aTabCtrlSize.Width() - nPrefWidth) / 2, 0 ); in Resize()
4544 sal_uInt32 nPrefWidth = p_EscherBlibEntry->maPrefSize.Width(); in GetBlibID() local4561 << nPrefWidth in GetBlibID()
Completed in 61 milliseconds