Home
last modified time | relevance | path

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

/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx126 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local
127 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom()
135 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local
136 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom()
156 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset() local
162 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nFirstHalfRange; in Zoom2Offset()
170 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nSecondHalfRange; in Zoom2Offset()
172 nRet += nHalfSliderWidth + nOffset; in Zoom2Offset()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx201 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local
202 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom()
210 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local
211 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom()
234 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset() local
239 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nFirstHalfRange; in Zoom2Offset()
247 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nSecondHalfRange; in Zoom2Offset()
249 nRect += nHalfSliderWidth + nOffset; in Zoom2Offset()

Completed in 32 milliseconds