Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dspinfld.cxx237 Rectangle aLowRect; in ImplDrawSpinButton() local
239 aLowRect = aDecoView.DrawButton( rLowerRect, nStyle ); in ImplDrawSpinButton()
246 aLowRect.Left()--; in ImplDrawSpinButton()
247 aLowRect.Top()--; in ImplDrawSpinButton()
248 aLowRect.Right()++; in ImplDrawSpinButton()
249 aLowRect.Bottom()++; in ImplDrawSpinButton()
257 aLowRect.Right()++; in ImplDrawSpinButton()
258 aLowRect.Bottom()++; in ImplDrawSpinButton()
263 long nTempSize2 = aLowRect.GetWidth(); in ImplDrawSpinButton()
269 aLowRect.Left()++; in ImplDrawSpinButton()
[all …]