Home
last modified time | relevance | path

Searched refs:rZoom (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow2.cxx905 if ( mpWindowImpl->maZoom != rZoom ) in SetZoom()
907 mpWindowImpl->maZoom = rZoom; in SetZoom()
925 const Fraction& rZoom = GetZoom(); in SetZoomedPointFont() local
926 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() local
968 if ( rZoom.GetNumerator() != rZoom.GetDenominator() ) in CalcZoom()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx531 const Fraction& rZoom = m_pAntiImpl->GetZoom(); in notifyZoomChanged() local
534 aMapMode.SetScaleX( rZoom ); in notifyZoomChanged()
535 aMapMode.SetScaleY( rZoom ); in notifyZoomChanged()
538 m_pViewport->SetZoom( rZoom ); in notifyZoomChanged()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx317 const Fraction& rZoom( pWindow->GetZoom() ); in getZoom() local
318 aZoom.setX( (double)rZoom ); in getZoom()
319 aZoom.setY( (double)rZoom ); in getZoom()
/trunk/main/sd/source/ui/inc/
H A DSlideView.hxx100 const GraphicObject* GetFromCache( SdPage* pPage, long& rZoom, long nZoomTolerance ) const;
/trunk/main/starmath/source/
H A Dview.cxx1748 const SvxZoomItem &rZoom = (const SvxZoomItem &)pSet->Get(SID_ATTR_ZOOM); in Execute() local
1749 switch( rZoom.GetType() ) in Execute()
1752 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx2682 const Fraction& rZoom = GetZoom(); in CalcReverseZoom() local
2684 n *= (double)rZoom.GetDenominator(); in CalcReverseZoom()
2685 n /= (double)rZoom.GetNumerator(); in CalcReverseZoom()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx952 void SetZoom( const Fraction& rZoom );

Completed in 65 milliseconds