Home
last modified time | relevance | path

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

/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx60 , m_xGraphic() in GenericStatusbarController()
84 m_xGraphic.clear(); in dispose()
117 m_xGraphic = aGraphic; in statusChanged()
140 Reference< beans::XPropertySet > xGraphicProps( m_xGraphic, UNO_QUERY ); in paint()
142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()
158 m_xGraphic ); in paint()
/trunk/main/svx/source/items/
H A Dgalleryitem.cxx50 , m_xGraphic( rItem.m_xGraphic ) in SvxGalleryItem()
84 aSeq[5].Value <<= m_xGraphic; in QueryValue()
152 m_xGraphic = xGraphic; in PutValue()
167 m_xGraphic == rItem.m_xGraphic; in operator ==()
/trunk/main/svx/inc/svx/
H A Dgalleryitem.hxx52 com::sun::star::uno::Reference< com::sun::star::graphic::XGraphic > m_xGraphic; member in SvxGalleryItem
67 …star::uno::Reference< com::sun::star::graphic::XGraphic > GetGraphic() const { return m_xGraphic; } in GetGraphic()
/trunk/main/framework/inc/uielement/
H A Dgenericstatusbarcontroller.hxx56 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > m_xGraphic;

Completed in 16 milliseconds