Searched refs:nZoomPerSliderPixel (Results 1 – 2 of 2) sorted by relevance
127 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom() local129 … nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()136 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom() local138 … nRet = mpImpl->mnSliderCenter + sal_uInt16( nOffsetToSliderCenter * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
202 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom() local204 … nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()211 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom() local213 … nRet = mpImpl->mnSliderCenter + sal_uInt16( nOffsetToSliderCenter * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
Completed in 23 milliseconds