Lines Matching refs:aGraphic
620 …Graphic aGraphic(((const XFillBitmapItem&)(rSet.Get(XATTR_FILLBITMAP))).GetGraphicObject().GetGrap… in createNewSdrFillGraphicAttribute() local
622 if(!(GRAPHIC_BITMAP == aGraphic.GetType() || GRAPHIC_GDIMETAFILE == aGraphic.GetType())) in createNewSdrFillGraphicAttribute()
629 Size aPrefSize(aGraphic.GetPrefSize()); in createNewSdrFillGraphicAttribute()
634 if(GRAPHIC_BITMAP == aGraphic.GetType()) in createNewSdrFillGraphicAttribute()
636 aGraphic.SetPrefSize(aGraphic.GetBitmapEx().GetSizePixel()); in createNewSdrFillGraphicAttribute()
637 aGraphic.SetPrefMapMode(MAP_PIXEL); in createNewSdrFillGraphicAttribute()
650 …basegfx::B2DVector aGraphicLogicSize(aGraphic.GetPrefSize().Width(), aGraphic.GetPrefSize().Height… in createNewSdrFillGraphicAttribute()
652 if(aGraphic.GetPrefMapMode() != aDestinationMapUnit) in createNewSdrFillGraphicAttribute()
658 if(MAP_PIXEL == aGraphic.GetPrefMapMode().GetMapUnit()) in createNewSdrFillGraphicAttribute()
661 aGraphic.GetPrefSize(), in createNewSdrFillGraphicAttribute()
667 aGraphic.GetPrefSize(), in createNewSdrFillGraphicAttribute()
668 aGraphic.GetPrefMapMode(), in createNewSdrFillGraphicAttribute()
689 aGraphic, in createNewSdrFillGraphicAttribute()