Lines Matching refs:SetZoom
383 SetZoom( nTmpZoom ); in Command()
405 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()
432 SetZoom ( sal::static_int_cast< sal_uInt16 >(nVal) ); in ZoomToFitInWindow()
851 GetGraphicWindow().SetZoom( (sal_uInt16) long(rFrac * Fraction( 100, 1 )) ); in SetZoomFactor()
1448 aGraphic.SetZoom(50); in Execute()
1452 aGraphic.SetZoom(100); in Execute()
1456 aGraphic.SetZoom(200); in Execute()
1460 aGraphic.SetZoom(aGraphic.GetZoom() + 25); in Execute()
1465 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute()
1673 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
1692 aGraphic.SetZoom (nZ); in Execute()