Searched refs:Writeable (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | windowsregistry.cxx | 52 RegistryKey WindowsRegistry::GetClassesRootKey(bool Writeable) const in GetClassesRootKey() 54 return GetRegistryKey(HKEY_CLASSES_ROOT, Writeable); in GetClassesRootKey() 61 RegistryKey WindowsRegistry::GetCurrentUserKey(bool Writeable) const in GetCurrentUserKey() 63 return GetRegistryKey(HKEY_CURRENT_USER, Writeable); in GetCurrentUserKey() 70 RegistryKey WindowsRegistry::GetLocalMachineKey(bool Writeable) const in GetLocalMachineKey() 72 return GetRegistryKey(HKEY_LOCAL_MACHINE, Writeable); in GetLocalMachineKey() 79 RegistryKey WindowsRegistry::GetUserKey(bool Writeable) const in GetUserKey() 81 return GetRegistryKey(HKEY_USERS, Writeable); in GetUserKey() 88 RegistryKey WindowsRegistry::GetRegistryKey(HKEY RootKey, bool Writeable) const in GetRegistryKey() 97 regkey->Open(Writeable); in GetRegistryKey()
|
H A D | windowsregistry.hxx | 46 RegistryKey GetClassesRootKey(bool Writeable = true) const; 48 RegistryKey GetCurrentUserKey(bool Writeable = true) const; 50 RegistryKey GetLocalMachineKey(bool Writeable = true) const; 52 RegistryKey GetUserKey(bool Writeable = true) const; 55 RegistryKey GetRegistryKey(HKEY RootKey, bool Writeable) const;
|
H A D | registryw9x.cxx | 75 …n9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable) : in RegistryKeyImplWin9x() argument 76 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWin9x() 326 void RegistryKeyImplWin9x::Open(bool Writeable) in Open() argument 332 if (Writeable) in Open() 349 m_IsWriteable = Writeable; in Open() 365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey() argument 368 regkey->Open(Writeable); in OpenSubKey()
|
H A D | registrywnt.cxx | 80 …nNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable) : in RegistryKeyImplWinNT() argument 81 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWinNT() 339 void RegistryKeyImplWinNT::Open(bool Writeable) in Open() argument 345 if (Writeable) in Open() 362 m_IsWriteable = Writeable; in Open() 378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey() argument 381 regkey->Open(Writeable); in OpenSubKey()
|
H A D | registryw9x.hxx | 87 virtual void Open(bool Writeable = true); 99 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true); 181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
|
H A D | registrywnt.hxx | 86 virtual void Open(bool Writeable = true); 98 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true); 180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
|
H A D | registry.hxx | 169 virtual void Open(bool Writeable = true) = 0; 191 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true) = 0; 307 RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true);
|
H A D | registry.cxx | 67 …yKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable) : in RegistryKeyImpl() argument 71 m_IsWriteable(Writeable) in RegistryKeyImpl()
|
Completed in 56 milliseconds