Home
last modified time | relevance | path

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

/trunk/main/registry/inc/registry/
H A Dreflread.hxx71 sal_uInt32 (TYPEREG_CALLTYPE *getMethodParamCount) (TypeReaderImpl, sal_uInt16);
228 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const;
446 inline sal_uInt32 RegistryTypeReader::getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount() function in RegistryTypeReader
447 { return m_pApi->getMethodParamCount(m_hImpl, index); } in getMethodParamCount()
/trunk/main/registry/source/
H A Dreflread.cxx880 sal_uInt16 getMethodParamCount(sal_uInt16 index);
942 sal_uInt16 MethodList::getMethodParamCount(sal_uInt16 index) in getMethodParamCount() function in MethodList
1497 return pEntry->m_pMethods->getMethodParamCount(index); in typereg_reader_getMethodParameterCount()
1500 static sal_uInt32 TYPEREG_CALLTYPE getMethodParamCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodParamCount() function
1747 aApi.getMethodParamCount = &getMethodParamCount; in initRegistryTypeReader_Api()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx165 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount() function in TypeReader
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx177 paramCount = reader.getMethodParamCount(i); in checkMethodDependencies()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1805 paramCount = reader.getMethodParamCount(i); in dumpMethods()
2311 paramCount = m_reader.getMethodParamCount(i); in dumpCUnoMethods()
2474 paramCount = m_reader.getMethodParamCount(i); in dumpMethodsCppuDecl()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1220 paramCount = m_reader.getMethodParamCount(i); in dumpUnoMethods()
1512 paramCount = m_reader.getMethodParamCount(i); in dumpCorbaMethods()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx861 paramCount = m_reader.getMethodParamCount(i); in dumpMethods()

Completed in 63 milliseconds