/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey() argument 63 RootKey, KeyName, 0, "", REG_OPTION_NON_VOLATILE, KEY_WRITE, 0, &hSubKey, 0); in SetRegistryKey() 80 bool DeleteRegistryKey(HKEY RootKey, const char* KeyName) in DeleteRegistryKey() argument 86 KeyName, in DeleteRegistryKey() 122 rc = RegDeleteKeyA(RootKey, KeyName); in DeleteRegistryKey() 142 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, /* out */ bool& bResult) in HasSubkeysRegistryKey() argument 146 LONG rc = RegOpenKeyExA(RootKey, KeyName, 0, KEY_READ, &hKey); in HasSubkeysRegistryKey() 181 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR… in QueryRegistryKey() argument 187 KeyName, in QueryRegistryKey()
|
/aoo4110/main/shell/inc/internal/ |
H A D | registry.hxx | 44 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value); 49 bool DeleteRegistryKey(HKEY RootKey, const char* KeyName); 54 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, bool& bResult); 62 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR…
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XConfigManager.idl | 52 …again. If <var>KeyName</var> specifies a group of keys, the listener gets one notify for each subk… 55 @param KeyName 66 [in] string KeyName, 72 @param KeyName 83 [in] string KeyName,
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registry.cxx | 41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl() argument 44 m_KeyName(KeyName), in RegistryKeyImpl() 67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl() argument 70 m_KeyName(KeyName), in RegistryKeyImpl()
|
H A D | registryw9x.cxx | 58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x() argument 59 RegistryKeyImpl(RootKey, KeyName) in RegistryKeyImplWin9x() 75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x() argument 76 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWin9x()
|
H A D | registrywnt.cxx | 63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT() argument 64 RegistryKeyImpl(RootKey, KeyName) in RegistryKeyImplWinNT() 80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT() argument 81 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWinNT()
|
H A D | registryw9x.hxx | 168 RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName); 181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
|
H A D | registrywnt.hxx | 167 RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName); 180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
|
H A D | registry.hxx | 291 RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName); 307 RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true);
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 251 bool DeleteRegistryKey(HKEY RootKey, const wchar_t* KeyName) in DeleteRegistryKey() argument 254 RootKey, KeyName, KEY_WOW64_64KEY, 0); in DeleteRegistryKey() 266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey() argument 272 RootKey, KeyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE | KEY_WOW64_64KEY, 0, &hSubKey, 0); in SetRegistryKey()
|
/aoo4110/main/automation/source/communi/ |
H A D | communi.cxx | 566 #define GETSET(aVar, KeyName, Dafault) \ argument 567 aVar = aConf.ReadKey(KeyName,"No Entry"); \ 571 aConf.WriteKey(KeyName, aVar); \
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | Desktop.java | 327 …public static XInterface getRegistryKeyContent(XMultiServiceFactory xMSF, String KeyName, boolean … in getRegistryKeyContent() argument 336 aNodePath[0].Value = KeyName; in getRegistryKeyContent()
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.bas | 204 …Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal AppName$, ByVal KeyName$, ByVal keydefaul…
|
/aoo4110/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 70 [readonly, attribute] string KeyName;
|