Searched refs:getMethodExcType (Results 1 – 7 of 7) sorted by relevance
/trunk/main/registry/inc/registry/ |
H A D | reflread.hxx | 76 …void (TYPEREG_CALLTYPE *getMethodExcType) (TypeReaderImpl, rtl_uString**, sal_uInt16, sal_u… 262 inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const; 469 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex … in getMethodExcType() function in RegistryTypeReader 472 m_pApi->getMethodExcType(m_hImpl, &sRet.pData, index, excIndex); in getMethodExcType()
|
/trunk/main/registry/source/ |
H A D | reflread.cxx | 885 const sal_Char* getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex); 1019 const sal_Char* MethodList::getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex) in getMethodExcType() function in MethodList 1575 const sal_Char* pTmp = pEntry->m_pMethods->getMethodExcType(index, excIndex); in typereg_reader_getMethodExceptionTypeName() 1752 aApi.getMethodExcType = &typereg_reader_getMethodExceptionTypeName; in initRegistryTypeReader_Api()
|
/trunk/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 175 inline const ::rtl::OString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const in getMethodExcType() function in TypeReader
|
/trunk/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 206 excType = reader.getMethodExcType(i, j); in checkMethodDependencies()
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 2374 if (!m_reader.getMethodExcType(i, j).equals("com/sun/star/uno/RuntimeException")) in dumpCUnoMethods() 2377 << OString(m_reader.getMethodExcType(i, j)).replace('/', '.') << "\" );\n"; in dumpCUnoMethods() 2496 excType = m_reader.getMethodExcType(i, j); in dumpMethodsCppuDecl()
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 917 excpName = m_reader.getMethodExcType(i, j); in dumpMethods()
|
/trunk/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 1289 excpName = m_reader.getMethodExcType(i, j); in dumpUnoMethods()
|
Completed in 60 milliseconds