Home
last modified time | relevance | path

Searched refs:DEFAULT_VALUE_NAME (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx81 DEFAULT_VALUE_NAME(L""), in Registrar()
173 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in QueryPreselectForMsApplication()
175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication()
352 DEFAULT_VALUE_NAME, in RegisterAsHtmlEditorForInternetExplorer()
366 RegVal->SetName(DEFAULT_VALUE_NAME); in RegisterAsHtmlEditorForInternetExplorer()
405 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultHtmlEditorForInternetExplorer()
407 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultHtmlEditorForInternetExplorer()
409 RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultHtmlEditorForInternetExplorer()
417 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultHtmlEditorForInternetExplorer()
418 BackupRegKey->CopyValue(RegKey, DEFAULT_VALUE_NAME); in RegisterAsDefaultHtmlEditorForInternetExplorer()
[all …]
H A Duserregistrar.cxx79 if (!LocalHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
87 if (RootHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
89 RegistryValue RegVal = RootHtmKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor()
96 LocalHtmKey->CopyValue(RootHtmKey, DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor()
H A Dregistrar.hxx111 const std::wstring DEFAULT_VALUE_NAME; member in Registrar