Home
last modified time | relevance | path

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

/AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication() local
177 if (REG_SZ == RegVal->GetType() && in QueryPreselectForMsApplication()
178 IsOpenOfficeRegisteredForMsApplication(RegVal->GetDataAsUniString())) in QueryPreselectForMsApplication()
183 … else if ( (REG_SZ == RegVal->GetType()) && ! root_key->HasSubKey( RegVal->GetDataAsUniString() ) ) in QueryPreselectForMsApplication()
350 RegistryValue RegVal( in RegisterAsHtmlEditorForInternetExplorer() local
356 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()
361 RegVal->SetName(L"FriendlyAppName"); in RegisterAsHtmlEditorForInternetExplorer()
362 RegVal->SetValue(OOFriendlyAppName); in RegisterAsHtmlEditorForInternetExplorer()
363 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()
366 RegVal->SetName(DEFAULT_VALUE_NAME); in RegisterAsHtmlEditorForInternetExplorer()
[all …]
H A Dregistry.cxx233 RegistryValue RegVal = RegistryKey->GetValue(Name); in CopyValue() local
234 RegVal->SetName(NewName); in CopyValue()
235 SetValue(RegVal); in CopyValue()
H A Duserregistrar.cxx89 RegistryValue RegVal = RootHtmKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor() local
91 std::wstring RootHtmFwdKey = RegVal->GetDataAsUniString(); in RegisterAsDefaultShellHtmlEditor()