Searched refs:RegistryValue (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryw9x.cxx | 216 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 D | registrywnt.cxx | 229 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 D | registrar.cxx | 175 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 D | registryw9x.hxx | 66 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 D | registrywnt.hxx | 65 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 D | registry.hxx | 126 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 D | registry.cxx | 209 SetValue((const RegistryValue&)(RegistryKey->GetValue(Name))); in CopyValue() 233 RegistryValue RegVal = RegistryKey->GetValue(Name); in CopyValue()
|
H A D | register.cxx | 255 RegistryValue rv_regmsdocstate = RegistryValue( in FixReturnRegistrationState()
|
H A D | registryvalueimpl.hxx | 126 typedef std::auto_ptr<RegistryValueImpl> RegistryValue; typedef
|
H A D | userregistrar.cxx | 89 RegistryValue RegVal = RootHtmKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor()
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Office10Issues.bas | 206 Dim RegistryValue As Long variable 210 RegistryValue = GetRegLong(HKEY_CURRENT_USER, subpath, AccessVBOM) 211 oldvalue = RegistryValue
|
Completed in 43 milliseconds