Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dslider.cxx71 mnChannelPixTop = 0; in ImplInit()
175 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
184 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
209 maChannel1Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
218 maChannel2Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
306 long nOldChannelPixTop = mnChannelPixTop; in ImplCalc()
338 mnChannelPixTop = (nCalcHeight/2)-SLIDER_CHANNEL_HALFSIZE; in ImplCalc()
339 mnChannelPixBottom = mnChannelPixTop+SLIDER_CHANNEL_SIZE-1; in ImplCalc()
349 (nOldChannelPixTop != mnChannelPixTop) || in ImplCalc()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx50 long mnChannelPixTop; member in Slider