Lines Matching refs:MethodList
845 class MethodList : public BlopObject class
856 MethodList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in MethodList() function in MethodList
875 ~MethodList();
894 MethodList::~MethodList() in ~MethodList()
899 sal_uInt16 MethodList::calcMethodParamIndex( const sal_uInt16 index ) in calcMethodParamIndex()
904 sal_uInt32 MethodList::parseIndex() in parseIndex()
930 const sal_Char* MethodList::getMethodName(sal_uInt16 index) in getMethodName()
942 sal_uInt16 MethodList::getMethodParamCount(sal_uInt16 index) in getMethodParamCount()
954 const sal_Char* MethodList::getMethodParamType(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamType()
972 const sal_Char* MethodList::getMethodParamName(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamName()
990 RTParamMode MethodList::getMethodParamMode(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamMode()
1007 sal_uInt16 MethodList::getMethodExcCount(sal_uInt16 index) in getMethodExcCount()
1019 const sal_Char* MethodList::getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex) in getMethodExcType()
1040 const sal_Char* MethodList::getMethodReturnType(sal_uInt16 index) in getMethodReturnType()
1052 RTMethodMode MethodList::getMethodMode(sal_uInt16 index) in getMethodMode()
1064 const sal_Char* MethodList::getMethodDoku(sal_uInt16 index) in getMethodDoku()
1086 MethodList* m_pMethods;
1125 m_pMethods = new MethodList( in TypeRegistryEntry()