Lines Matching refs:mpGfxLink

132 		mpGfxLink		( NULL ),  in ImpGraphic()
160 if( rImpGraphic.mpGfxLink ) in ImpGraphic()
161 mpGfxLink = new GfxLink( *rImpGraphic.mpGfxLink ); in ImpGraphic()
163 mpGfxLink = NULL; in ImpGraphic()
183 mpGfxLink ( NULL ), in ImpGraphic()
200 mpGfxLink ( NULL ), in ImpGraphic()
216 mpGfxLink( NULL ), in ImpGraphic()
234 mpGfxLink ( NULL ), in ImpGraphic()
251 mpGfxLink ( NULL ), in ImpGraphic()
308 delete mpGfxLink; in operator =()
310 if( rImpGraphic.mpGfxLink ) in operator =()
311 mpGfxLink = new GfxLink( *rImpGraphic.mpGfxLink ); in operator =()
313 mpGfxLink = NULL; in operator =()
406 if( mpGfxLink ) in ImplClearGraphics()
408 delete mpGfxLink; in ImplClearGraphics()
409 mpGfxLink = NULL; in ImplClearGraphics()
1634 delete mpGfxLink; in ImplSetLink()
1635 mpGfxLink = new GfxLink( rGfxLink ); in ImplSetLink()
1637 if( mpGfxLink->IsNative() ) in ImplSetLink()
1638 mpGfxLink->SwapOut(); in ImplSetLink()
1645 return( mpGfxLink ? *mpGfxLink : GfxLink() ); in ImplGetLink()
1652 return ( mpGfxLink != NULL ) ? sal_True : sal_False; in ImplIsLink()
1706 if( mpGfxLink && mpGfxLink->IsNative() ) in ImplExportNative()
1707 bResult = mpGfxLink->ExportNative( rOStm ); in ImplExportNative()
1768 const sal_Bool bSetLink = ( rImpGraphic.mpGfxLink == NULL ); in operator >>()
1890 rImpGraphic.mpGfxLink && rImpGraphic.mpGfxLink->IsNative() ) in operator <<()
1901 rImpGraphic.mpGfxLink->SetPrefMapMode( rImpGraphic.ImplGetPrefMapMode() ); in operator <<()
1902 rImpGraphic.mpGfxLink->SetPrefSize( rImpGraphic.ImplGetPrefSize() ); in operator <<()
1903 rOStm << *rImpGraphic.mpGfxLink; in operator <<()