Home
last modified time | relevance | path

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

/trunk/main/basic/source/classes/
H A Dsb.cxx135 Reference< util::XCloseBroadcaster > xCloseBC( aThisComp, UNO_QUERY ); in startListening() local
136 mbDisposed = !xCloseBC.is(); in startListening()
137 if( xCloseBC.is() ) in startListening()
138 try { xCloseBC->addCloseListener( this ); } catch( uno::Exception& ) {} in startListening()
147 Reference< util::XCloseBroadcaster > xCloseBC( aThisComp, UNO_QUERY ); in stopListening() local
148 if( xCloseBC.is() ) in stopListening()
149 try { xCloseBC->removeCloseListener( this ); } catch( uno::Exception& ) {} in stopListening()

Completed in 20 milliseconds