Searched refs:attrConv (Results 1 – 1 of 1) sorted by relevance
97 const ImplAttributeNameConversion *attrConv = gImplConversionList; in endFastElement() local98 while( attrConv->mpMSName != NULL ) in endFastElement()100 if(msCurrentAttribute.compareToAscii( attrConv->mpMSName ) == 0 ) in endFastElement()103 attr.name = ::rtl::OUString::intern( attrConv->mpAPIName, in endFastElement()104 strlen(attrConv->mpAPIName), in endFastElement()106 attr.type = attrConv->meAttribute; in endFastElement()110 attrConv->mpAPIName ); in endFastElement()113 attrConv++; in endFastElement()
Completed in 12 milliseconds