Lines Matching refs:pGraphic
839 pGraphic=NULL; in Init()
866 if( pGraphic!=NULL ) in ~SdrOle2Obj()
867 delete pGraphic; in ~SdrOle2Obj()
911 if ( pGraphic ) in SetGraphic_Impl()
913 delete pGraphic; in SetGraphic_Impl()
914 pGraphic = NULL; in SetGraphic_Impl()
921 pGraphic = new Graphic(*pGrf); in SetGraphic_Impl()
922 mpImpl->pGraphicObject = new GraphicObject( *pGraphic ); in SetGraphic_Impl()
1588 DELETEZ( pGraphic ); in SetObjRef()
1728 if( rOle2Obj.pGraphic ) in operator =()
1730 if( pGraphic ) in operator =()
1732 delete pGraphic; in operator =()
1736 pGraphic = new Graphic( *rOle2Obj.pGraphic ); in operator =()
1737 mpImpl->pGraphicObject = new GraphicObject( *pGraphic ); in operator =()
1987 return pGraphic; in GetGraphic()