Searched refs:getMethodParamType (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/registry/inc/registry/ |
H A D | reflread.hxx | 71 …void (TYPEREG_CALLTYPE *getMethodParamType) (TypeReaderImpl, rtl_uString**, sal_uInt16, sal… 234 inline ::rtl::OUString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const; 448 inline ::rtl::OUString RegistryTypeReader::getMethodParamType( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamType() function in RegistryTypeReader 451 m_pApi->getMethodParamType(m_hImpl, &sRet.pData, index, paramIndex); in getMethodParamType()
|
/aoo41x/main/registry/source/ |
H A D | reflread.cxx | 881 const sal_Char* getMethodParamType(sal_uInt16 index, sal_uInt16 paramIndex); 954 const sal_Char* MethodList::getMethodParamType(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamType() function in MethodList 1516 const sal_Char* pTmp = pEntry->m_pMethods->getMethodParamType(index, paramIndex); in typereg_reader_getMethodParameterTypeName() 1748 aApi.getMethodParamType = &typereg_reader_getMethodParameterTypeName; in initRegistryTypeReader_Api()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 1251 paramType = m_reader.getMethodParamType(i, j); in dumpUnoMethods() 1357 paramType = m_reader.getMethodParamType(i, j); in dumpUnoMethods() 1531 paramType = m_reader.getMethodParamType(i, j); in dumpCorbaMethods() 1605 paramType = m_reader.getMethodParamType(i, j); in dumpCorbaMethods()
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 167 inline const ::rtl::OString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const in getMethodParamType() function in TypeReader
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 183 paramType = reader.getMethodParamType(i, j); in checkMethodDependencies()
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 1845 paramType = reader.getMethodParamType(i, j); in dumpMethods() 2350 paramType = checkRealBaseType(m_reader.getMethodParamType(i, j), sal_True); in dumpCUnoMethods() 2485 paramType = m_reader.getMethodParamType(i, j); in dumpMethodsCppuDecl()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 882 paramType = m_reader.getMethodParamType(i, j); in dumpMethods()
|
Completed in 65 milliseconds