Lines Matching refs:SetZoom
386 SetZoom( nTmpZoom ); in Command()
408 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()
435 SetZoom ( sal::static_int_cast< sal_uInt16 >(nVal) ); in ZoomToFitInWindow()
854 GetGraphicWindow().SetZoom( (sal_uInt16) long(rFrac * Fraction( 100, 1 )) ); in SetZoomFactor()
1451 aGraphic.SetZoom(50); in Execute()
1455 aGraphic.SetZoom(100); in Execute()
1459 aGraphic.SetZoom(200); in Execute()
1463 aGraphic.SetZoom(aGraphic.GetZoom() + 25); in Execute()
1468 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute()
1747 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
1766 aGraphic.SetZoom (nZ); in Execute()