Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dspinfld.cxx234 Rectangle aLowRect; in ImplDrawSpinButton() local
236 aLowRect = aDecoView.DrawButton( rLowerRect, nStyle ); in ImplDrawSpinButton()
243 aLowRect.Left()--; in ImplDrawSpinButton()
244 aLowRect.Top()--; in ImplDrawSpinButton()
245 aLowRect.Right()++; in ImplDrawSpinButton()
246 aLowRect.Bottom()++; in ImplDrawSpinButton()
254 aLowRect.Right()++; in ImplDrawSpinButton()
255 aLowRect.Bottom()++; in ImplDrawSpinButton()
260 long nTempSize2 = aLowRect.GetWidth(); in ImplDrawSpinButton()
266 aLowRect.Left()++; in ImplDrawSpinButton()
[all …]