Lines Matching refs:h_it

350             EventsHash::iterator h_it = m_appEventsHash.begin();  in FillItemSet()  local
351 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()
353 eventName = h_it->first; in FillItemSet()
367 EventsHash::iterator h_it = m_docEventsHash.begin(); in FillItemSet() local
368 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()
370 eventName = h_it->first; in FillItemSet()
412 EventsHash::iterator h_it = m_appEventsHash.begin(); in Reset() local
413 for ( ; h_it != h_itEnd; ++h_it ) in Reset()
415 h_it->second.second = sEmpty; in Reset()
421 EventsHash::iterator h_it = m_docEventsHash.begin(); in Reset() local
422 for ( ; h_it != h_itEnd; ++h_it ) in Reset()
424 h_it->second.second = sEmpty; in Reset()
562 EventsHash::iterator h_it = eventsHash->find( sEventName ); in DisplayAppEvents() local
563 if( h_it == eventsHash->end() ) in DisplayAppEvents()
569 ::rtl::OUString eventURL = h_it->second.second; in DisplayAppEvents()
647 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl() local
648 if(h_it != pThis->m_appEventsHash.end() ) in GenericHandler_Impl()
650 sEventType = h_it->second.first; in GenericHandler_Impl()
651 sEventURL = h_it->second.second; in GenericHandler_Impl()
656 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl() local
657 if(h_it != pThis->m_docEventsHash.end() ) in GenericHandler_Impl()
659 sEventType = h_it->second.first; in GenericHandler_Impl()
660 sEventURL = h_it->second.second; in GenericHandler_Impl()
714 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl() local
715 h_it->second.first = sEventType; in GenericHandler_Impl()
716 h_it->second.second = sEventURL; in GenericHandler_Impl()
720 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl() local
721 h_it->second.first = sEventType; in GenericHandler_Impl()
722 h_it->second.second = sEventURL; in GenericHandler_Impl()