Lines Matching refs:m_aEvents
570 m_aEvents.swap( aEmpty ); in inspect()
817 const_cast< EventHandler* >( this )->m_aEvents.insert( EventMap::value_type( in getSupportedProperties()
831 for ( EventMap::const_iterator loop = m_aEvents.begin(); in getSupportedProperties()
832 loop != m_aEvents.end(); in getSupportedProperties()
907 for ( EventMap::const_iterator event = m_aEvents.begin(); in onInteractivePropertySelection()
908 event != m_aEvents.end(); in onInteractivePropertySelection()
945 for ( EventMap::const_iterator event = m_aEvents.begin(); in onInteractivePropertySelection()
946 event != m_aEvents.end(); in onInteractivePropertySelection()
980 m_aEvents.swap( aEmpty ); in IMPLEMENT_FORWARD_XCOMPONENT()
1138 EventMap::const_iterator pos = m_aEvents.find( _rPropertyName ); in impl_getEventForName_throw()
1139 if ( pos == m_aEvents.end() ) in impl_getEventForName_throw()