Lines Matching refs:hModule
342 oslModule hModule = cppu::detail::loadModule( rBridgeName ); in loadModule() local
344 if (hModule) in loadModule()
345 return hModule; in loadModule()
360 oslModule hModule = 0; in loadExternalMapping() local
364 hModule = loadModule( aName = getBridgeName( rTo, rFrom, rAddPurpose ) ); in loadExternalMapping()
365 if (! hModule) in loadExternalMapping()
366 hModule = loadModule( aName = getBridgeName( rFrom, rTo, rAddPurpose ) ); in loadExternalMapping()
367 if (! hModule) in loadExternalMapping()
368 hModule = loadModule( aName = getBridgeName( rTo, rFrom, rAddPurpose ) ); in loadExternalMapping()
370 if (hModule) in loadExternalMapping()
375 hModule, aSymbolName.pData ); in loadExternalMapping()
384 ::rtl_registerModuleForUnloading( hModule ); in loadExternalMapping()
388 ::osl_unloadModule( hModule ); in loadExternalMapping()