Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dslider.cxx56 #define SLIDER_THUMB_SIZE 9 macro
174 maThumbRect.Right() = maThumbRect.Left()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects()
194 const Rectangle aControlRegion( Rectangle( Point(0,0), Size( SLIDER_THUMB_SIZE, 10 ) ) ); in ImplUpdateRects()
208 maThumbRect.Bottom() = maThumbRect.Top()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects()
228 const Rectangle aControlRegion( Rectangle( Point(0,0), Size( 10, SLIDER_THUMB_SIZE ) ) ); in ImplUpdateRects()
335 if ( nCalcWidth >= SLIDER_THUMB_SIZE ) in ImplCalc()

Completed in 7 milliseconds