Home
last modified time | relevance | path

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

/aoo41x/main/scripting/source/storage/
H A DScriptStorage.cxx544 for ( ScriptFunction_hash::iterator it_sfh = it->second.begin(); in save() local
545 it_sfh != it_sfh_end ; ++it_sfh ) 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()
581 ScriptElement* pSE = new ScriptElement( it_sfh->second ); in save()
796 ScriptFunction_hash::const_iterator it_sfh = h_it->second.begin(); in getAllImplementations() local
799 for ( ; it_sfh != it_sfh_end ; ++it_sfh ) in getAllImplementations()
802 it_sfh->second, m_scriptStorageID ); in getAllImplementations()

Completed in 19 milliseconds