Home
last modified time | relevance | path

Searched refs:CreateSubKey (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
348 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
365 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
490 RegistryKey RegKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
705 RegKey = RegKeyShell->CreateSubKey(L"new"); in RegisterForMsOfficeApplication()
709 RegKey = RegKey->CreateSubKey(L"command"); in RegisterForMsOfficeApplication()
713 RegKey = RegKeyShell->CreateSubKey(L"open\\command"); in RegisterForMsOfficeApplication()
717 RegKey = RegKeyShell->CreateSubKey(L"print\\command"); in RegisterForMsOfficeApplication()
721 RegKey = RegKeyShell->CreateSubKey(L"printto\\command"); in RegisterForMsOfficeApplication()
[all …]
H A Duserregistrar.cxx77 RegistryKey LocalHtmKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
95 m_RootKey->CreateSubKey(RootHtmFwdKey); in RegisterAsDefaultShellHtmlEditor()
H A Dregister.cxx267 so_bak_key = hkcr_key->CreateSubKey(SO_BACKUP_KEY); in FixReturnRegistrationState()
291 so_bak_key = hkcu_classes_key->CreateSubKey(SO_BACKUP_KEY); in FixReturnRegistrationState()
H A Dregistryw9x.hxx109 virtual RegistryKey CreateSubKey(const std::wstring& Name);
H A Dregistrywnt.hxx108 virtual RegistryKey CreateSubKey(const std::wstring& Name);
H A Dregistry.hxx201 virtual RegistryKey CreateSubKey(const std::wstring& Name) = 0;
H A Dregistryw9x.cxx382 RegistryKey RegistryKeyImplWin9x::CreateSubKey(const std::wstring& Name) in CreateSubKey() function in RegistryKeyImplWin9x
H A Dregistrywnt.cxx395 RegistryKey RegistryKeyImplWinNT::CreateSubKey(const std::wstring& Name) in CreateSubKey() function in RegistryKeyImplWinNT

Completed in 40 milliseconds