Searched refs:SUBKEYNAME (Results 1 – 2 of 2) sorted by relevance
89 const char* SUBKEYNAME = "Software\\OpenOffice\\UNO\\InstallPath"; in platformSpecific() local95 path = getPathFromRegistryKey( HKEY_CURRENT_USER, SUBKEYNAME ); in platformSpecific()105 path = getPathFromRegistryKey( HKEY_LOCAL_MACHINE, SUBKEYNAME ); in platformSpecific()
191 final String SUBKEYNAME = "Software\\OpenOffice\\UNO\\InstallPath"; in getPathFromWindowsRegistry() local198 WinRegKey key = new WinRegKey( "HKEY_CURRENT_USER", SUBKEYNAME ); in getPathFromWindowsRegistry()210 SUBKEYNAME ); in getPathFromWindowsRegistry()
Completed in 12 milliseconds