Lines Matching refs:aGraphic
801 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
809 aGraphic.SetPosSizePixel(rPos, rSize); in AdjustPosSizePixel()
1449 aGraphic.ZoomToFitInWindow(); in Execute()
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()
1469 DBG_ASSERT(aGraphic.GetZoom() >= 25, "Sm: falsches sal_uInt16 Argument"); in Execute()
1470 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute()
1660 aSet.Put( SvxZoomItem( SVX_ZOOM_PERCENT, aGraphic.GetZoom())); in Execute()
1678 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute()
1682 aGraphic.ZoomToFitInWindow(); in Execute()
1697 aGraphic.SetZoom (nZ); in Execute()
1770 rSet.Put(SvxZoomItem( SVX_ZOOM_PERCENT, aGraphic.GetZoom())); in GetState()
1824 aGraphic(this), in SmViewShell()
1825 aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()), in SmViewShell()
1833 SetWindow(&aGraphic); in SmViewShell()