Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Ddesktop.cxx303 css::uno::Reference< css::frame::XTerminateListener > xSfxTerminator = m_xSfxTerminator; in terminate() local
374 if ( xSfxTerminator.is() ) in terminate()
376 xSfxTerminator->queryTermination( aEvent ); in terminate()
377 lCalledTerminationListener.push_back( xSfxTerminator ); in terminate()
419 if ( xSfxTerminator.is() ) in terminate()
420 xSfxTerminator->notifyTermination( aEvent ); in terminate()