Lines Matching refs:m_xCloseable
84 Reference< XCloseable > m_xCloseable; member in utl::CloseableComponentImpl
124 :m_xCloseable( _rxComponent, UNO_QUERY ) in CloseableComponentImpl()
127 …DBG_ASSERT( m_xCloseable.is() || !_rxComponent.is(), "CloseableComponentImpl::CloseableComponentIm… in CloseableComponentImpl()
140 if ( !m_xCloseable.is() ) in nf_closeComponent()
150 m_xCloseable->close( sal_True ); in nf_closeComponent()
159 m_xCloseable.clear(); in nf_closeComponent()
165 if ( !m_xCloseable.is() ) in impl_nf_switchListening()
171 m_xCloseable->addCloseListener( this ); in impl_nf_switchListening()
173 m_xCloseable->removeCloseListener( this ); in impl_nf_switchListening()
190 …DBG_ASSERT( Source.Source == m_xCloseable, "CloseableComponentImpl::queryClosing: where did this c… in queryClosing()
201 …DBG_ASSERT( Source.Source == m_xCloseable, "CloseableComponentImpl::notifyClosing: where did this … in notifyClosing()
216 …DBG_ASSERT( Source.Source == m_xCloseable, "CloseableComponentImpl::disposing: where did this come… in disposing()