Searched refs:aSubKey (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/extensions/source/activex/main/ |
H A D | so_activex.cpp | 220 char aSubKey[513]; in DllRegisterServerNative_Impl() local 244 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl() 335 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl() 396 char aSubKey[513]; in DllUnregisterServerNative_Impl() local 449 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllUnregisterServerNative_Impl() 453 wsprintfA( aSubKey, "%sso_activex.SOActiveX", aPrefix ); in DllUnregisterServerNative_Impl() 457 wsprintfA( aSubKey, "%sso_activex.SOActiveX.1", aPrefix ); in DllUnregisterServerNative_Impl() 461 wsprintfA( aSubKey, "%s\\TypeLib\\%s", aPrefix, aTypeLib ); in DllUnregisterServerNative_Impl() 511 char aSubKey[513]; in DllRegisterServerDoc_Impl() local 547 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerDoc_Impl() [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 102 char* aSubKey = "Software\\Classes\\MIME\\DataBase\\Content Type\\application/vnd.sun.xml.base"; in PatchActiveXControl() local 103 …SS == RegCreateKeyA(bInstallForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey, &hkey) ) in PatchActiveXControl()
|
Completed in 12 milliseconds