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()
352 DEFAULT_VALUE_NAME, in RegisterAsHtmlEditorForInternetExplorer()
366 RegVal->SetName(DEFAULT_VALUE_NAME); in RegisterAsHtmlEditorForInternetExplorer()
407 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultHtmlEditorForInternetExplorer()
448 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()
495 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
504 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
538 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultShellHtmlEditor()
559 RegKey->DeleteValue(DEFAULT_VALUE_NAME); in UnregisterAsDefaultShellHtmlEditor()
[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

Completed in 17 milliseconds