Home
last modified time | relevance | path

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

/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx127 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom() local
129 nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
136 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom() local
138 nRet = mpImpl->mnSliderCenter + sal_uInt16( nOffsetToSliderCenter * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx202 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom() local
204 … nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
211 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom() local
213 … nRet = mpImpl->mnSliderCenter + sal_uInt16( nOffsetToSliderCenter * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()

Completed in 8 milliseconds