Lines Matching refs:aEventProperties
229 Sequence< PropertyValue > aEventProperties( nPropCount ); in startElement() local
296 aEventProperties[0].Value <<= a; in startElement()
297 aEventProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_EVENT_TYPE )); in startElement()
300 aEventProperties[1].Value <<= a; in startElement()
301 aEventProperties[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()
309 …aEventProperties[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()
318 …aEventProperties[nPropCount-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( PROP_SCRIPT )); in startElement()
325 a <<= aEventProperties; in startElement()
469 Sequence< PropertyValue > aEventProperties; in WriteEventsDocument() local
473 if ( m_aItems.aEventsProperties[i] >>= aEventProperties ) in WriteEventsDocument()
474 WriteEvent( m_aItems.aEventNames[i], aEventProperties ); in WriteEventsDocument()