Home
last modified time | relevance | path

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

/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx229 Sequence< PropertyValue > aEventProperties( nPropCount ); in startElement() local
296 aEventProperties[0].Value <<= a; in startElement()
297aEventProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_EVENT_TYPE )); in startElement()
300 aEventProperties[1].Value <<= a; in startElement()
301aEventProperties[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_MACRO_NAME )); in startElement()
306 aEventProperties.realloc( nPropCount ); in startElement()
308 aEventProperties[nPropCount-1].Value <<= a; in startElement()
309aEventProperties[nPropCount-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_LIBRARY )… in startElement()
315 aEventProperties.realloc( nPropCount ); in startElement()
317 aEventProperties[nPropCount-1].Value <<= a; in startElement()
[all …]