Lines Matching refs:mpGraphic
113 , mpGraphic( NULL ) in SdTransferable()
168 delete mpGraphic; in ~SdTransferable()
185 delete mpGraphic, mpGraphic = NULL; in CreateObjectReplacement()
203 mpGraphic = new Graphic( *pObjGr ); in CreateObjectReplacement()
211 mpGraphic = new Graphic( static_cast< SdrGrafObj* >( pObj )->GetTransformedGraphic() ); in CreateObjectReplacement()
434 else if( mpGraphic ) in AddSupportedFormats()
441 if( mpGraphic->GetType() == GRAPHIC_BITMAP ) in AddSupportedFormats()
506 if( nFormat == FORMAT_GDIMETAFILE && mpGraphic ) in GetData()
507 bOK = SetGDIMetaFile( mpGraphic->GetGDIMetaFile(), rFlavor ); in GetData()
563 else if( ( nFormat == SOT_FORMATSTR_ID_SVXB ) && mpGraphic ) in GetData()
565 bOK = SetGraphic( *mpGraphic, rFlavor ); in GetData()