Searched refs:nCombinedWidth (Results 1 – 1 of 1) sorted by relevance
155 sal_Int32 nCombinedWidth = ::std::max( aSecondaryRect.GetWidth(), aPrimaryRect.GetWidth() ); in Paint() local159 aPrimaryRect.Right() = aSecondaryRect.Right() = _rRect.Left() + nCombinedWidth; in Paint()163 aPrimaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()164 aSecondaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()169 aPrimaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()170 aSecondaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()
Completed in 23 milliseconds