Searched refs:getMethodParamCount (Results 1 – 7 of 7) sorted by relevance
71 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 RegistryTypeReader447 { return m_pApi->getMethodParamCount(m_hImpl, index); } in getMethodParamCount()
880 sal_uInt16 getMethodParamCount(sal_uInt16 index);942 sal_uInt16 MethodList::getMethodParamCount(sal_uInt16 index) in getMethodParamCount() function in MethodList1497 return pEntry->m_pMethods->getMethodParamCount(index); in typereg_reader_getMethodParameterCount()1500 static sal_uInt32 TYPEREG_CALLTYPE getMethodParamCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodParamCount() function1747 aApi.getMethodParamCount = &getMethodParamCount; in initRegistryTypeReader_Api()
165 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount() function in TypeReader
177 paramCount = reader.getMethodParamCount(i); in checkMethodDependencies()
1805 paramCount = reader.getMethodParamCount(i); in dumpMethods()2311 paramCount = m_reader.getMethodParamCount(i); in dumpCUnoMethods()2474 paramCount = m_reader.getMethodParamCount(i); in dumpMethodsCppuDecl()
1220 paramCount = m_reader.getMethodParamCount(i); in dumpUnoMethods()1512 paramCount = m_reader.getMethodParamCount(i); in dumpCorbaMethods()
861 paramCount = m_reader.getMethodParamCount(i); in dumpMethods()
Completed in 52 milliseconds