Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx604 sal_Int16 nAttribCount = xAttribs.is() ? static_cast<sal_Int16>(xAttribs->getLength()) : 0; in startElement() local
605 for(sal_Int16 i = 0 ; i < nAttribCount ; i++ ) in startElement()
1153 sal_Int32 nAttribCount = xAttribs.is() ? xAttribs->getLength() : 0; in startElement() local
1160 for( n = 0 ; n < static_cast<sal_Int16>(nAttribCount) ; n ++ ) { in startElement()

Completed in 17 milliseconds