Home
last modified time | relevance | path

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

/trunk/main/unotools/source/misc/
H A Dsharedunocomponent.cxx84 Reference< XCloseable > m_xCloseable; member in utl::CloseableComponentImpl
124 :m_xCloseable( _rxComponent, UNO_QUERY ) 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()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx166 , m_xCloseable( NULL ) in TheModel()
170 m_xCloseable = in TheModel()
186 if(m_xCloseable.is()) in addListener()
193 m_xCloseable->addCloseListener( in addListener()
207 if(m_xCloseable.is()) in removeListener()
208 m_xCloseable->removeCloseListener( in removeListener()
223 if(m_xCloseable.is()) in tryTermination()
231 m_xCloseable->close(sal_True); in tryTermination()
H A DChartController.hxx523 ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseable > m_xCloseable;
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx196 uno::Reference< util::XCloseable > m_xCloseable; member in SfxInstanceCloseGuard_Impl
213 if ( xCloseable.is() && !m_xCloseable.is() ) in Init_Impl()
220 m_xCloseable = xCloseable; in Init_Impl()
234 if ( m_xCloseable.is() && m_xPreventer.is() ) in ~SfxInstanceCloseGuard_Impl()
238 m_xCloseable->removeCloseListener( m_xPreventer ); in ~SfxInstanceCloseGuard_Impl()
251 m_xCloseable->close( sal_True ); // TODO: do it asynchronously in ~SfxInstanceCloseGuard_Impl()

Completed in 35 milliseconds