Searched refs:io_rSize (Results 1 – 1 of 1) sorted by relevance
457 void SvLBoxButton::ImplAdjustBoxSize( Size& io_rSize, ControlType i_eType, Window* i_pParent ) in ImplAdjustBoxSize() argument462 Rectangle aCtrlRegion( Point( 0, 0 ), io_rSize ); in ImplAdjustBoxSize()480 if( aContentSize.Height() + 2 > io_rSize.Height() ) in ImplAdjustBoxSize()481 io_rSize.Height() = aContentSize.Height() + 2; in ImplAdjustBoxSize()
Completed in 9 milliseconds