Home
last modified time | relevance | path

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

/aoo4110/main/eventattacher/source/
H A Deventattacher.cxx92 const Reference< XIdlClass >& xListenerType, in createAllListenerAdapter()
98 if( xInvocationAdapterFactory.is() && xListenerType.is() && xListener.is() ) in createAllListenerAdapter()
101 (XInvocation*)new InvocationToAllListenerMapper( xListenerType, xListener, Helper ); in createAllListenerAdapter()
102 Type aListenerType( xListenerType->getTypeClass(), xListenerType->getName()); in createAllListenerAdapter()
535 Reference< XIdlClass > xListenerType = m_pEA->getReflection()-> in approveFiring() local
537 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
638 Reference< XIdlClass > xListenerType; in attachListener() local
640 xListenerType = params.getConstArray()[0]; in attachListener()
642 xListenerType = params.getConstArray()[1]; in attachListener()
646 ( xInvocationAdapterFactory, xListenerType, AllListener, Helper ); in attachListener()
/aoo4110/main/udkapi/com/sun/star/script/
H A DXAllListenerAdapterService.idl51 <var>xListenerType</var> to the <type>XAllListener</type>
58 com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType,
/aoo4110/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx315 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring() local
317 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
366 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring() local
368 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx4079 const Reference< XIdlClass >& xListenerType, in createAllListenerAdapter()
4085 if( xInvocationAdapterFactory.is() && xListenerType.is() && xListener.is() ) in createAllListenerAdapter()
4088 (XInvocation*)new InvocationToAllListenerMapper( xListenerType, xListener, Helper ); in createAllListenerAdapter()
4089 Type aListenerType( xListenerType->getTypeClass(), xListenerType->getName() ); in createAllListenerAdapter()

Completed in 58 milliseconds