Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dfactory.cxx805 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local
807 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()
808 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()
814 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local
817 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()
820 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()