Searched refs:h_itEnd (Results 1 – 4 of 4) sorted by relevance
729 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getImplementations() local731 if ( h_it == h_itEnd ) in getImplementations()740 if ( h_it == h_itEnd ) in getImplementations()779 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getAllImplementations() local781 if ( h_it == h_itEnd ) in getAllImplementations()790 for ( sal_Int32 count = 0; h_it != h_itEnd; ++h_it ) in getAllImplementations()
349 EventsHash::iterator h_itEnd = m_appEventsHash.end(); in FillItemSet() local351 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()366 EventsHash::iterator h_itEnd = m_docEventsHash.end(); in FillItemSet() local368 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()411 EventsHash::iterator h_itEnd = m_appEventsHash.end(); in Reset() local413 for ( ; h_it != h_itEnd; ++h_it ) in Reset()420 EventsHash::iterator h_itEnd = m_docEventsHash.end(); in Reset() local422 for ( ; h_it != h_itEnd; ++h_it ) in Reset()
100 ProviderDetails_hash::iterator h_itEnd = m_hProviderDetailsCache.end(); in getAllProviders() local107 for ( index = 0; h_it != h_itEnd; ++h_it, index++ ) in getAllProviders()
193 Msp_hash::iterator h_itEnd = m_hMsps.end(); in getMSPFromStringContext() local195 if ( itr == h_itEnd ) in getMSPFromStringContext()
Completed in 24 milliseconds