Lines Matching refs:aGraphic
574 Graphic aGraphic; in Actualize() local
612 aGraphic.Clear(); in Actualize()
614 if ( GalleryGraphicImport( aURL, aGraphic, aFormat ) ) in Actualize()
619 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, aURL, aFormat ); in Actualize()
620 else if ( aGraphic.IsAnimated() ) in Actualize()
621 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, aURL, aFormat ); in Actualize()
623 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, aURL, aFormat ); in Actualize()
1190 Graphic aGraphic; in InsertURL() local
1193 const sal_uInt16 nImportRet = GalleryGraphicImport( rURL, aGraphic, aFormat ); in InsertURL()
1199 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, rURL, aFormat ); in InsertURL()
1200 else if ( aGraphic.IsAnimated() ) in InsertURL()
1201 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, rURL, aFormat ); in InsertURL()
1203 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, rURL, aFormat ); in InsertURL()
1321 Graphic aGraphic; in InsertTransferable() local
1331 if( nFormat && aDataHelper.GetGraphic( nFormat, aGraphic ) ) in InsertTransferable()
1332 pGraphic = new Graphic( aGraphic ); in InsertTransferable()