Searched refs:rZoom (Results 1 – 7 of 7) sorted by relevance
905 if ( mpWindowImpl->maZoom != rZoom ) in SetZoom()907 mpWindowImpl->maZoom = rZoom; in SetZoom()925 const Fraction& rZoom = GetZoom(); in SetZoomedPointFont() local926 if ( rZoom.GetNumerator() != rZoom.GetDenominator() ) in SetZoomedPointFont()931 n *= (double)rZoom.GetNumerator(); in SetZoomedPointFont()932 n /= (double)rZoom.GetDenominator(); in SetZoomedPointFont()935 n *= (double)rZoom.GetNumerator(); in SetZoomedPointFont()936 n /= (double)rZoom.GetDenominator(); in SetZoomedPointFont()967 const Fraction& rZoom = GetZoom(); in CalcZoom() local968 if ( rZoom.GetNumerator() != rZoom.GetDenominator() ) in CalcZoom()[all …]
531 const Fraction& rZoom = m_pAntiImpl->GetZoom(); in notifyZoomChanged() local534 aMapMode.SetScaleX( rZoom ); in notifyZoomChanged()535 aMapMode.SetScaleY( rZoom ); in notifyZoomChanged()538 m_pViewport->SetZoom( rZoom ); in notifyZoomChanged()
317 const Fraction& rZoom( pWindow->GetZoom() ); in getZoom() local318 aZoom.setX( (double)rZoom ); in getZoom()319 aZoom.setY( (double)rZoom ); in getZoom()
100 const GraphicObject* GetFromCache( SdPage* pPage, long& rZoom, long nZoomTolerance ) const;
1748 const SvxZoomItem &rZoom = (const SvxZoomItem &)pSet->Get(SID_ATTR_ZOOM); in Execute() local1749 switch( rZoom.GetType() ) in Execute()1752 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
2682 const Fraction& rZoom = GetZoom(); in CalcReverseZoom() local2684 n *= (double)rZoom.GetDenominator(); in CalcReverseZoom()2685 n /= (double)rZoom.GetNumerator(); in CalcReverseZoom()
952 void SetZoom( const Fraction& rZoom );
Completed in 90 milliseconds