Home
last modified time | relevance | path

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

/trunk/main/registry/inc/registry/
H A Dreflread.hxx75 sal_uInt32 (TYPEREG_CALLTYPE *getMethodExcCount) (TypeReaderImpl, sal_uInt16);
255 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const;
466 inline sal_uInt32 RegistryTypeReader::getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount() function in RegistryTypeReader
467 { return m_pApi->getMethodExcCount(m_hImpl, index); } in getMethodExcCount()
/trunk/main/registry/source/
H A Dreflread.cxx884 sal_uInt16 getMethodExcCount(sal_uInt16 index);
1007 sal_uInt16 MethodList::getMethodExcCount(sal_uInt16 index) in getMethodExcCount() function in MethodList
1556 return pEntry->m_pMethods->getMethodExcCount(index); in typereg_reader_getMethodExceptionCount()
1559 static sal_uInt32 TYPEREG_CALLTYPE getMethodExcCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodExcCount() function
1751 aApi.getMethodExcCount = &getMethodExcCount; in initRegistryTypeReader_Api()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx173 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount() function in TypeReader
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx178 excCount = reader.getMethodExcCount(i); in checkMethodDependencies()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1806 excCount = reader.getMethodExcCount(i); in dumpMethods()
2312 excCount = m_reader.getMethodExcCount(i); in dumpCUnoMethods()
2475 excCount = m_reader.getMethodExcCount(i); in dumpMethodsCppuDecl()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1221 excCount = m_reader.getMethodExcCount(i); in dumpUnoMethods()
1513 excCount = m_reader.getMethodExcCount(i); in dumpCorbaMethods()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx862 excCount = m_reader.getMethodExcCount(i); in dumpMethods()

Completed in 64 milliseconds