Lines Matching refs:j

1424 		for (sal_uInt16 j=0; j < paramCount; j++)  in dumpMethods()  local
1427 m_reader.getMethodParameterName(i, j), RTL_TEXTENCODING_UTF8); in dumpMethods()
1429 m_reader.getMethodParameterTypeName(i, j), in dumpMethods()
1431 paramMode = m_reader.getMethodParameterFlags(i, j); in dumpMethods()
1453 if (j+1 < (sal_uInt16)paramCount) o << ", "; in dumpMethods()
1903 sal_uInt16 j; in dumpCppuMethods() local
1904 for (j=0; j < paramCount; j++) in dumpCppuMethods()
1907 m_reader.getMethodParameterName(i, j), in dumpCppuMethods()
1911 m_reader.getMethodParameterTypeName(i, j), in dumpCppuMethods()
1914 paramMode = m_reader.getMethodParameterFlags(i, j); in dumpCppuMethods()
1916 o << indent() << "::rtl::OUString sParamName" << j << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethods()
1918 o << indent() << "::rtl::OUString sParamType" << j << "( RTL_CONSTASCII_USTRINGPARAM(\"" in dumpCppuMethods()
1920 o << indent() << "aParameters[" << j << "].pParamName = sParamName" << j << ".pData;\n"; in dumpCppuMethods()
1921 o << indent() << "aParameters[" << j << "].eTypeClass = (typelib_TypeClass)" in dumpCppuMethods()
1923 o << indent() << "aParameters[" << j << "].pTypeName = sParamType" << j << ".pData;\n"; in dumpCppuMethods()
1926 o << indent() << "aParameters[" << j << "].bIn = sal_True;\n"; in dumpCppuMethods()
1928 o << indent() << "aParameters[" << j << "].bIn = sal_False;\n"; in dumpCppuMethods()
1931 o << indent() << "aParameters[" << j << "].bOut = sal_True;\n"; in dumpCppuMethods()
1933 o << indent() << "aParameters[" << j << "].bOut = sal_False;\n"; in dumpCppuMethods()
2016 sal_uInt16 j; in dumpMethodsCppuDecl() local
2017 for (j=0; j < paramCount; j++) in dumpMethodsCppuDecl()
2020 m_reader.getMethodParameterTypeName(i, j), in dumpMethodsCppuDecl()
2030 for (j=0; j < excCount; j++) in dumpMethodsCppuDecl()
2033 m_reader.getMethodExceptionTypeName(i, j), in dumpMethodsCppuDecl()
3799 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
3804 i, j), in dumpHxxFile()
3815 for (sal_uInt16 j = 0; j < m_reader.getMethodExceptionCount(i); in dumpHxxFile() local
3816 ++j) in dumpHxxFile()
3820 m_reader.getMethodExceptionTypeName(i, j), in dumpHxxFile()
3926 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
3929 if ((m_reader.getMethodParameterFlags(i, j) & RT_PARAM_REST) in dumpHxxFile()
3936 m_reader.getMethodParameterTypeName(i, j), in dumpHxxFile()
3944 m_reader.getMethodParameterName(i, j), in dumpHxxFile()
3968 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
3969 o << indent() << "the_arguments[" << j << "] "; in dumpHxxFile()
3973 m_reader.getMethodParameterName(i, j), in dumpHxxFile()
3981 i, j), in dumpHxxFile()
4006 for (sal_uInt16 j = 0; j < exceptions; ++j) { in dumpHxxFile() local
4009 m_reader.getMethodExceptionTypeName(i, j), in dumpHxxFile()