Searched refs:xLocationKey (Results 1 – 1 of 1) sorted by relevance
856 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local858 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()859 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()865 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local868 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()871 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()
Completed in 12 milliseconds