Lines Matching refs:xRef
373 uno::Reference< uno::XInterface > xRef( rSource.Source ); in disposing() local
374 if ( xRef.is() ) in disposing()
376 aLngSvcMgrListeners .removeInterface( xRef ); in disposing()
377 aLngSvcEvtBroadcasters.removeInterface( xRef ); in disposing()
378 if (xDicList == xRef) in disposing()
404 … uno::Reference< linguistic2::XLinguServiceEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in Timeout() local
405 if (xRef.is()) in Timeout()
406 xRef->processLinguServiceEvent( aEvtObj ); in Timeout()
448 … uno::Reference< linguistic2::XDictionaryListEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in processDictionaryListEvent() local
449 if (xRef.is()) in processDictionaryListEvent()
450 xRef->processDictionaryListEvent( rDicListEvent ); in processDictionaryListEvent()
497 … uno::Reference< linguistic2::XLinguServiceEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in LaunchEvent() local
498 if (xRef.is()) in LaunchEvent()
499 xRef->processLinguServiceEvent( aEvt ); in LaunchEvent()
529 … uno::Reference< linguistic2::XLinguServiceEventBroadcaster > xRef( aIt.next(), uno::UNO_QUERY ); in DisposeAndClear() local
530 if (xRef.is()) in DisposeAndClear()
531 RemoveLngSvcEvtBroadcaster( xRef ); in DisposeAndClear()