Lines Matching refs:nIdCount

615 …sal_Int32 nIdCount = sizeof(nBooleanPropertyAttributeIds) / sizeof(nBooleanPropertyAttributeIds[0]…  in exportCommonControlAttributes()  local
618 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportCommonControlAttributes()
658 …sal_Int32 nIdCount = sizeof(nIntegerPropertyAttributeIds) / sizeof(nIntegerPropertyAttributeIds[0]… in exportCommonControlAttributes() local
661 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nDefaultCount), in exportCommonControlAttributes()
1013 …sal_Int32 nIdCount = sizeof(nBooleanPropertyAttributeIds) / sizeof(nBooleanPropertyAttributeIds[0]… in exportSpecialAttributes() local
1016 OSL_ENSURE((nIdCount == nNameCount), in exportSpecialAttributes()
1021 for ( i = 0; i < nIdCount; ++i, ++pAttributeId, ++pPropertyName ) in exportSpecialAttributes()
1055 …sal_Int32 nIdCount = sizeof( nIntegerPropertyAttributeIds ) / sizeof( nIntegerPropertyAttributeIds… in exportSpecialAttributes() local
1058 OSL_ENSURE( ( nIdCount == nNameCount ), in exportSpecialAttributes()
1061 OSL_ENSURE( ( nIdCount == nDefaultCount ), in exportSpecialAttributes()
1064 for ( i = 0; i < nIdCount; ++i ) in exportSpecialAttributes()
2128 sal_Int32 nIdCount = sizeof(eStringPropertyIds) / sizeof(eStringPropertyIds[0]); in exportAttributes() local
2131 OSL_ENSURE((nIdCount == nNameCount), in exportAttributes()
2134 for (i=0; i<nIdCount; ++i) in exportAttributes()
2177 sal_Int32 nIdCount = sizeof(eBooleanPropertyIds) / sizeof(eBooleanPropertyIds[0]); in exportAttributes() local
2181 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportAttributes()
2184 for (i=0; i<nIdCount; ++i) in exportAttributes()
2216 sal_Int32 nIdCount = sizeof(eEnumPropertyIds) / sizeof(eEnumPropertyIds[0]); in exportAttributes() local
2222 …OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nDefaultCount) && (nDefaultCount == nDefault… in exportAttributes()
2225 for (i=0; i<nIdCount; ++i) in exportAttributes()