Searched refs:xInvocationAdapterFactory (Results 1 – 2 of 2) sorted by relevance
91 const Reference< XInvocationAdapterFactory >& xInvocationAdapterFactory, in createAllListenerAdapter()98 if( xInvocationAdapterFactory.is() && xListenerType.is() && xListener.is() ) in createAllListenerAdapter()103 …xAdapter = xInvocationAdapterFactory->createAdapter( xInvocationToAllListenerMapper, aListenerType… in createAllListenerAdapter()578 Reference< XInvocationAdapterFactory > xInvocationAdapterFactory = getInvocationAdapterService(); in attachListener() local579 if( !xInvocationAdapterFactory.is() ) in attachListener()646 ( xInvocationAdapterFactory, xListenerType, AllListener, Helper ); in attachListener()
4078 const Reference< XInvocationAdapterFactory >& xInvocationAdapterFactory, in createAllListenerAdapter()4085 if( xInvocationAdapterFactory.is() && xListenerType.is() && xListener.is() ) in createAllListenerAdapter()4090 …xAdapter = xInvocationAdapterFactory->createAdapter( xInvocationToAllListenerMapper, aListenerType… in createAllListenerAdapter()4237 …Reference< XInvocationAdapterFactory > xInvocationAdapterFactory = Reference< XInvocationAdapterFa… in SbRtl_CreateUnoListener() local4243 …Reference< XInterface > xLst = createAllListenerAdapter( xInvocationAdapterFactory, xClass, xAllLs… in SbRtl_CreateUnoListener()
Completed in 39 milliseconds