Lines Matching refs:xMethod
241 void fillInfoForMethod( InvocationInfo& rInfo, const Reference< XIdlMethod > xMethod );
658 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod( in invoke() local
662 Sequence<ParamInfo> aFParams = xMethod->getParameterInfos(); in invoke()
729 Any aRet = xMethod->invoke( _aMaterial, aInvokeParams ); in invoke()
835 Reference< XIdlMethod > xMethod = pMethods[ i ]; in getInfoSequenceImpl() local
836 rItem.aName = xMethod->getName(); in getInfoSequenceImpl()
926 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod in getInfoForName() local
928 fillInfoForMethod( aRetInfo, xMethod ); in getInfoForName()
990 const Reference< XIdlMethod > xMethod in fillInfoForMethod()
993 rInfo.aName = xMethod->getName(); in fillInfoForMethod()
995 Reference< XIdlClass > xReturnClass = xMethod->getReturnType(); in fillInfoForMethod()
998 Sequence<ParamInfo> aParamInfos = xMethod->getParameterInfos(); in fillInfoForMethod()