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.cxx327 Size aFldSize( maField.GetSizePixel() ); in ImplGrafControl() local
337 if( aImgSize.Height() > aFldSize.Height() ) in ImplGrafControl()
338 nImgY = 0, nFldY = ( aImgSize.Height() - aFldSize.Height() ) >> 1; in ImplGrafControl()
340 nFldY = 0, nImgY = ( aFldSize.Height() - aImgSize.Height() ) >> 1; in ImplGrafControl()
345 SetSizePixel( Size( aImgSize.Width() + aFldSize.Width() + SYMBOL_TO_FIELD_OFFSET + nOffset, in ImplGrafControl()
346 Max( aImgSize.Height(), aFldSize.Height() ) ) ); in ImplGrafControl()

Completed in 18 milliseconds