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.cxx97 const ImplAttributeNameConversion *attrConv = gImplConversionList; in endFastElement() local
98 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 16 milliseconds