Searched refs:RegistryValueImpl (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryvalueimpl.cxx | 48 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, int Value) : in RegistryValueImpl() function in RegistryValueImpl 58 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::wstring& Value) : in RegistryValueImpl() function in RegistryValueImpl 69 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::string& Value) : in RegistryValueImpl() function in RegistryValueImpl 78 RegistryValueImpl::RegistryValueImpl(const RegistryValueImpl& s) : in RegistryValueImpl() function in RegistryValueImpl 89 RegistryValueImpl::~RegistryValueImpl() in ~RegistryValueImpl() 100 std::wstring RegistryValueImpl::GetName() const in GetName() 108 size_t RegistryValueImpl::GetDataSize() const in GetDataSize() 124 const void* RegistryValueImpl::GetDataBuffer() const in GetDataBuffer() 157 int RegistryValueImpl::GetDataAsInt() const in GetDataAsInt() 166 int RegistryValueImpl::GetType() const in GetType() [all …]
|
H A D | registryvalueimpl.hxx | 32 class RegistryValueImpl class 40 RegistryValueImpl(const std::wstring& Name, int Value); 42 RegistryValueImpl(const std::wstring& Name, const std::wstring& Value); 44 RegistryValueImpl(const std::wstring& Name, const std::string& Value); 47 RegistryValueImpl::RegistryValueImpl(const RegistryValueImpl& s); 50 virtual ~RegistryValueImpl(); 126 typedef std::auto_ptr<RegistryValueImpl> RegistryValue;
|
H A D | registryw9x.cxx | 243 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue() 248 … regval = RegistryValue(new RegistryValueImpl(Name, std::string(reinterpret_cast<char*>(buff)))); in GetValue() 250 regval = RegistryValue(new RegistryValueImpl(Name, std::string())); in GetValue() 288 regval_ptr = RegistryValue(new RegistryValueImpl(*Default)); 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()
|
H A D | registrywnt.cxx | 256 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue() 261 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue() 263 regval = RegistryValue(new RegistryValueImpl(Name, std::wstring())); in GetValue() 301 regval_ptr = RegistryValue(new RegistryValueImpl(*Default)); 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()
|
H A D | registrar.cxx | 351 new RegistryValueImpl( in RegisterAsHtmlEditorForInternetExplorer() 405 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultHtmlEditorForInternetExplorer() 493 new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultShellHtmlEditor() 536 new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in UnregisterAsDefaultShellHtmlEditor() 606 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(REGISTRATION_STATE, NewState)); in SetRegisterState() 694 RegistryValue RegVal(new RegistryValueImpl(std::wstring(DEFAULT_VALUE_NAME), DocumentDisplayName)); in RegisterForMsOfficeApplication()
|
H A D | register.cxx | 256 new RegistryValueImpl(REGMSDOCSTATE, 0)); in FixReturnRegistrationState()
|
Completed in 26 milliseconds