Home
last modified time | relevance | path

Searched refs:h_itEnd (Results 1 – 4 of 4) sorted by relevance

/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx729 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getImplementations() local
731 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() local
781 if ( h_it == h_itEnd ) in getAllImplementations()
790 for ( sal_Int32 count = 0; h_it != h_itEnd; ++h_it ) in getAllImplementations()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx349 EventsHash::iterator h_itEnd = m_appEventsHash.end(); in FillItemSet() local
351 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()
366 EventsHash::iterator h_itEnd = m_docEventsHash.end(); in FillItemSet() local
368 for ( ; h_it != h_itEnd; ++h_it ) in FillItemSet()
411 EventsHash::iterator h_itEnd = m_appEventsHash.end(); in Reset() local
413 for ( ; h_it != h_itEnd; ++h_it ) in Reset()
420 EventsHash::iterator h_itEnd = m_docEventsHash.end(); in Reset() local
422 for ( ; h_it != h_itEnd; ++h_it ) in Reset()
/trunk/main/scripting/source/provider/
H A DProviderCache.cxx100 ProviderDetails_hash::iterator h_itEnd = m_hProviderDetailsCache.end(); in getAllProviders() local
107 for ( index = 0; h_it != h_itEnd; ++h_it, index++ ) in getAllProviders()
H A DActiveMSPList.cxx193 Msp_hash::iterator h_itEnd = m_hMsps.end(); in getMSPFromStringContext() local
195 if ( itr == h_itEnd ) in getMSPFromStringContext()

Completed in 22 milliseconds