Home
last modified time | relevance | path

Searched refs:RegistryValue (Results 1 – 11 of 11) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx216 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name) const in GetValue()
239 RegistryValue regval; in GetValue()
243 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue()
250 regval = RegistryValue(new RegistryValueImpl(Name, std::string())); in GetValue()
266 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
287 RegistryValue regval_ptr; in GetValue()
288 regval_ptr = RegistryValue(new RegistryValueImpl(*Default)); in GetValue()
298 RegistryValue regval; in GetValue()
301 regval = RegistryValue(new RegistryValueImpl(Name, *reinterpret_cast<int*>(buff))); in GetValue()
303 regval = RegistryValue(new RegistryValueImpl(Name, std::string(reinterpret_cast<char*>(buff)))); in GetValue()
[all …]
H A Dregistrywnt.cxx229 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name) const in GetValue()
252 RegistryValue regval; in GetValue()
256 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue()
263 regval = RegistryValue(new RegistryValueImpl(Name, std::wstring())); in GetValue()
279 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
300 RegistryValue regval_ptr; in GetValue()
301 regval_ptr = RegistryValue(new RegistryValueImpl(*Default)); in GetValue()
311 RegistryValue regval; in GetValue()
314 regval = RegistryValue(new RegistryValueImpl(Name, *reinterpret_cast<int*>(buff))); in GetValue()
316 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
[all …]
H A Dregistrar.cxx175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication()
350 RegistryValue RegVal( in RegisterAsHtmlEditorForInternetExplorer()
405 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultHtmlEditorForInternetExplorer()
450 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
492 RegistryValue RegVal = RegistryValue( in RegisterAsDefaultShellHtmlEditor()
535 RegistryValue RegVal = RegistryValue( in UnregisterAsDefaultShellHtmlEditor()
595 RegistryValue RegVal = RegKey->GetValue(REGISTRATION_STATE); in GetRegisterState()
606 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(REGISTRATION_STATE, NewState)); in SetRegisterState()
620 RegistryValue RegVal = RegKey->GetValue(REGISTRATION_STATE); in IsRegisteredFor()
694 RegistryValue RegVal(new RegistryValueImpl(std::wstring(DEFAULT_VALUE_NAME), DocumentDisplayName)); in RegisterForMsOfficeApplication()
[all …]
H A Dregistryw9x.hxx66 virtual RegistryValue GetValue(const std::wstring& Name) const;
73 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const;
153 virtual void SetValue(const RegistryValue& Value);
H A Dregistrywnt.hxx65 virtual RegistryValue GetValue(const std::wstring& Name) const;
72 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const;
152 virtual void SetValue(const RegistryValue& Value);
H A Dregistry.hxx126 virtual RegistryValue GetValue(const std::wstring& Name) const = 0;
133 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const = 0;
245 virtual void SetValue(const RegistryValue& Value) = 0;
H A Dregistry.cxx209 SetValue((const RegistryValue&)(RegistryKey->GetValue(Name))); in CopyValue()
233 RegistryValue RegVal = RegistryKey->GetValue(Name); in CopyValue()
H A Dregister.cxx255 RegistryValue rv_regmsdocstate = RegistryValue( in FixReturnRegistrationState()
H A Dregistryvalueimpl.hxx126 typedef std::auto_ptr<RegistryValueImpl> RegistryValue; typedef
H A Duserregistrar.cxx89 RegistryValue RegVal = RootHtmKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor()
/trunk/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas206 Dim RegistryValue As Long variable
210 RegistryValue = GetRegLong(HKEY_CURRENT_USER, subpath, AccessVBOM)
211 oldvalue = RegistryValue

Completed in 46 milliseconds