Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dslider.cxx70 mnChannelPixRange = 0; in ImplInit()
180 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Right() ) in ImplUpdateRects()
183 maChannel2Rect.Right() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
214 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Bottom() ) in ImplUpdateRects()
217 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
305 long nOldChannelPixRange = mnChannelPixRange; in ImplCalc()
337 mnChannelPixRange = nCalcWidth-(SLIDER_CHANNEL_OFFSET*2); in ImplCalc()
344 mnChannelPixRange = 0; in ImplCalc()
348 (nOldChannelPixRange != mnChannelPixRange) || in ImplCalc()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx49 long mnChannelPixRange; member in Slider