Lines Matching refs:aGraphic
804 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
812 aGraphic.SetPosSizePixel(rPos, rSize); in AdjustPosSizePixel()
1452 aGraphic.ZoomToFitInWindow(); in Execute()
1456 aGraphic.SetZoom(50); in Execute()
1460 aGraphic.SetZoom(100); in Execute()
1464 aGraphic.SetZoom(200); in Execute()
1468 aGraphic.SetZoom(aGraphic.GetZoom() + 25); in Execute()
1472 DBG_ASSERT(aGraphic.GetZoom() >= 25, "Sm: falsches sal_uInt16 Argument"); in Execute()
1473 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute()
1734 aSet.Put( SvxZoomItem( SVX_ZOOM_PERCENT, aGraphic.GetZoom())); in Execute()
1752 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
1756 aGraphic.ZoomToFitInWindow(); in Execute()
1771 aGraphic.SetZoom (nZ); in Execute()
1844 rSet.Put(SvxZoomItem( SVX_ZOOM_PERCENT, aGraphic.GetZoom())); in GetState()
1898 aGraphic(this), in SmViewShell()
1899 aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()), in SmViewShell()
1907 SetWindow(&aGraphic); in SmViewShell()