Home
last modified time | relevance | path

Searched refs:HKEY (Results 1 – 25 of 52) sorted by relevance

123

/aoo42x/main/sal/inc/systools/win32/
H A Dadvapi9x.h97 HKEY hKey, // handle to open key
105 HKEY hKey, // handle to key to enumerate
116 HKEY hKey, // handle to open key
128 HKEY hKey, // handle to open key
133 HKEY hKey, // handle to key to query
144 HKEY hKey, // handle to key
153 HKEY hKey, // handle to key
162 HKEY hKey, // handle to key
167 HKEY hKey, // handle to key to query
/aoo42x/main/cui/source/dialogs/
H A Dwinpluginlib.cxx42 HKEY hKeySoftware; in lc_isInstalled()
43 HKEY hMozillaPlugins; in lc_isInstalled()
44 HKEY hStarOffice; in lc_isInstalled()
106 HKEY hKeySoftware; in lc_uninstallPlugin()
107 HKEY hMozillaPlugins; in lc_uninstallPlugin()
108 HKEY hStarOffice; in lc_uninstallPlugin()
149 HKEY hKeySoftware; in lc_installPlugin()
150 HKEY hMozillaPlugins; in lc_installPlugin()
151 HKEY hStarOffice; in lc_installPlugin()
/aoo42x/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey()
59 HKEY hSubKey; in SetRegistryKey()
80 bool DeleteRegistryKey(HKEY RootKey, const char* KeyName) in DeleteRegistryKey()
82 HKEY hKey; in DeleteRegistryKey()
142 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, /* out */ bool& bResult) in HasSubkeysRegistryKey()
144 HKEY hKey; in HasSubkeysRegistryKey()
181 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR… in QueryRegistryKey()
183 HKEY hKey; in QueryRegistryKey()
/aoo42x/main/extensions/source/activex/main/
H A Dso_activex.cpp184 BOOL createKey( HKEY hkey, in createKey()
191 HKEY hkey1; in createKey()
215 HKEY hkey = NULL; in DllRegisterServerNative_Impl()
216 HKEY hkey1 = NULL; in DllRegisterServerNative_Impl()
217 HKEY hkey2 = NULL; in DllRegisterServerNative_Impl()
218 HKEY hkey3 = NULL; in DllRegisterServerNative_Impl()
219 HKEY hkey4 = NULL; in DllRegisterServerNative_Impl()
374 HKEY hkey1 = NULL; in DeleteKeyTree()
394 HKEY hkey = NULL; in DllUnregisterServerNative_Impl()
509 HKEY hkey = NULL; in DllRegisterServerDoc_Impl()
[all …]
/aoo42x/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx43 void createKeys(HKEY hKey, char **);
44 void deleteKeys(HKEY hKey, char **);
176 HKEY hKey; in update_activesync_regvalues()
225 HKEY subKey; in update_activesync_regvalues()
260 void createKeys(HKEY hKey, char **data) { in createKeys()
271 HKEY deviceKey, deviceIFKey, soKey, soIFKey; in createKeys()
298 void deleteKeys(HKEY hKey, TCHAR **data) { in deleteKeys()
307 HKEY deviceKey, deviceIFKey, soKey, soIFKey; in deleteKeys()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistry.hxx291 RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName);
302 RegistryKeyImpl(HKEY RootKey);
307 RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true);
317 HKEY m_hRootKey;
318 HKEY m_hSubKey;
H A Dregistrywnt.cxx63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT()
71 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey) : in RegistryKeyImplWinNT()
80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT()
400 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey()
402 HKEY hKey; in CreateSubKey()
485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
489 HKEY hKey; in ImplDeleteSubKeyTree()
H A Dregistrywnt.hxx167 RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName);
175 RegistryKeyImplWinNT(HKEY RootKey);
180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
184 LONG ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name);
H A Dregistryw9x.cxx58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x()
66 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey) : in RegistryKeyImplWin9x()
75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x()
387 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey()
389 HKEY hKey; in CreateSubKey()
H A Dregistryw9x.hxx168 RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName);
176 RegistryKeyImplWin9x(HKEY RootKey);
181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
H A Dregistry.cxx41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl()
56 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey) : in RegistryKeyImpl()
67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl()
/aoo42x/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp400 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegConnectRegistryW, (LPCWSTR,HKEY,PHKEY) )
402 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegCreateKeyW, (HKEY,LPCWSTR,PHKEY) )
403 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegDeleteKeyW, (HKEY,LPCWSTR) )
404 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegDeleteValueW, (HKEY,LPCWSTR) )
406 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegEnumKeyW, (HKEY,DWORD,LPWSTR,DWORD) )
408 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegLoadKeyW, (HKEY,LPCWSTR,LPCWSTR) )
409 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegOpenKeyExW, (HKEY,LPCWSTR,DWORD,REGSAM,PHKEY) )
410 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegOpenKeyW, (HKEY,LPCWSTR,PHKEY) )
414 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegQueryValueW, (HKEY,LPCWSTR,LPWSTR,PLONG) )
415 DEFINE_UNICOWS_THUNK( advapi32, LONG, WINAPI, RegReplaceKeyW, (HKEY,LPCWSTR,LPCWSTR,LPCWSTR) )
[all …]
H A DGetUserDomain_WINDOWS.cpp25 HKEY hkeyLogon;
26 HKEY hkeyWorkgroup;
42 HKEY hkeyNetworkProvider;
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx43 RegistryKeyGuard(HKEY hkey = 0) : in RegistryKeyGuard()
54 HKEY hkey_;
67 std::string FindProductInstallationPath(HKEY hkey) in FindProductInstallationPath()
86 HKEY hSubKey; in FindProductInstallationPath()
142 HKEY hKey; in SetProductInstallationPath()
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx97 HKEY hKey = NULL; in CheckExtensionInRegistry()
130 HKEY hSubKey; in CheckExtensionInRegistry()
169 static LONG DeleteSubKeyTree( HKEY RootKey, LPCSTR lpKey ) in DeleteSubKeyTree()
171 HKEY hKey; in DeleteSubKeyTree()
220 HKEY hKey = NULL; in RemoveExtensionInRegistry()
221 HKEY hSubKey = NULL; in RemoveExtensionInRegistry()
/aoo42x/main/shell/inc/internal/
H A Dregistry.hxx44 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…
/aoo42x/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx48 WINADVAPI LONG WINAPI RegDeleteKeyExW(HKEY,LPCWSTR,REGSAM,DWORD);
251 bool DeleteRegistryKey(HKEY RootKey, const wchar_t* KeyName) in DeleteRegistryKey()
266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey()
268 HKEY hSubKey; in SetRegistryKey()
360 HKEY key = HKEY_CURRENT_USER; in DoRegEntries()
/aoo42x/main/svx/source/dialog/
H A Dsendreportw32.cxx51 static LONG RegReadValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPVOID lpData, DWOR… in RegReadValue()
53 HKEY hKey = NULL; in RegReadValue()
69 static LONG RegWriteValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, DWORD dwType, LPCV… in RegWriteValue()
71 HKEY hKey = NULL; in RegWriteValue()
/aoo42x/main/odk/source/unowinreg/win/
H A Dunowinreg.cxx113 if (RegOpenKeyEx((HKEY)parent, namestr, 0, KEY_READ, phkey) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenKeyEx()
127 if (RegCloseKey((HKEY)hkey) == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegCloseKey()
142 if (RegQueryValueEx((HKEY)hkey, valuestr, NULL, ptype, pdata, psize) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryValueEx()
170 if (RegQueryInfoKey((HKEY)hkey, NULL, NULL, NULL, psubkeys, pmaxSubkeyLen, in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey()
/aoo42x/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx60 HKEY hkeyLogon; in GetUserDomainW_WINDOWS()
61 HKEY hkeyWorkgroup; in GetUserDomainW_WINDOWS()
77 HKEY hkeyNetworkProvider; in GetUserDomainW_WINDOWS()
/aoo42x/main/xmerge/source/activesync/
H A DXMergeSync.cpp85 static _signalRegError(long lRet, HKEY hKey, HKEY hDataKey) in _signalRegError()
100 HKEY hKey = NULL; in DllRegisterServer()
101 HKEY hDataKey = NULL; in DllRegisterServer()
611 HKEY hKey = NULL; in DllUnregisterServer()
612 HKEY hDataKey = NULL; in DllUnregisterServer()
H A DXMergeFilter.cpp149 HKEY hKey = NULL; in FormatMessage()
361 HKEY hKey = NULL; in GetJavaBaseDir()
362 HKEY hDataKey = NULL; in GetJavaBaseDir()
/aoo42x/main/cppuhelper/source/
H A Dfindsofficepath.c45 static char* getPathFromRegistryKey( HKEY hroot, const char* subKeyName ) in getPathFromRegistryKey()
47 HKEY hkey; in getPathFromRegistryKey()
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx139 HKEY hKey; in InstallExecSequenceEntry()
198 HKEY hKey; in DeinstallExecSequenceEntry()
H A Dupgrade.cxx151 HKEY hRootKey, const string& regKey, const string& upgradeKey) in RegistryKeyHasUpgradeSubKey()
153 HKEY hKey; in RegistryKeyHasUpgradeSubKey()

Completed in 95 milliseconds

123