Home
last modified time | relevance | path

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

/aoo42x/main/cppuhelper/source/
H A Dfindsofficepath.c45 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()
/aoo42x/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx74 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 20 milliseconds