Home
last modified time | relevance | path

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

/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx140 Reference< beans::XPropertySet > xGraphicProps( m_xGraphic, UNO_QUERY ); in paint() local
142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()
145xGraphicProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("SizePixel") ) ) >>= aGraph… in paint()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx358 Reference< XPropertySet > xGraphicProps( xGraphic, UNO_QUERY_THROW ); in InitDialog() local
359xGraphicProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SizePixel"))) >>= aSizePixel; in InitDialog()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx157 const Reference< XPropertySet > xGraphicProps( i_graphic, UNO_QUERY_THROW ); in lcl_getGraphicSizePixel() local
158 …OSL_VERIFY( xGraphicProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SizePi… in lcl_getGraphicSizePixel()

Completed in 23 milliseconds