Home
last modified time | relevance | path

Searched refs:xGrfObj (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx332 Reference< graphic::XGraphicObject > xGrfObj; in setPropertyValue() local
333 if ( PROPERTY_ID_IMAGE_URL == nPropId && ( _rValue >>= xGrfObj ) ) in setPropertyValue()
335 … DBG_ASSERT( xGrfObj.is(), "FormComponentPropertyHandler::setPropertyValue() xGrfObj is invalid"); in setPropertyValue()
337 sObjectID = sObjectID + xGrfObj->getUniqueID(); in setPropertyValue()
2818 …Reference< graphic::XGraphicObject > xGrfObj = graphic::GraphicObject::create( m_aContext.getUNOCo… in impl_browseForImage_nothrow() local
2819 xGrfObj->setGraphic( aGraphic.GetXGraphic() ); in impl_browseForImage_nothrow()
2822 _out_rNewValue <<= xGrfObj; in impl_browseForImage_nothrow()

Completed in 21 milliseconds