Home
last modified time | relevance | path

Searched refs:nAttributeCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx306 const sal_Int32 nAttributeCount = _rxAttrList->getLength(); in StartElement() local
310 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() local
527 for ( sal_Int16 i = 0; i < nAttributeCount; ++i ) in StartElement()
610 const sal_Int32 nAttributeCount = _rxAttrList->getLength(); in StartElement() local
615 for ( sal_Int16 i = 0; i < nAttributeCount; ++i ) in StartElement()
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx129 sal_Int16 nAttributeCount = xAttrList->getLength(); in StartElement() local
130 for( sal_Int16 i = 0; i < nAttributeCount; i++ ) in StartElement()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1918 for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); in getCharacterAttributes() local
1919 nAttributeIndex<nAttributeCount; in getCharacterAttributes()

Completed in 91 milliseconds