Lines Matching refs:aGraf

1400 				Graphic aGraf;  in ApplyFillAttributes()  local
1402 … sal_Bool bOK = rManager.GetBLIP( GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ); in ApplyFillAttributes()
1405 … bOK = SeekToContent( DFF_Prop_fillBlip, rIn ) && rManager.GetBLIPDirect( rIn, aGraf, NULL ); in ApplyFillAttributes()
1418 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
1423 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
1430 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
3936 Graphic aGraf; // be sure this graphic is deleted before swapping out in ImportGraphic() local
3943 bGrfRead = GetBLIP( nBlipId, aGraf, &aVisArea ); in ImportGraphic()
3965 bGrfRead = GetBLIPDirect( rSt, aGraf, &aVisArea ); in ImportGraphic()
3974 lcl_ApplyCropping( *this, ( rObjData.nSpFlags & SP_FOLESHAPE ) == 0 ? &rSet : NULL, aGraf ); in ImportGraphic()
3980 if ( aGraf.GetType() == GRAPHIC_BITMAP ) in ImportGraphic()
3982 BitmapEx aBitmapEx( aGraf.GetBitmapEx() ); in ImportGraphic()
3987 aGraf = BitmapEx( aBitmap, aMask ); in ImportGraphic()
4063 switch ( aGraf.GetType() ) in ImportGraphic()
4067 BitmapEx aBitmapEx( aGraf.GetBitmapEx() ); in ImportGraphic()
4074 aGraf = aBitmapEx; in ImportGraphic()
4081 GDIMetaFile aGdiMetaFile( aGraf.GetGDIMetaFile() ); in ImportGraphic()
4088 aGraf = aGdiMetaFile; in ImportGraphic()
4103 …pRet = ImportOLE( GetPropertyValue( DFF_Prop_pictureId ), aGraf, rObjData.aBoundRect, aVisArea, rO… in ImportGraphic()
4110 ((SdrGrafObj*)pRet)->SetGraphic( aGraf ); in ImportGraphic()
4161 Graphic aGraf(((SdrGrafObj*)pRet)->GetGraphic()); in ImportGraphic() local
4162 lcl_ApplyCropping( *this, &rSet, aGraf ); in ImportGraphic()