Searched refs:xGraphicProps (Results 1 – 3 of 3) sorted by relevance
140 Reference< beans::XPropertySet > xGraphicProps( m_xGraphic, UNO_QUERY ); in paint() local142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()145 …xGraphicProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("SizePixel") ) ) >>= aGraph… in paint()
358 Reference< XPropertySet > xGraphicProps( xGraphic, UNO_QUERY_THROW ); in InitDialog() local359 …xGraphicProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SizePixel"))) >>= aSizePixel; in InitDialog()
157 const Reference< XPropertySet > xGraphicProps( i_graphic, UNO_QUERY_THROW ); in lcl_getGraphicSizePixel() local158 …OSL_VERIFY( xGraphicProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SizePi… in lcl_getGraphicSizePixel()
Completed in 43 milliseconds