Lines Matching refs:aUpRect
193 Rectangle aUpRect; in ImplDrawSpinButton() local
232 aUpRect = aDecoView.DrawButton( rUpperRect, nTempStyle ); in ImplDrawSpinButton()
242 aUpRect.Left()--; in ImplDrawSpinButton()
243 aUpRect.Top()--; in ImplDrawSpinButton()
244 aUpRect.Right()++; in ImplDrawSpinButton()
245 aUpRect.Bottom()++; in ImplDrawSpinButton()
253 if ( aUpRect.GetHeight() < 4 ) in ImplDrawSpinButton()
255 aUpRect.Right()++; in ImplDrawSpinButton()
256 aUpRect.Bottom()++; in ImplDrawSpinButton()
262 long nTempSize1 = aUpRect.GetWidth(); in ImplDrawSpinButton()
267 aUpRect.Left()++; in ImplDrawSpinButton()
271 nTempSize1 = aUpRect.GetHeight(); in ImplDrawSpinButton()
276 aUpRect.Top()++; in ImplDrawSpinButton()
285 aDecoView.DrawSymbol( aUpRect, eType1, rStyleSettings.GetButtonTextColor(), nTempStyle ); in ImplDrawSpinButton()