Searched refs:getPathFromRegistryKey (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/cppuhelper/source/ |
H A D | findsofficepath.c | 45 static char* getPathFromRegistryKey( HKEY hroot, const char* subKeyName ) in getPathFromRegistryKey() function 95 path = getPathFromRegistryKey( HKEY_CURRENT_USER, SUBKEYNAME ); in platformSpecific() 100 path = getPathFromRegistryKey( HKEY_CURRENT_USER, SUBKEYNAME64 ); in platformSpecific() 105 path = getPathFromRegistryKey( HKEY_LOCAL_MACHINE, SUBKEYNAME ); in platformSpecific() 110 path = getPathFromRegistryKey( HKEY_LOCAL_MACHINE, SUBKEYNAME64 ); in platformSpecific()
|
/aoo4110/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 74 WCHAR* getPathFromRegistryKey( HKEY hroot, LPCWSTR subKeyName ) in getPathFromRegistryKey() function 137 szInstallPath = getPathFromRegistryKey( HKEY_CURRENT_USER, INSTALL_PATH ); in getInstallPath() 141 szInstallPath = getPathFromRegistryKey( HKEY_CURRENT_USER, INSTALL_PATH_64 ); in getInstallPath() 146 szInstallPath = getPathFromRegistryKey( HKEY_LOCAL_MACHINE, INSTALL_PATH ); in getInstallPath() 151 szInstallPath = getPathFromRegistryKey( HKEY_LOCAL_MACHINE, INSTALL_PATH_64 ); in getInstallPath()
|
Completed in 23 milliseconds