Searched refs:attrConv (Results 1 – 1 of 1) sorted by relevance
96 const ImplAttributeNameConversion *attrConv = gImplConversionList; in endFastElement() local97 while( attrConv->mpMSName != NULL ) in endFastElement()99 if(msCurrentAttribute.compareToAscii( attrConv->mpMSName ) == 0 ) in endFastElement()102 attr.name = ::rtl::OUString::intern( attrConv->mpAPIName, in endFastElement()103 strlen(attrConv->mpAPIName), in endFastElement()105 attr.type = attrConv->meAttribute; in endFastElement()109 attrConv->mpAPIName ); in endFastElement()112 attrConv++; in endFastElement()