Searched refs:pEventDescription (Results 1 – 1 of 1) sorted by relevance
59 const PropertyValue* pEventDescription; in EndElement() local76 pEventDescription = aEvent->second.getConstArray(); in EndElement()77 pEventDescriptionEnd = pEventDescription + aEvent->second.getLength(); in EndElement()78 for (;pEventDescription != pEventDescriptionEnd; ++pEventDescription) in EndElement()80 if ((0 == pEventDescription->Name.compareToAscii(EVENT_LOCALMACRONAME)) || in EndElement()81 (0 == pEventDescription->Name.compareToAscii(EVENT_SCRIPTURL))) in EndElement()82 pEventDescription->Value >>= pTranslated->ScriptCode; in EndElement()83 else if (0 == pEventDescription->Name.compareToAscii(EVENT_TYPE)) in EndElement()84 pEventDescription->Value >>= pTranslated->ScriptType; in EndElement()85 else if ( 0 == pEventDescription->Name.compareToAscii( EVENT_LIBRARY ) ) in EndElement()[all …]
Completed in 30 milliseconds