Searched refs:h_it (Results 1 – 4 of 4) sorted by relevance
351 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()353 eventName = h_it->first; in FillItemSet()368 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()370 eventName = h_it->first; in FillItemSet()413 for ( ; h_it != h_itEnd; ++h_it ) in Reset()422 for ( ; h_it != h_itEnd; ++h_it ) in Reset()563 if( h_it == eventsHash->end() ) in DisplayAppEvents()715 h_it->second.first = sEventType; in GenericHandler_Impl()716 h_it->second.second = sEventURL; in GenericHandler_Impl()721 h_it->second.first = sEventType; in GenericHandler_Impl()[all …]
210 if ( h_it != mh_scriptLangs->end() ) in initialize()492 if ( h_it == mh_implementations.end() ) in updateMaps()515 h_it->second[ it->functionname ] = *it; in updateMaps()730 ScriptData_hash::iterator h_it = mh_implementations.begin(); in getImplementations() local731 if ( h_it == h_itEnd ) in getImplementations()738 h_it = mh_implementations.find( scriptURI.getLanguage() ); in getImplementations()740 if ( h_it == h_itEnd ) in getImplementations()781 if ( h_it == h_itEnd ) in getAllImplementations()790 for ( sal_Int32 count = 0; h_it != h_itEnd; ++h_it ) in getAllImplementations()792 results.realloc( h_it->second.size() + count ); in getAllImplementations()[all …]
76 ProviderDetails_hash::iterator h_it = m_hProviderDetailsCache.find( providerName ); in getProvider() local77 if ( h_it != m_hProviderDetailsCache.end() ) in getProvider()79 if ( h_it->second.provider.is() ) in getProvider()81 provider = h_it->second.provider; in getProvider()86 provider = createProvider( h_it->second ); in getProvider()101 ProviderDetails_hash::iterator h_it = m_hProviderDetailsCache.begin(); in getAllProviders() local107 for ( index = 0; h_it != h_itEnd; ++h_it, index++ ) in getAllProviders()109 Reference< provider::XScriptProvider > xScriptProvider = h_it->second.provider; in getAllProviders()119 xScriptProvider = createProvider( h_it->second ); in getAllProviders()
279 BrowseNodeAggregatorHash::iterator h_it = in loadChildNodes() local282 if ( h_it != m_hBNA->end() ) in loadChildNodes()284 … BrowseNodeAggregator* bna = static_cast< BrowseNodeAggregator* >( h_it->second.get() ); in loadChildNodes()
Completed in 37 milliseconds