Home
last modified time | relevance | path

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

/aoo4110/main/cppuhelper/source/
H A Dfactory.cxx856 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local
858 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()
859 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()
865 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory() local
868 if( xLocationKey.is() && xLocationKey->getValueType() == RegistryValueType_ASCII ) in createModuleFactory()
871 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory()

Completed in 19 milliseconds