Home
last modified time | relevance | path

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

/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx171 RegistryKey RegKey = root_key->OpenSubKey(file_extension, false); in QueryPreselectForMsApplication() local
173 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in QueryPreselectForMsApplication()
175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication()
346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer() local
348 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
356 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()
359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
363 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()
365 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
370 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()
[all …]
H A Duserregistrar.cxx41 RegistryKey RegKey = WindowsRegistry().GetCurrentUserKey(); in UserRegistrar() local
42 m_RootKey = RegKey->OpenSubKey(L"Software\\Classes"); in UserRegistrar()
60 RegistryKey RegKey = m_RootKey->OpenSubKey(L"Applications"); in UnregisterAsHtmlEditorForInternetExplorer() local
61 if ((0 == RegKey->GetSubValueCount()) && (0 == RegKey->GetSubKeyCount())) in UnregisterAsHtmlEditorForInternetExplorer()
63 RegKey->Close(); in UnregisterAsHtmlEditorForInternetExplorer()
127 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication() local
129 if ((0 == RegKey->GetSubKeyCount()) && (0 == RegKey->GetSubValueCount())) in UnregisterForMsOfficeApplication()
131 RegKey->Close(); in UnregisterForMsOfficeApplication()