Lines Matching refs:count

596 		sal_uInt32 count = getMemberCount();  in dumpGetCunoType()  local
597 if (count) in dumpGetCunoType()
599 o << indent() << "typelib_TypeDescriptionReference * aMemberRefs[" << count << "];\n"; in dumpGetCunoType()
608 if (count) in dumpGetCunoType()
650 << count << ", "; in dumpGetCunoType()
653 o << "pBaseType, " << count << ", "; in dumpGetCunoType()
657 o << "0, " << count << ", "; in dumpGetCunoType()
660 if (count) in dumpGetCunoType()
709 sal_uInt32 count = getMemberCount(); in dumpCGetCunoType() local
712 if (count) in dumpCGetCunoType()
715 << count << "];\n"; in dumpCGetCunoType()
739 if (count) in dumpCGetCunoType()
774 if ( count ) in dumpCGetCunoType()
776 o << indent() << count << ",\n" << indent() << "aMembers );\n\n"; in dumpCGetCunoType()
779 o << indent() << count << ",\n" << indent() << "0 );\n\n"; in dumpCGetCunoType()
834 if (aFinishedTypes.count(m_reader.getFieldType(i)) == 0) in dumpCppuGetTypeMemberDecl()
846 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() local
855 count++; in getMemberCount()
857 return count; in getMemberCount()
869 sal_uInt32 count = 0; in checkInheritedMemberCount() local
876 count = checkInheritedMemberCount(&aSuperReader); in checkInheritedMemberCount()
882 count += pReader->getMethodCount(); in checkInheritedMemberCount()
891 count++; in checkInheritedMemberCount()
896 return count; in checkInheritedMemberCount()
1976 sal_uInt32 count = getMemberCount(); in dumpCGetCunoType() local
1981 if (count) in dumpCGetCunoType()
1983 o << indent() << "typelib_TypeDescriptionReference * pMembers[" << count << "] = { "; in dumpCGetCunoType()
1984 for (sal_uInt32 i = 0; i < count; i++) in dumpCGetCunoType()
1987 if (i+1 < count) in dumpCGetCunoType()
2005 if (count) in dumpCGetCunoType()
2029 if ( count ) in dumpCGetCunoType()
2031 o << indent() << count << ",\n" << indent() << "pMembers );\n\n"; in dumpCGetCunoType()
2034 o << indent() << count << ",\n" << indent() << "0 );\n\n"; in dumpCGetCunoType()
2039 if ( count ) in dumpCGetCunoType()
2041 for (sal_uInt16 i=0; i < count; i++) in dumpCGetCunoType()
2067 if (count) in dumpCGetCunoType()
2178 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() local
2180 if (count) in getMemberCount()
2192 count++; in getMemberCount()
2195 return count; in getMemberCount()
2208 sal_uInt32 count = 0; in checkInheritedMemberCount() local
2215 count = checkInheritedMemberCount(&aSuperReader); in checkInheritedMemberCount()
2221 count += pReader->getMethodCount(); in checkInheritedMemberCount()
2230 count++; in checkInheritedMemberCount()
2235 return count; in checkInheritedMemberCount()
2456 if (pFinishedTypes->count(fieldType) == 0) in dumpAttributesCppuDecl()
2477 if (pFinishedTypes->count(returnType) == 0) in dumpMethodsCppuDecl()
2487 if (pFinishedTypes->count(paramType) == 0) in dumpMethodsCppuDecl()
2497 if (pFinishedTypes->count(excType) == 0) in dumpMethodsCppuDecl()
3206 sal_uInt32 count = m_reader.getFieldCount(); in dumpCGetCunoType() local
3207 o << indent() << "rtl_uString* enumValueNames[" << count << "];\n" in dumpCGetCunoType()
3208 << indent() << "sal_Int32 enumValues[" << count << "];\n"; in dumpCGetCunoType()
3210 for (i = 0; i < count; i++) in dumpCGetCunoType()
3218 for (i = 0; i < count; i++) in dumpCGetCunoType()
3227 for (i = 0; i < count; i++) in dumpCGetCunoType()
3242 << indent() << count << ", enumValueNames, enumValues );\n\n"; in dumpCGetCunoType()
3252 for (i = 0; i < count; i++) in dumpCGetCunoType()