Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Delementexport.cxx618 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 …]
/aoo4110/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()

Completed in 28 milliseconds