Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx325 Size aFldSize( maField.GetSizePixel() ); in ImplGrafControl() local
335 if( aImgSize.Height() > aFldSize.Height() ) in ImplGrafControl()
336 nImgY = 0, nFldY = ( aImgSize.Height() - aFldSize.Height() ) >> 1; in ImplGrafControl()
338 nFldY = 0, nImgY = ( aFldSize.Height() - aImgSize.Height() ) >> 1; in ImplGrafControl()
343 SetSizePixel( Size( aImgSize.Width() + aFldSize.Width() + SYMBOL_TO_FIELD_OFFSET + nOffset, in ImplGrafControl()
344 Max( aImgSize.Height(), aFldSize.Height() ) ) ); in ImplGrafControl()