Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinfld.cxx190 Rectangle aUpRect; in ImplDrawSpinButton() local
229 aUpRect = aDecoView.DrawButton( rUpperRect, nTempStyle ); in ImplDrawSpinButton()
239 aUpRect.Left()--; in ImplDrawSpinButton()
240 aUpRect.Top()--; in ImplDrawSpinButton()
241 aUpRect.Right()++; in ImplDrawSpinButton()
242 aUpRect.Bottom()++; in ImplDrawSpinButton()
250 if ( aUpRect.GetHeight() < 4 ) in ImplDrawSpinButton()
252 aUpRect.Right()++; in ImplDrawSpinButton()
253 aUpRect.Bottom()++; in ImplDrawSpinButton()
259 long nTempSize1 = aUpRect.GetWidth(); in ImplDrawSpinButton()
[all …]