Searched refs:nSliderHeight (Results 1 – 2 of 2) sorted by relevance
157 const long nSliderHeight = 2; // variable270 …SetSizePixel( Size( aSliderSize.Width() * nSliderWidth-1, aSliderSize.Height() + nSliderHeight ) ); in ScZoomSliderWnd()454 aSlider.Top() += ( aSliderWindowSize.Height() - nSliderHeight )/2 - 1; in DoPaint()455 aSlider.Bottom() = aSlider.Top() + nSliderHeight; in DoPaint()509 aSnapping.Top() += nSnappingHeight + nSliderHeight; in DoPaint()510 aSnapping.Bottom() += nSnappingHeight + nSliderHeight; in DoPaint()
82 const long nSliderHeight = 2; variable271 aSlider.Top() += (aControlRect.GetHeight() - nSliderHeight)/2 - 1; in Paint()272 aSlider.Bottom() = aSlider.Top() + nSliderHeight; in Paint()295 aSnapping.Top() += nSnappingHeight + nSliderHeight; in Paint()296 aSnapping.Bottom() += nSnappingHeight + nSliderHeight; in Paint()
Completed in 48 milliseconds