Searched refs:xMeth (Results 1 – 2 of 2) sorted by relevance
317 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring() local318 if( xMeth.is() ) in approveFiring()320 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()368 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring() local369 if( xMeth.is() ) in approveFiring()371 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()
537 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring() local538 if( xMeth.is() ) in approveFiring()540 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()
Completed in 22 milliseconds