Home
last modified time | relevance | path

Searched refs:nTempSize1 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dspinfld.cxx262 long nTempSize1 = aUpRect.GetWidth(); in ImplDrawSpinButton() local
264 if ( Abs( nTempSize1-nTempSize2 ) == 1 ) in ImplDrawSpinButton()
266 if ( nTempSize1 > nTempSize2 ) in ImplDrawSpinButton()
271 nTempSize1 = aUpRect.GetHeight(); in ImplDrawSpinButton()
273 if ( Abs( nTempSize1-nTempSize2 ) == 1 ) in ImplDrawSpinButton()
275 if ( nTempSize1 > nTempSize2 ) in ImplDrawSpinButton()

Completed in 15 milliseconds