Searched refs:xCloseBC (Results 1 – 1 of 1) sorted by relevance
135 Reference< util::XCloseBroadcaster > xCloseBC( aThisComp, UNO_QUERY ); in startListening() local136 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() local148 if( xCloseBC.is() ) in stopListening()149 try { xCloseBC->removeCloseListener( this ); } catch( uno::Exception& ) {} in stopListening()
Completed in 13 milliseconds