Lines Matching refs:aGraphic

125 			Graphic			aGraphic( (Graphic&) aGrfObject.GetGraphic() );  in SvXMLGraphicInputStream()  local
126 const GfxLink aGfxLink( aGraphic.GetLink() ); in SvXMLGraphicInputStream()
136 if( aGraphic.GetType() == GRAPHIC_BITMAP ) in SvXMLGraphicInputStream()
141 if( aGraphic.IsAnimated() ) in SvXMLGraphicInputStream()
146 …bRet = ( pFilter->ExportGraphic( aGraphic, String(), *pStm, pFilter->GetExportFormatNumberForShort… in SvXMLGraphicInputStream()
148 else if( aGraphic.GetType() == GRAPHIC_GDIMETAFILE ) in SvXMLGraphicInputStream()
152 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( *pStm ); in SvXMLGraphicInputStream()
325 Graphic aGraphic; in GetGraphicObject() local
330 …GraphicFilter::GetGraphicFilter()->ImportGraphic( aGraphic, String(), *mpOStm ,nFormat,&pDetermine… in GetGraphicObject()
373 …GraphicFilter::GetGraphicFilter()->ImportGraphic( aGraphic, String(), *pDest ,nFormat,&pDetermined… in GetGraphicObject()
381 maGrfObj = aGraphic; in GetGraphicObject()
565 Graphic aGraphic; in ImplReadGraphic() local
570 GraphicFilter::GetGraphicFilter()->ImportGraphic( aGraphic, String(), *pStream ); in ImplReadGraphic()
574 return aGraphic; in ImplReadGraphic()
592 Graphic aGraphic( (Graphic&) aGrfObject.GetGraphic() ); in ImplWriteGraphic() local
593 const GfxLink aGfxLink( aGraphic.GetLink() ); in ImplWriteGraphic()
614 if( aGraphic.GetType() == GRAPHIC_BITMAP ) in ImplWriteGraphic()
619 if( aGraphic.IsAnimated() ) in ImplWriteGraphic()
624 bRet = ( pFilter->ExportGraphic( aGraphic, String(), *pStream, in ImplWriteGraphic()
627 else if( aGraphic.GetType() == GRAPHIC_GDIMETAFILE ) in ImplWriteGraphic()
633 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplWriteGraphic()
712 Graphic aGraphic( (Graphic&) aGrfObject.GetGraphic() ); in ImplInsertGraphicURL() local
713 const GfxLink aGfxLink( aGraphic.GetLink() ); in ImplInsertGraphicURL()
751 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplInsertGraphicURL()