Lines Matching refs:EventMap
173 s_aKnownEvents.insert( EventMap::value_type( \
180 static EventMap s_aKnownEvents; in lcl_getEventDescriptionForMethod()
224 EventMap::const_iterator pos = s_aKnownEvents.find( _rMethodName ); in lcl_getEventDescriptionForMethod()
353 … typedef ::std::hash_map< ::rtl::OUString, ScriptEventDescriptor, ::rtl::OUStringHash > EventMap; typedef in pcr::EventHolder
354 …typedef ::std::map< EventId, EventMap::iterator > EventMapIn…
356 EventMap m_aEventNameAccess;
402 ::std::pair< EventMap::iterator, bool > insertionResult = in addEvent()
403 m_aEventNameAccess.insert( EventMap::value_type( _rEventName, _rScriptEvent ) ); in addEvent()
417 EventMap::const_iterator pos = m_aEventNameAccess.find( _rEventName ); in impl_getDescriptor_throw()
426 EventMap::iterator pos = m_aEventNameAccess.find( _rName ); in replaceByName()
480 EventMap::const_iterator pos = m_aEventNameAccess.find( _rName ); in hasByName()
569 EventMap 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()
907 for ( EventMap::const_iterator event = m_aEvents.begin(); in onInteractivePropertySelection()
945 for ( EventMap::const_iterator event = m_aEvents.begin(); in onInteractivePropertySelection()
979 EventMap aEmpty; in IMPLEMENT_FORWARD_XCOMPONENT()
1138 EventMap::const_iterator pos = m_aEvents.find( _rPropertyName ); in impl_getEventForName_throw()