Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/ppt/
H A Dcommonbehaviorcontext.cxx98 while( attrConv->mpMSName != NULL ) in endFastElement()
100 if(msCurrentAttribute.compareToAscii( attrConv->mpMSName ) == 0 ) in endFastElement()
H A Dpptfilterhelpers.hxx46 const char* mpMSName; member
/aoo4110/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx117 if( p->mpMSName ) in ImplTranslateAttribute()
122 rString += OUString::createFromAscii( p->mpMSName ); in ImplTranslateAttribute()
125 rString = OUString::createFromAscii( p->mpMSName ); in ImplTranslateAttribute()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx706 while( p->mpMSName ) in convertAnimationNode()
708 if( aAttributeName.compareToAscii( p->mpMSName ) == 0 ) in convertAnimationNode()
714 …DBG_ASSERT( p->mpMSName || (aAttributeName.getLength() == 0), "sd::AnimationImporter::convertAnima… in convertAnimationNode()
716 …if( p->mpMSName == 0 ) dump( "<error text=\"sd::AnimationImporter::convertAnimationNode(), unknown… in convertAnimationNode()
H A Dpptanimations.hxx194 const char* mpMSName; member

Completed in 53 milliseconds