Home
last modified time | relevance | path

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

/trunk/main/registry/inc/registry/
H A Dreflread.hxx76 …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 Dreflread.cxx885 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 Dregistry.hxx175 inline const ::rtl::OString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const in getMethodExcType() function in TypeReader
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx206 excType = reader.getMethodExcType(i, j); in checkMethodDependencies()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx2374 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 Didltype.cxx917 excpName = m_reader.getMethodExcType(i, j); in dumpMethods()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1289 excpName = m_reader.getMethodExcType(i, j); in dumpUnoMethods()

Completed in 59 milliseconds