Home
last modified time | relevance | path

Searched refs:nIdCount (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/forms/ !
H A Delementexport.cxx615 …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()
[all …]
/AOO41X/main/sc/source/filter/xml/ !
H A Dxmlfonte.cxx52 …void AddFontItems(sal_uInt16* pWhichIds, sal_uInt8 nIdCount, const SfxItemPool* pItemPool, const s…
59 void ScXMLFontAutoStylePool_Impl::AddFontItems(sal_uInt16* pWhichIds, sal_uInt8 nIdCount, const Sfx… in AddFontItems() argument
62 for( sal_uInt16 i=0; i < nIdCount; ++i ) in AddFontItems()