Lines Matching refs:mpGraphic

62 	mpGraphic( NULL ),  in GraphicDescriptor()
83 mpGraphic = &rGraphic; in init()
118 return( mpGraphic ? ( mpGraphic->GetType() != GRAPHIC_NONE ) : ( meType != GRAPHIC_NONE ) ); in isValid()
130 mpGraphic = NULL; in implCreate()
371 const GraphicType eType( mpGraphic ? mpGraphic->GetType() : meType ); in _getPropertyValues()
383 if( mpGraphic ) in _getPropertyValues()
385 if( mpGraphic->IsLink() ) in _getPropertyValues()
389 switch( const_cast< Graphic* >( mpGraphic )->GetLink().GetType() ) in _getPropertyValues()
414 if( !aMimeType.getLength() && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in _getPropertyValues()
428 if( mpGraphic ) in _getPropertyValues()
430 if( mpGraphic->GetType() == GRAPHIC_BITMAP ) in _getPropertyValues()
432 const Size aSizePix( mpGraphic->GetBitmapEx().GetSizePixel() ); in _getPropertyValues()
447 if( mpGraphic ) in _getPropertyValues()
449 if( mpGraphic->GetPrefMapMode().GetMapUnit() != MAP_PIXEL ) in _getPropertyValues()
451 …const Size aSizeLog( OutputDevice::LogicToLogic( mpGraphic->GetPrefSize(), mpGraphic->GetPrefMapMo… in _getPropertyValues()
466 if( mpGraphic ) in _getPropertyValues()
468 if( mpGraphic->GetType() == GRAPHIC_BITMAP ) in _getPropertyValues()
469 nBitsPerPixel = mpGraphic->GetBitmapEx().GetBitmap().GetBitCount(); in _getPropertyValues()
480 *pValues <<= static_cast< sal_Bool >( mpGraphic ? mpGraphic->IsTransparent() : mbTransparent ); in _getPropertyValues()
486 *pValues <<= static_cast< sal_Bool >( mpGraphic ? mpGraphic->IsAlpha() : mbAlpha ); in _getPropertyValues()
492 *pValues <<= static_cast< sal_Bool >( mpGraphic ? mpGraphic->IsAnimated() : mbAnimated ); in _getPropertyValues()