Searched refs:_rxActor (Results 1 – 1 of 1) sorted by relevance
470 …ic void couple( const Reference< XInterface >& _rxClient, const Reference< XComponent >& _rxActor ) in couple() argument472 …Reference< css::lang::XEventListener > xEnsureDelete( new LifetimeCoupler( _rxClient, _rxActor ) ); in couple()476 …ifetimeCoupler( const Reference< XInterface >& _rxClient, const Reference< XComponent >& _rxActor ) in LifetimeCoupler() argument479 DBG_ASSERT( _rxActor.is(), "LifetimeCoupler::LifetimeCoupler: this will crash!" ); in LifetimeCoupler()482 _rxActor->addEventListener( this ); in LifetimeCoupler()
Completed in 18 milliseconds