Home
last modified time | relevance | path

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

/aoo4110/main/scripting/source/storage/
H A DScriptStorage.cxx257 mh_implementations.clear(); in create()
457 mh_implementations[ scriptData.language ] = sfh; in createForFilesystem()
490 ScriptData_hash::iterator h_it = mh_implementations.find( it->language ); in updateMaps()
492 if ( h_it == mh_implementations.end() ) in updateMaps()
504 mh_implementations[ it->language ] = sfh; in updateMaps()
539 ScriptData_hash::iterator it_end = mh_implementations.end(); in save()
729 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getImplementations()
730 ScriptData_hash::iterator h_it = mh_implementations.begin(); in getImplementations()
738 h_it = mh_implementations.find( scriptURI.getLanguage() ); in getImplementations()
779 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getAllImplementations()
[all …]
H A DScriptStorage.hxx180 ScriptData_hash mh_implementations; member in scripting_impl::ScriptStorage

Completed in 22 milliseconds