Searched refs:CopyValue (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrar.cxx | 418 BackupRegKey->CopyValue(RegKey, DEFAULT_VALUE_NAME); in RegisterAsDefaultHtmlEditorForInternetExplorer() 422 BackupRegKey->CopyValue(RegKey, L"Description"); in RegisterAsDefaultHtmlEditorForInternetExplorer() 463 RegKey->CopyValue(BackupRegKey, DEFAULT_VALUE_NAME); in UnregisterAsDefaultHtmlEditorForInternetExplorer() 470 RegKey->CopyValue(BackupRegKey, L"Description"); in UnregisterAsDefaultHtmlEditorForInternetExplorer() 514 BackupRegKey->CopyValue(RegKey, DEFAULT_VALUE_NAME, SHELL_EDIT_COMMAND_BACKUP); in RegisterAsDefaultShellHtmlEditor() 557 RegKey->CopyValue(BackupRegKey, SHELL_EDIT_COMMAND_BACKUP, DEFAULT_VALUE_NAME); in UnregisterAsDefaultShellHtmlEditor() 736 ForwardKey->CopyValue(RegKey, DEFAULT_VALUE_NAME, BACKUP_VALUE_NAME); in RegisterForMsOfficeApplication() 761 RegKey->CopyValue(FwdRegKey, BACKUP_VALUE_NAME, DEFAULT_VALUE_NAME); in UnregisterForMsOfficeApplication()
|
H A D | register.cxx | 282 so_bak_key->CopyValue(so_uninst_key, REGMSDOCSTATE); in FixReturnRegistrationState() 308 so_bak_key->CopyValue(so_bak_key_old, REGMSDOCSTATE); in FixReturnRegistrationState() 320 so_bak_key->CopyValue(so_uninst_key, REGMSDOCSTATE); in FixReturnRegistrationState()
|
H A D | registry.hxx | 261 virtual void CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name); 276 …virtual void CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name, const std::wstrin…
|
H A D | registry.cxx | 205 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name) in CopyValue() function in RegistryKeyImpl 229 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name, const std… in CopyValue() function in RegistryKeyImpl
|
H A D | userregistrar.cxx | 96 LocalHtmKey->CopyValue(RootHtmKey, DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor()
|
Completed in 16 milliseconds