Searched refs:mnMinZoom (Results 1 – 6 of 6) sorted by relevance
51 sal_uInt16 mnMinZoom; member64 mnMinZoom( 0 ), in SvxZoomSliderControl_Impl()98 return mpImpl->mnMinZoom; in Offset2Zoom()125 const long nFirstHalfRange = mpImpl->mnSliderCenter - mpImpl->mnMinZoom; in Offset2Zoom()129 … nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()142 if ( nRet < mpImpl->mnMinZoom ) in Offset2Zoom()143 nRet = mpImpl->mnMinZoom; in Offset2Zoom()160 nCurrentZoom = nCurrentZoom - mpImpl->mnMinZoom; in Zoom2Offset()161 const long nFirstHalfRange = mpImpl->mnSliderCenter - mpImpl->mnMinZoom; in Zoom2Offset()210 mpImpl->mnMinZoom = static_cast<const SvxZoomSliderItem*>( pState )->GetMinZoom(); in StateChanged()[all …]
123 sal_uInt16 mnMinZoom; member136 mnMinZoom( 10 ), in ScZoomSliderWnd_Impl()174 return mpImpl->mnMinZoom; in Offset2Zoom()200 const long nFirstHalfRange = mpImpl->mnSliderCenter - mpImpl->mnMinZoom; in Offset2Zoom()204 … nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()217 if( nRet < mpImpl->mnMinZoom ) in Offset2Zoom()218 return mpImpl->mnMinZoom; in Offset2Zoom()237 nCurrentZoom = nCurrentZoom - mpImpl->mnMinZoom; in Zoom2Offset()238 const long nFirstHalfRange = mpImpl->mnSliderCenter - mpImpl->mnMinZoom; in Zoom2Offset()311 if( mpImpl->mnCurrentZoom < mpImpl->mnMinZoom ) in MouseButtonDown()[all …]
44 : SfxUInt16Item( _nWhich, nCurrentZoom ), mnMinZoom( nMinZoom ), mnMaxZoom( nMaxZoom ) in SvxZoomSliderItem()53 , mnMinZoom( rOrig.mnMinZoom ) in SvxZoomSliderItem()104 mnMinZoom == rItem.mnMinZoom && mnMaxZoom == rItem.mnMaxZoom ); in operator ==()120 aSeq[2].Value <<= mnMinZoom; in QueryValue()139 rVal <<= mnMinZoom; in QueryValue()201 mnMinZoom = sal::static_int_cast< sal_uInt16 >( nMinZoom ); in PutValue()239 mnMinZoom = (sal_uInt16)nVal; in PutValue()
68 mnMinZoom(MIN_ZOOM), in Window()148 mnMinZoom = mpShareWin->mnMinZoom; in CalcMinZoom()171 mnMinZoom = Max((sal_uInt16) MIN_ZOOM, (sal_uInt16) nFact); in CalcMinZoom()176 if ( nZoom < (long) mnMinZoom ) in CalcMinZoom()177 SetZoomFactor(mnMinZoom); in CalcMinZoom()183 mnMinZoom = (sal_uInt16) nMin; in SetMinZoom()188 return mnMinZoom; in GetMinZoom()392 if ( nZoom < (long) mnMinZoom ) in SetZoomFactor()393 nZoom = mnMinZoom; in SetZoomFactor()421 if ( nZoom < (long) mnMinZoom ) in SetZoomIntegral()[all …]
39 sal_uInt16 mnMinZoom; member in SvxZoomSliderItem51 sal_uInt16 GetMinZoom() const {return mnMinZoom;} in GetMinZoom()
169 sal_uInt16 mnMinZoom; member in sd::Window