Searched refs:nAttribCount (Results 1 – 1 of 1) sorted by relevance
604 sal_Int16 nAttribCount = xAttribs.is() ? static_cast<sal_Int16>(xAttribs->getLength()) : 0; in startElement() local605 for(sal_Int16 i = 0 ; i < nAttribCount ; i++ ) in startElement()1153 sal_Int32 nAttribCount = xAttribs.is() ? xAttribs->getLength() : 0; in startElement() local1160 for( n = 0 ; n < static_cast<sal_Int16>(nAttribCount) ; n ++ ) { in startElement()
Completed in 42 milliseconds