Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Deventimport.cxx59 const PropertyValue* pEventDescription; in EndElement() local
76 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 9 milliseconds