Lines Matching refs:i

441 				    for (sal_Int32 i=0; i<aListItems.getLength(); ++i, ++pListItems)  in exportSubTags()  local
557 size_t i=0; in exportCommonControlAttributes() local
584 for (i=0; i<sizeof(nStringPropertyAttributeIds)/sizeof(nStringPropertyAttributeIds[0]); ++i) in exportCommonControlAttributes()
585 if (nStringPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()
588 OAttributeMetaData::getCommonControlAttributeNamespace(nStringPropertyAttributeIds[i]), in exportCommonControlAttributes()
589 OAttributeMetaData::getCommonControlAttributeName(nStringPropertyAttributeIds[i]), in exportCommonControlAttributes()
590 aStringPropertyNames[i] in exportCommonControlAttributes()
594 m_nIncludeCommon = m_nIncludeCommon & ~nStringPropertyAttributeIds[i]; in exportCommonControlAttributes()
621 for (i=0; i<sizeof(nBooleanPropertyAttributeIds)/sizeof(nBooleanPropertyAttributeIds[0]); ++i) in exportCommonControlAttributes()
622 if (nBooleanPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()
625 OAttributeMetaData::getCommonControlAttributeNamespace(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes()
626 OAttributeMetaData::getCommonControlAttributeName(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes()
627 *(pBooleanPropertyNames[i]), in exportCommonControlAttributes()
628 nBooleanPropertyAttrFlags[i]); in exportCommonControlAttributes()
631 m_nIncludeCommon = m_nIncludeCommon & ~nBooleanPropertyAttributeIds[i]; in exportCommonControlAttributes()
664 for (i=0; i<sizeof(nIntegerPropertyAttributeIds)/sizeof(nIntegerPropertyAttributeIds[0]); ++i) in exportCommonControlAttributes()
665 if (nIntegerPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()
668 OAttributeMetaData::getCommonControlAttributeNamespace(nIntegerPropertyAttributeIds[i]), in exportCommonControlAttributes()
669 OAttributeMetaData::getCommonControlAttributeName(nIntegerPropertyAttributeIds[i]), in exportCommonControlAttributes()
670 *(pIntegerPropertyNames[i]), in exportCommonControlAttributes()
671 nIntegerPropertyAttrDefaults[i]); in exportCommonControlAttributes()
674 m_nIncludeCommon = m_nIncludeCommon & ~nIntegerPropertyAttributeIds[i]; in exportCommonControlAttributes()
998 sal_Int32 i=0; in exportSpecialAttributes() local
1021 for ( i = 0; i < nIdCount; ++i, ++pAttributeId, ++pPropertyName ) in exportSpecialAttributes()
1064 for ( i = 0; i < nIdCount; ++i ) in exportSpecialAttributes()
1065 if ( nIntegerPropertyAttributeIds[i] & m_nIncludeSpecial ) in exportSpecialAttributes()
1068 OAttributeMetaData::getSpecialAttributeNamespace( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
1069 OAttributeMetaData::getSpecialAttributeName( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
1070 *( pIntegerPropertyNames[i] ), in exportSpecialAttributes()
1071 nIntegerPropertyAttrDefaults[i] in exportSpecialAttributes()
1075 m_nIncludeSpecial = m_nIncludeSpecial & ~nIntegerPropertyAttributeIds[i]; in exportSpecialAttributes()
1279 for (sal_Int32 i=0; i<aValueSequence.getLength(); ++i, ++pValues) in getSequenceInt16PropertyAsSet() local
1316 for (sal_Int16 i=0; i<nMaxLen; ++i ) in exportListSourceAsElements() local
1319 if (i < nItems) in exportListSourceAsElements()
1328 if (i < nValues) in exportListSourceAsElements()
1338 Int16SetIterator aSelectedPos = aSelection.find(i); in exportListSourceAsElements()
1349 Int16SetIterator aDefaultSelectedPos = aDefaultSelection.find(i); in exportListSourceAsElements()
1383 for (sal_Int16 i=nMaxLen; i<=nLastReferredEntry; ++i) in exportListSourceAsElements() local
1385 if (aSelection.end() != aSelection.find(i)) in exportListSourceAsElements()
1394 if (aDefaultSelection.end() != aDefaultSelection.find(i)) in exportListSourceAsElements()
2115 sal_Int32 i=0; in exportAttributes() local
2134 for (i=0; i<nIdCount; ++i) in exportAttributes()
2136 OAttributeMetaData::getFormAttributeNamespace(eStringPropertyIds[i]), in exportAttributes()
2137 OAttributeMetaData::getFormAttributeName(eStringPropertyIds[i]), in exportAttributes()
2138 aStringPropertyNames[i]); in exportAttributes()
2184 for (i=0; i<nIdCount; ++i) in exportAttributes()
2186 OAttributeMetaData::getFormAttributeNamespace(eBooleanPropertyIds[i]), in exportAttributes()
2187 OAttributeMetaData::getFormAttributeName(eBooleanPropertyIds[i]), in exportAttributes()
2188 *(pBooleanPropertyNames[i]), in exportAttributes()
2189 nBooleanPropertyAttrFlags[i] in exportAttributes()
2225 for (i=0; i<nIdCount; ++i) in exportAttributes()
2227 OAttributeMetaData::getFormAttributeNamespace(eEnumPropertyIds[i]), in exportAttributes()
2228 OAttributeMetaData::getFormAttributeName(eEnumPropertyIds[i]), in exportAttributes()
2229 pEnumPropertyNames[i], in exportAttributes()
2230 OEnumMapper::getEnumMap(eEnumPropertyMaps[i]), in exportAttributes()
2231 nEnumPropertyAttrDefaults[i], in exportAttributes()
2232 nEnumPropertyAttrDefaultFlags[i] in exportAttributes()