Home
last modified time | relevance | path

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

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx345 typelib_InterfaceMethodTypeDescription * getMethodTypeDescr() in getMethodTypeDescr() function in stoc_corefl::IdlInterfaceMethodImpl
446 rtl::OUString aName(getMethodTypeDescr()->aBase.aBase.pTypeName); in getDeclaringClass()
464 return getReflection()->forType( getMethodTypeDescr()->pReturnTypeRef ); in getReturnType()
474 sal_Int32 nExc = getMethodTypeDescr()->nExceptions; in getExceptionTypes()
480 getMethodTypeDescr()->ppExceptions; in getExceptionTypes()
499 sal_Int32 nParams = getMethodTypeDescr()->nParams; in getParameterTypes()
505 getMethodTypeDescr()->pParams; in getParameterTypes()
524 sal_Int32 nParams = getMethodTypeDescr()->nParams; in getParameterInfos()
529 getMethodTypeDescr()->pParams; in getParameterInfos()
579 getMethodTypeDescr()->bOneWay ? MethodMode_ONEWAY : MethodMode_TWOWAY; in getMode()
[all …]