Lines Matching refs:second

435     scriptData.language = mh_scriptLangs->find( fileExtension )->second;  in createForFilesystem()
515 h_it->second[ it->functionname ] = *it; in updateMaps()
543 ScriptFunction_hash::iterator it_sfh_end = it->second.end(); in save()
544 for ( ScriptFunction_hash::iterator it_sfh = it->second.begin(); in save()
548 mh_parcels.find( it_sfh->second.parcelURI ); in save()
552 OUString parcel_xml_path = it_sfh->second.parcelURI.concat( in save()
558 it_sfh->second.parcelURI.concat( OUString::createFromAscii( in save()
574 mh_parcels[ it_sfh->second.parcelURI ] = xHandler; in save()
578 xHandler = it_parcels->second; in save()
581 ScriptElement* pSE = new ScriptElement( it_sfh->second ); in save()
593 out_it->second->ignorableWhitespace( ::rtl::OUString() ); in save()
594 out_it->second->endDocument(); in save()
595 xSource.set( out_it->second, UNO_QUERY ); in save()
749 ScriptFunction_hash::const_iterator it_datas = h_it->second.find( in getImplementations()
751 ScriptFunction_hash::const_iterator it_datas_end = h_it->second.end(); in getImplementations()
762 ScriptData scriptData = it_datas->second; in getImplementations()
792 results.realloc( h_it->second.size() + count ); in getAllImplementations()
796 ScriptFunction_hash::const_iterator it_sfh = h_it->second.begin(); in getAllImplementations()
797 ScriptFunction_hash::const_iterator it_sfh_end = h_it->second.end(); in getAllImplementations()
798 OSL_TRACE( "Adding %d to sequence of impls ", h_it->second.size() ); in getAllImplementations()
802 it_sfh->second, m_scriptStorageID ); in getAllImplementations()