Lines Matching refs:pGraphic
281 Graphic* pGraphic = pObj->GetGraphic(); in getPropertyValueImpl() local
282 if( pGraphic ) in getPropertyValueImpl()
285 if ( pGraphic->IsLink() ) in getPropertyValueImpl()
287 GfxLink aLnk = pGraphic->GetLink(); in getPropertyValueImpl()
377 Graphic* pGraphic = static_cast<SdrOle2Obj*>( mpObj.get() )->GetGraphic(); in getPropertyValueImpl() local
378 if( pGraphic ) in getPropertyValueImpl()
379 xGraphic = pGraphic->GetXGraphic(); in getPropertyValueImpl()
390 Graphic* pGraphic = pOle->GetGraphic(); in getPropertyValueImpl() local
394 if( pGraphic == NULL && !pOle->IsEmptyPresObj() && mpModel->IsSaveOLEPreview() ) in getPropertyValueImpl()
395 pGraphic = pOle->GetGraphic(); in getPropertyValueImpl()
397 if( pGraphic ) in getPropertyValueImpl()
399 GraphicObject aObj( *pGraphic ); in getPropertyValueImpl()