Home
last modified time | relevance | path

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

/trunk/main/oox/source/ppt/
H A Dcommonbehaviorcontext.cxx96 const ImplAttributeNameConversion *attrConv = gImplConversionList; in endFastElement() local
97 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()