Searched refs:m_xComp (Results 1 – 4 of 4) sorted by relevance
49 query_interface(xIFace, m_xComp); in DBG_NAME()55 m_xComp->addEventListener( xEvtLstnr ); in DBG_NAME()98 if( evt.Source == m_xComp ) in disposing()104 m_xComp->removeEventListener( xEvtLstnr ); in disposing()111 m_xComp = 0; in disposing()197 Reference<XComponent> xComp = m_xComp; in run()229 if( !m_xComp.is() ) in run()
65 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> m_xComp; // ::com::sun::sta…
136 css::uno::Reference<css::lang::XComponent> m_xComp; member in unopkg::DisposeGuard145 if (m_xComp.is()) in ~DisposeGuard()146 m_xComp->dispose(); in ~DisposeGuard()152 m_xComp = xComp; in reset()
43 private XComponent m_xComp; field in Disposer48 m_xComp = xComp; in Disposer()53 m_xComp.dispose(); in disposing()
Completed in 21 milliseconds