Lines Matching refs:SetZoom
387 SetZoom( nTmpZoom ); in Command()
409 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()
436 SetZoom ( sal::static_int_cast< sal_uInt16 >(nVal) ); in ZoomToFitInWindow()
856 GetGraphicWindow().SetZoom( (sal_uInt16) long(rFrac * Fraction( 100, 1 )) ); in SetZoomFactor()
1453 aGraphic.SetZoom(50); in Execute()
1457 aGraphic.SetZoom(100); in Execute()
1461 aGraphic.SetZoom(200); in Execute()
1465 aGraphic.SetZoom(aGraphic.GetZoom() + 25); in Execute()
1470 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute()
1678 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
1697 aGraphic.SetZoom (nZ); in Execute()