Searched refs:getMethodExcCount (Results 1 – 7 of 7) sorted by relevance
74 sal_uInt32 (TYPEREG_CALLTYPE *getMethodExcCount) (TypeReaderImpl, sal_uInt16);254 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const;465 inline sal_uInt32 RegistryTypeReader::getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount() function in RegistryTypeReader466 { return m_pApi->getMethodExcCount(m_hImpl, index); } in getMethodExcCount()
884 sal_uInt16 getMethodExcCount(sal_uInt16 index);1007 sal_uInt16 MethodList::getMethodExcCount(sal_uInt16 index) in getMethodExcCount() function in MethodList1556 return pEntry->m_pMethods->getMethodExcCount(index); in typereg_reader_getMethodExceptionCount()1559 static sal_uInt32 TYPEREG_CALLTYPE getMethodExcCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodExcCount() function1751 aApi.getMethodExcCount = &getMethodExcCount; in initRegistryTypeReader_Api()
173 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount() function in TypeReader
178 excCount = reader.getMethodExcCount(i); in checkMethodDependencies()
1806 excCount = reader.getMethodExcCount(i); in dumpMethods()2312 excCount = m_reader.getMethodExcCount(i); in dumpCUnoMethods()2475 excCount = m_reader.getMethodExcCount(i); in dumpMethodsCppuDecl()
1221 excCount = m_reader.getMethodExcCount(i); in dumpUnoMethods()1513 excCount = m_reader.getMethodExcCount(i); in dumpCorbaMethods()
862 excCount = m_reader.getMethodExcCount(i); in dumpMethods()
Completed in 665 milliseconds