Searched refs:aUpperRect (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | spinbtn.cxx | 182 Rectangle aLowerRect, aUpperRect; in Draw() local 186 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw() 190 aUpperRect = Rectangle( 0, 0, aSize.Width() - 1, aSize.Height() / 2 ); in Draw() 191 aLowerRect = Rectangle( aUpperRect.BottomLeft(), aRect.BottomRight() ); in Draw() 194 aUpperRect += aPos; in Draw() 197 ImplDrawSpinButton( pDev, aUpperRect, aLowerRect, sal_False, sal_False, in Draw()
|
Completed in 14 milliseconds