Home
last modified time | relevance | path

Searched refs:getMethodParameterCount (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx560 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in checkAddInTypes()
658 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in generateFunctionParamterMap()
H A Djavatypemaker.cxx202 for ( sal_uInt16 i = 0; i < reader.getMethodParameterCount(method); ++i ) { in printMethodParameters()
H A Dcpptypemaker.cxx211 for (sal_uInt16 i = 0; i < reader.getMethodParameterCount(method); ++i) { in printMethodParameters()
/aoo41x/main/stoc/source/registry_tdprovider/
H A Dmethoddescription.cxx129 sal_uInt16 n = reader.getMethodParameterCount(m_index); in getParameters()
H A Dtdservice.cxx347 && (ctorCount != 1 || reader.getMethodParameterCount(i) != 0 in getConstructors()
/aoo41x/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1408 paramCount = m_reader.getMethodParameterCount(i); in dumpMethods()
1888 paramCount = m_reader.getMethodParameterCount(i); in dumpCppuMethods()
2008 paramCount = m_reader.getMethodParameterCount(i); in dumpMethodsCppuDecl()
3798 sal_uInt16 params = m_reader.getMethodParameterCount(i); in dumpHxxFile()
3924 sal_uInt16 params = m_reader.getMethodParameterCount(i); in dumpHxxFile()
4101 return m_reader.getMethodParameterCount(ctorIndex) == 1 in hasRestParameter()
/aoo41x/main/codemaker/source/codemaker/
H A Ddependencies.cxx84 for (sal_Int16 j = 0; j < reader.getMethodParameterCount(i); in Dependencies()
/aoo41x/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx166 { return m_pImpl->m_pReader->getMethodParameterCount(index); } in getMethodParamCount()
/aoo41x/main/registry/inc/registry/
H A Dreader.hxx442 sal_uInt16 getMethodParameterCount(sal_uInt16 index) const { in getMethodParameterCount() function in typereg::Reader
/aoo41x/main/registry/source/
H A Dregimpl.cxx345 static_cast< unsigned int >(reader.getMethodParameterCount(i))); in dumpType()
346 for (sal_uInt16 j = 0; j < reader.getMethodParameterCount(i); ++j) in dumpType()
/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.cxx2187 || reader.getMethodParameterCount(j) != 0 in handleInterfaceType()
2269 for (sal_uInt16 j = 0; j < reader.getMethodParameterCount(i); in handleInterfaceType()
2661 sal_uInt16 parameters = reader.getMethodParameterCount(methodIndex); in addConstructor()
2876 && (methods != 1 || reader.getMethodParameterCount(i) != 0 in handleService()
/aoo41x/main/registry/tools/
H A Dregcompare.cxx773 sal_uInt16 nParams1 = (sal_uInt16)reader1.getMethodParameterCount(index); in checkMethod()
774 sal_uInt16 nParams2 = (sal_uInt16)reader2.getMethodParameterCount(index); in checkMethod()

Completed in 341 milliseconds