Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinfld.cxx260 long nTempSize2 = aLowRect.GetWidth(); in ImplDrawSpinButton() local
261 if ( Abs( nTempSize1-nTempSize2 ) == 1 ) in ImplDrawSpinButton()
263 if ( nTempSize1 > nTempSize2 ) in ImplDrawSpinButton()
269 nTempSize2 = aLowRect.GetHeight(); in ImplDrawSpinButton()
270 if ( Abs( nTempSize1-nTempSize2 ) == 1 ) in ImplDrawSpinButton()
272 if ( nTempSize1 > nTempSize2 ) in ImplDrawSpinButton()