Searched refs:nIdCount (Results 1 – 2 of 2) sorted by relevance
/trunk/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 618 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportCommonControlAttributes() 1016 OSL_ENSURE((nIdCount == nNameCount), in exportSpecialAttributes() 1021 for ( i = 0; i < nIdCount; ++i, ++pAttributeId, ++pPropertyName ) in exportSpecialAttributes() 1058 OSL_ENSURE( ( nIdCount == nNameCount ), in exportSpecialAttributes() 1061 OSL_ENSURE( ( nIdCount == nDefaultCount ), in exportSpecialAttributes() 1064 for ( i = 0; i < nIdCount; ++i ) in exportSpecialAttributes() 2131 OSL_ENSURE((nIdCount == nNameCount), in exportAttributes() 2134 for (i=0; i<nIdCount; ++i) in exportAttributes() 2181 OSL_ENSURE((nIdCount == nNameCount) && (nNameCount == nFlagsCount), in exportAttributes() 2184 for (i=0; i<nIdCount; ++i) in exportAttributes() [all …]
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlfonte.cxx | 52 …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()
|
Completed in 18 milliseconds