Home
last modified time | relevance | path

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

/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx585 OUString const & rQAttributeName = pQNames[ nPos ]; in startElement() local
587 if (rQAttributeName.compareTo( m_sXMLNS, 5 ) == 0) in startElement()
589 if (rQAttributeName.getLength() == 5) // set default namespace in startElement()
600 else if ((sal_Unicode)':' == rQAttributeName[ 5 ]) // set prefix in startElement()
602 OUString aPrefix( rQAttributeName.copy( 6 ) ); in startElement()
618 OUString const & rQAttributeName = pQNames[ nPos ]; in startElement() local
620 rQAttributeName.compareToAscii( in startElement()
625 sal_Int32 nColonPos = rQAttributeName.indexOf( (sal_Unicode) ':' ); in startElement()
628 pPrefixes[ nPos ] = rQAttributeName.copy( 0, nColonPos ); in startElement()
629 pLocalNames[ nPos ] = rQAttributeName.copy( nColonPos +1 ); in startElement()
[all …]

Completed in 9 milliseconds