Home
last modified time | relevance | path

Searched refs:rxMethod (Results 1 – 5 of 5) sorted by relevance

/trunk/main/eventattacher/source/
H A Deventattacher.cxx605 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in attachListener() local
608 OUString aMethName = rxMethod->getName(); in attachListener()
612 Sequence< Reference< XIdlClass > > params = rxMethod->getParameterTypes(); in attachListener()
637 rxMethod->invoke( aObjAny, args ); in attachListener()
664 rxMethod->invoke( aObjAny, args ); in attachListener()
753 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in removeListener() local
756 if( aRemoveListenerName == rxMethod->getName() ) in removeListener()
758 Sequence< Reference< XIdlClass > > params = rxMethod->getParameterTypes(); in removeListener()
768 rxMethod->invoke( aObjAny, args ); in removeListener()
793 rxMethod->invoke( aObjAny, args ); in removeListener()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx565 const Reference< XIdlMethod >& rxMethod = m_xIntrospectionAccess-> in firing_impl() local
572 Sequence< Reference< XIdlClass > > aParamTypeSeq = rxMethod->getParameterTypes(); in firing_impl()
577 rxMethod->invoke( aHandlerObject, args ); in firing_impl()
596 aRet = rxMethod->invoke( aHandlerObject, Args ); in firing_impl()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1355 const Reference< XIdlMethod >& rxMethod = pSourceMethods[ i ]; in getMethods() local
1356 …::rtl::OString aNameStr = ::rtl::OUStringToOString( rxMethod->getName(), osl_getThreadTextEncoding… in getMethods()
2779 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect() local
2782 ::rtl::OUString aMethName2 = rxMethod->getName(); in implInspect()
2800 … Reference< XIdlClass > xNewMethClass = rxMethod->getDeclaringClass(); in implInspect()
2805 pDestMethods[ iAllExportedMethod ] = rxMethod; in implInspect()
2817 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect() local
2825 … Sequence< Reference<XIdlClass> > aParams = rxMethod->getParameterTypes(); in implInspect()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2027 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()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1418 const Reference< XIdlMethod >& rxMethod = pMethods[i]; in test_introsp() local
1421 OUString aMethName = rxMethod->getName(); in test_introsp()
1462 TEST_ENSHURE( xGetMethod == rxMethod , aErrorStr.getStr() ); in test_introsp()