Lines Matching refs:nNameCount

616 			sal_Int32 nNameCount = sizeof(pBooleanPropertyNames) / sizeof(pBooleanPropertyNames[0]);  in exportCommonControlAttributes()  local
618 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportCommonControlAttributes()
659 sal_Int32 nNameCount = sizeof(pIntegerPropertyNames) / sizeof(pIntegerPropertyNames[0]); in exportCommonControlAttributes() local
661 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nDefaultCount), in exportCommonControlAttributes()
1015 sal_Int32 nNameCount = sizeof(pBooleanPropertyNames) / sizeof(pBooleanPropertyNames[0]); in exportSpecialAttributes() local
1016 OSL_ENSURE((nIdCount == nNameCount), in exportSpecialAttributes()
1057 sal_Int32 nNameCount = sizeof( pIntegerPropertyNames ) / sizeof( pIntegerPropertyNames[0] ); in exportSpecialAttributes() local
1058 OSL_ENSURE( ( nIdCount == nNameCount ), in exportSpecialAttributes()
2130 sal_Int32 nNameCount = sizeof(aStringPropertyNames) / sizeof(aStringPropertyNames[0]); in exportAttributes() local
2131 OSL_ENSURE((nIdCount == nNameCount), in exportAttributes()
2179 sal_Int32 nNameCount = sizeof(pBooleanPropertyNames) / sizeof(pBooleanPropertyNames[0]); in exportAttributes() local
2181 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportAttributes()
2218 sal_Int32 nNameCount = sizeof(pEnumPropertyNames) / sizeof(pEnumPropertyNames[0]); in exportAttributes() local
2222 …OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nDefaultCount) && (nDefaultCount == nDefault… in exportAttributes()