Searched refs:nAttributeCount (Results 1 – 3 of 3) sorted by relevance
306 const sal_Int32 nAttributeCount = _rxAttrList->getLength(); in StartElement() local310 m_aValues.reserve(nAttributeCount); in StartElement()315 for (sal_Int16 i=0; i<nAttributeCount; ++i) in StartElement()522 sal_Int32 nAttributeCount = _rxAttrList->getLength(); in StartElement() local527 for ( sal_Int16 i = 0; i < nAttributeCount; ++i ) in StartElement()610 const sal_Int32 nAttributeCount = _rxAttrList->getLength(); in StartElement() local615 for ( sal_Int16 i = 0; i < nAttributeCount; ++i ) in StartElement()
129 sal_Int16 nAttributeCount = xAttrList->getLength(); in StartElement() local130 for( sal_Int16 i = 0; i < nAttributeCount; i++ ) in StartElement()
1918 for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); in getCharacterAttributes() local1919 nAttributeIndex<nAttributeCount; in getCharacterAttributes()
Completed in 23 milliseconds