Searched refs:rxMethod (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 628 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in attachListener() local 631 OUString aMethName = rxMethod->getName(); in attachListener() 635 Sequence< Reference< XIdlClass > > params = rxMethod->getParameterTypes(); in attachListener() 660 rxMethod->invoke( aObjAny, args ); in attachListener() 687 rxMethod->invoke( aObjAny, args ); in attachListener() 778 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in removeListener() local 781 if( aRemoveListenerName == rxMethod->getName() ) in removeListener() 783 Sequence< Reference< XIdlClass > > params = rxMethod->getParameterTypes(); in removeListener() 793 rxMethod->invoke( aObjAny, args ); in removeListener() 818 rxMethod->invoke( aObjAny, args ); in removeListener()
|
/aoo41x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 568 const Reference< XIdlMethod >& rxMethod = m_xIntrospectionAccess-> in firing_impl() local 575 Sequence< Reference< XIdlClass > > aParamTypeSeq = rxMethod->getParameterTypes(); in firing_impl() 580 rxMethod->invoke( aHandlerObject, args ); in firing_impl() 599 aRet = rxMethod->invoke( aHandlerObject, Args ); in firing_impl()
|
/aoo41x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1418 const Reference< XIdlMethod >& rxMethod = pSourceMethods[ i ]; in getMethods() local 1419 …::rtl::OString aNameStr = ::rtl::OUStringToOString( rxMethod->getName(), osl_getThreadTextEncoding… in getMethods() 2849 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect() local 2852 ::rtl::OUString aMethName2 = rxMethod->getName(); in implInspect() 2870 Reference< XIdlClass > xNewMethClass = rxMethod->getDeclaringClass(); in implInspect() 2875 pDestMethods[ iAllExportedMethod ] = rxMethod; in implInspect() 2887 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect() local 2895 Sequence< Reference<XIdlClass> > aParams = rxMethod->getParameterTypes(); in implInspect()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2027 const Reference< XIdlMethod >& rxMethod = pUnoMethods[i]; in Impl_DumpMethods() local 2033 Reference< XIdlClass > xClass = rxMethod->getReturnType(); in Impl_DumpMethods() 2044 Sequence< Reference< XIdlClass > > aParamsSeq = rxMethod->getParameterTypes(); in Impl_DumpMethods() 2782 const Reference< XIdlMethod >& rxMethod = mxUnoAccess-> in Find() local 2786 SbxVariableRef xMethRef = new SbUnoMethod( rxMethod->getName(), in Find() 2787 unoToSbxType( rxMethod->getReturnType() ), rxMethod, false ); in Find() 2967 const Reference< XIdlMethod >& rxMethod = pMethods_[i]; in implCreateAll() local 2971 ( rxMethod->getName(), unoToSbxType( rxMethod->getReturnType() ), rxMethod, false ); in implCreateAll()
|
/aoo41x/main/stoc/test/ |
H A D | testintrosp.cxx | 1457 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in test_introsp() local 1460 OUString aMethName = rxMethod->getName(); in test_introsp() 1501 TEST_ENSHURE( xGetMethod == rxMethod , aErrorStr.getStr() ); in test_introsp()
|
Completed in 66 milliseconds