Home
last modified time | relevance | path

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

/AOO42X/main/stoc/source/corereflection/
H A Dcriface.cxx355 typelib_InterfaceMethodTypeDescription * getMethodTypeDescr() in getMethodTypeDescr() function in stoc_corefl::IdlInterfaceMethodImpl
460 rtl::OUString aName(getMethodTypeDescr()->aBase.aBase.pTypeName); in getDeclaringClass()
480 return getReflection()->forType( getMethodTypeDescr()->pReturnTypeRef ); in getReturnType()
491 sal_Int32 nExc = getMethodTypeDescr()->nExceptions; in getExceptionTypes()
497 getMethodTypeDescr()->ppExceptions; in getExceptionTypes()
517 sal_Int32 nParams = getMethodTypeDescr()->nParams; in getParameterTypes()
523 getMethodTypeDescr()->pParams; in getParameterTypes()
543 sal_Int32 nParams = getMethodTypeDescr()->nParams; in getParameterInfos()
548 getMethodTypeDescr()->pParams; in getParameterInfos()
599 getMethodTypeDescr()->bOneWay ? MethodMode_ONEWAY : MethodMode_TWOWAY; in getMode()
[all …]