Home
last modified time | relevance | path

Searched refs:ERROR_SUCCESS (Results 1 – 25 of 74) sorted by relevance

123

/AOO42X/main/xmerge/source/activesync/
H A DXMergeSync.cpp116 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
121 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
126 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
132 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
138 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
144 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
148 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
155 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
162 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
169 if (lRet != ERROR_SUCCESS) in DllRegisterServer()
[all …]
H A DXMergeFilter.cpp158 if (lRet != ERROR_SUCCESS) in FormatMessage()
163 if (lRet != ERROR_SUCCESS) in FormatMessage()
174 if (lRet != ERROR_SUCCESS) in FormatMessage()
182 if (lRet != ERROR_SUCCESS) in FormatMessage()
190 if (lRet != ERROR_SUCCESS) in FormatMessage()
376 if (lRet != ERROR_SUCCESS) in GetJavaBaseDir()
399 if (lRet != ERROR_SUCCESS) in GetJavaBaseDir()
410 if (lRet != ERROR_SUCCESS) in GetJavaBaseDir()
/AOO42X/main/extensions/source/activex/main/
H A Dso_activex.cpp193 …return ( ERROR_SUCCESS == RegCreateKeyExA( hkey, aKeyToCreate, 0, NULL, REG_OPTION_NON_VOLATILE, n… in createKey()
194 && ( !aValue || ERROR_SUCCESS == RegSetValueExA( hkey1, in createKey()
200 && ( !aChildName || ERROR_SUCCESS == RegSetValueExA( hkey1, in createKey()
206 && ERROR_SUCCESS == RegCloseKey( hkey1 ) ); in createKey()
246 …( ERROR_SUCCESS == RegCreateKeyExA( bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey… in DllRegisterServerNative_Impl()
247 … && ERROR_SUCCESS == RegSetValueExA( hkey, "", 0, REG_SZ, (const BYTE*)"SOActiveX Class", 17 ) in DllRegisterServerNative_Impl()
259 && ERROR_SUCCESS == RegCloseKey( hkey ) in DllRegisterServerNative_Impl()
260 …&& ERROR_SUCCESS == RegCreateKeyExA( bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aPrefi… in DllRegisterServerNative_Impl()
262 …&& ERROR_SUCCESS == RegCreateKeyExA( hkey, "so_activex.SOActiveX", 0, NULL, REG_OPTION_NON_VOLATIL… in DllRegisterServerNative_Impl()
265 && ERROR_SUCCESS == RegCloseKey( hkey1 ) in DllRegisterServerNative_Impl()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx100 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry()
106 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry()
132 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry()
135 while ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry()
139 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry()
174 if (ERROR_SUCCESS == rc) in DeleteSubKeyTree()
183 while (ERROR_SUCCESS == rc) in DeleteSubKeyTree()
191 if ( rc == ERROR_SUCCESS ) in DeleteSubKeyTree()
197 else if ( rc == ERROR_SUCCESS ) in DeleteSubKeyTree()
200 if ( ERROR_SUCCESS != rc ) in DeleteSubKeyTree()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx109 return ERROR_SUCCESS; in install_jf()
120 return ERROR_SUCCESS; in uninstall_jf()
146 if (ERROR_SUCCESS != uiStat) in isMulti()
179 … if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_LOCAL_MACHINE, (LPCSTR)MUKey, 0, KEY_ALL_ACCESS, &hKey)) { in update_activesync_regvalues()
189 … if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_CURRENT_USER, (LPCSTR)SUKey, 0, KEY_ALL_ACCESS, &hKey)) { in update_activesync_regvalues()
207 if (ERROR_SUCCESS == RegQueryInfoKey( in update_activesync_regvalues()
224 … if (ERROR_SUCCESS == RegEnumKeyEx(hKey,i,achKey,&cbName,NULL,NULL,NULL,&ftLastWriteTime)) { in update_activesync_regvalues()
226 … if (ERROR_SUCCESS == RegOpenKeyEx(hKey, achKey, 0, KEY_ALL_ACCESS, &subKey)) { in update_activesync_regvalues()
227 … if (ERROR_SUCCESS == RegOpenKeyEx(subKey, "Filters", 0, KEY_ALL_ACCESS, &subKey)) { in update_activesync_regvalues()
273 if (ERROR_SUCCESS == RegOpenKeyEx(hKey,devicePath,0,KEY_ALL_ACCESS, &deviceKey)) { in createKeys()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrywnt.cxx110 else if (ERROR_SUCCESS != rc) in GetSubValueCount()
135 else if (ERROR_SUCCESS != rc) in GetSubKeyCount()
154 LONG rc = ERROR_SUCCESS; in GetSubKeyNames()
162 if (ERROR_SUCCESS != rc && in GetSubKeyNames()
173 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubKeyNames()
195 LONG rc = ERROR_SUCCESS; in GetSubValueNames()
203 if (ERROR_SUCCESS != rc && in GetSubValueNames()
214 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubValueNames()
249 else if (ERROR_SUCCESS != rc) in GetValue()
308 else if (ERROR_SUCCESS != rc) in GetValue()
[all …]
H A Dregistryw9x.cxx105 else if (ERROR_SUCCESS != rc) in GetSubValueCount()
130 else if (ERROR_SUCCESS != rc) in GetSubKeyCount()
149 LONG rc = ERROR_SUCCESS; in GetSubKeyNames()
157 if (ERROR_SUCCESS != rc && in GetSubKeyNames()
168 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubKeyNames()
186 LONG rc = ERROR_SUCCESS; in GetSubValueNames()
194 if (ERROR_SUCCESS != rc && in GetSubValueNames()
205 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubValueNames()
236 else if (ERROR_SUCCESS != rc) in GetValue()
295 else if (ERROR_SUCCESS != rc) in GetValue()
[all …]
H A Dreg4msdocmsi.cxx112 return ERROR_SUCCESS; in InstallUiSequenceEntry()
122 …_SEQUENCE_EXECUTED"))) && (IsMsiPropNotEmpty(handle, TEXT("Installed")))) { return ERROR_SUCCESS; } in InstallExecSequenceEntry()
156 return ERROR_SUCCESS; in InstallExecSequenceEntry()
166 return ERROR_SUCCESS; in DeinstallExecSequenceEntry()
184 return ERROR_SUCCESS; in DeinstallExecSequenceEntry()
/AOO42X/main/cui/source/dialogs/
H A Dwinpluginlib.cxx50 if(ret != ERROR_SUCCESS){ in lc_isInstalled()
52 if(ret != ERROR_SUCCESS){ in lc_isInstalled()
57 if(ret != ERROR_SUCCESS){ in lc_isInstalled()
65 if(ret != ERROR_SUCCESS){ in lc_isInstalled()
87 if(ret == ERROR_SUCCESS){ in lc_isInstalled()
112 if(ret != ERROR_SUCCESS){ in lc_uninstallPlugin()
114 if(ret != ERROR_SUCCESS){ in lc_uninstallPlugin()
119 if(ret != ERROR_SUCCESS){ in lc_uninstallPlugin()
128 if(ret != ERROR_SUCCESS){ in lc_uninstallPlugin()
138 if(ret != ERROR_SUCCESS){ in lc_uninstallPlugin()
[all …]
/AOO42X/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx65 if (ERROR_SUCCESS == rc) in SetRegistryKey()
73 return (ERROR_SUCCESS == rc); in SetRegistryKey()
94 if (ERROR_SUCCESS == rc) in DeleteRegistryKey()
109 while (ERROR_SUCCESS == rc) in DeleteRegistryKey()
125 else if (rc == ERROR_SUCCESS) in DeleteRegistryKey()
136 return (ERROR_SUCCESS == rc); in DeleteRegistryKey()
148 if (ERROR_SUCCESS == rc) in HasSubkeysRegistryKey()
157 return (ERROR_SUCCESS == rc); in HasSubkeysRegistryKey()
192 if (ERROR_SUCCESS == rc) in QueryRegistryKey()
200 return (ERROR_SUCCESS == rc); in QueryRegistryKey()
/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp324 SetError( ERROR_SUCCESS ); in ReadProfile()
706 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in LoadMsiLibrary()
708 long nRet = ERROR_SUCCESS; in LoadMsiLibrary()
724 if ( ERROR_SUCCESS == nRet && dwType == REG_SZ && dwMsiFolderSize > 0 ) in LoadMsiLibrary()
757 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in GetPathToMSI()
759 LONG nRet = ERROR_SUCCESS; in GetPathToMSI()
773 if ( ERROR_SUCCESS != nRet || dwType != REG_SZ || nMsiFolderSize == 0 ) in GetPathToMSI()
870 if( ERROR_SUCCESS != nResult ) in LaunchInstaller()
881 if ( nResult != ERROR_SUCCESS ) in LaunchInstaller()
1041 case ERROR_SUCCESS: break; // 0 in DisplayError()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx594 return ERROR_SUCCESS; in InstallPatchedFiles()
607 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in UninstallPatchedFiles()
609 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
615 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in UninstallPatchedFiles()
617 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
624 return ERROR_SUCCESS; in UninstallPatchedFiles()
675 return ERROR_SUCCESS; in UninstallPatchedFiles()
716 return ERROR_SUCCESS; in IsOfficeRunning()
744 return ERROR_SUCCESS; in SetFeatureState()
777 if (RegOpenKey(registryRoot, registryKey.c_str(), &hKey) == ERROR_SUCCESS) in SetFeatureState()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx87 if ( ERROR_SUCCESS == ret ) in WriteRegistry()
177 } else if (ret == ERROR_SUCCESS) in GetMsiProp()
224 if (ret != ERROR_SUCCESS) in QueryReg64Table()
233 if (MsiViewExecute(rhView,NULL) != ERROR_SUCCESS) in QueryReg64Table()
249 return (ERROR_SUCCESS == rc); in DeleteRegistryKey()
265 if (ERROR_SUCCESS == rc) in SetRegistryKey()
277 return (ERROR_SUCCESS == rc); in SetRegistryKey()
293 while (MsiViewFetch(rhView,&hRecord) == ERROR_SUCCESS) in DoRegEntries()
455 return ERROR_SUCCESS; in InstallReg64()
462 return ERROR_SUCCESS; in DeinstallReg64()
/AOO42X/main/odk/source/unowinreg/win/
H A Dunowinreg.cxx49 == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenClassesRoot()
62 == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenCurrentConfig()
75 == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenCurrentUser()
88 == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenLocalMachine()
100 if (RegOpenKeyEx(HKEY_USERS, NULL, 0, KEY_READ, phkey) == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenUsers()
114 == ERROR_SUCCESS) 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()
143 == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryValueEx()
172 psecDescriptor, &ft) == ERROR_SUCCESS) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey()
/AOO42X/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx73 ERROR_SUCCESS) in FindProductInstallationPath()
83 if ((ret != ERROR_SUCCESS) && (ret != ERROR_MORE_DATA)) in FindProductInstallationPath()
87 if (RegOpenKey(hkey, &buff[0], &hSubKey) != ERROR_SUCCESS) in FindProductInstallationPath()
96 … hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()
143 if ((RegOpenKey(HKEY_CURRENT_USER, &regKeyProdPath[0], &hKey) == ERROR_SUCCESS) || in SetProductInstallationPath()
144 (RegOpenKey(HKEY_LOCAL_MACHINE, &regKeyProdPath[0], &hKey) == ERROR_SUCCESS)) in SetProductInstallationPath()
155 return ERROR_SUCCESS; in SetProductInstallationPath()
198 return ERROR_SUCCESS; in RegisterLanguagePack()
/AOO42X/main/setup_native/source/win32/customactions/shellextensions/
H A Dcompleteinstallpath.cxx130 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath()
135 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath()
140 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()
145 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath()
150 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath()
155 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()
175 return ERROR_SUCCESS; in CompleteInstallPath()
H A Dregisterextensions.cxx367 return ERROR_SUCCESS; in RegisterExtensions()
387 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in RemoveExtensions()
389 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
395 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in RemoveExtensions()
397 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
405 return ERROR_SUCCESS; in RemoveExtensions()
425 return ERROR_SUCCESS; in RemoveExtensions()
H A Dpostuninstall.cxx112 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in ExecutePostUninstallScript()
114 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in ExecutePostUninstallScript()
120 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in ExecutePostUninstallScript()
122 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in ExecutePostUninstallScript()
129 return ERROR_SUCCESS; in ExecutePostUninstallScript()
149 return ERROR_SUCCESS; in ExecutePostUninstallScript()
H A Dshellextensions.cxx153 …rrentVersion\\Shell Extensions\\Approved"),0, KEY_WRITE | KEY_WOW64_64KEY, &hKey) == ERROR_SUCCESS) in InstallExecSequenceEntry()
165 …soft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"),0, KEY_WRITE, &hKey ) == ERROR_SUCCESS) in InstallExecSequenceEntry()
178 …oftware\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"), &hKey) == ERROR_SUCCESS) in InstallExecSequenceEntry()
188 return ERROR_SUCCESS; in InstallExecSequenceEntry()
199 …oftware\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"), &hKey) == ERROR_SUCCESS) in DeinstallExecSequenceEntry()
208 return ERROR_SUCCESS; in DeinstallExecSequenceEntry()
H A Dcheckrunningoffice.cxx186 return ERROR_SUCCESS; in IsOfficeRunning()
235 return ERROR_SUCCESS; in IsOfficeRunning()
252 return ERROR_SUCCESS; in IsOfficeRunning()
254 return ERROR_SUCCESS; in IsOfficeRunning()
258 return ERROR_SUCCESS; in IsOfficeRunning()
282 return ERROR_SUCCESS; in IsOfficeRunning()
H A Dmigrateinstallpath.cxx88 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey.c_str(), &hKey ) ) in MigrateInstallPath()
90 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in MigrateInstallPath()
99 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey.c_str(), &hKey ) ) in MigrateInstallPath()
101 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in MigrateInstallPath()
111 return ERROR_SUCCESS; in MigrateInstallPath()
/AOO42X/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx207 … if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Wrt_Bin", &current_state, &future_state ) ) in GetDelta()
229 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Calc_Bin", &current_state, &future_state ) ) in GetDelta()
251 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Draw_Bin", &current_state, &future_state ) ) in GetDelta()
268 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Impress_Bin", &current_state, &future_state… in GetDelta()
285 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Math_Bin", &current_state, &future_state ) ) in GetDelta()
346 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in InstallActiveXControl()
396 return ERROR_SUCCESS; in InstallActiveXControl()
409 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in DeinstallActiveXControl()
433 return ERROR_SUCCESS; in DeinstallActiveXControl()
/AOO42X/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx92 return ERROR_SUCCESS; in ShowReleaseNotes()
98 return ERROR_SUCCESS; in ShowReleaseNotes()
126 return ERROR_SUCCESS; in ShowReleaseNotes()
135 return ERROR_SUCCESS; in ShowReleaseNotesBefore()
148 return ERROR_SUCCESS; in ShowReleaseNotesAfter()
163 return ERROR_SUCCESS; in ShowSurveyAfter()
181 return ERROR_SUCCESS; in ShowSurveyAfter()
/AOO42X/main/tools/source/stream/
H A Dstrmwnt.cxx66 { ERROR_SUCCESS, SVSTREAM_OK }, in GetSvError()
464 SetLastError( ERROR_SUCCESS ); in Open()
481 SetLastError( ERROR_SUCCESS ); // ggf. durch Redirector geaendert! in Open()
547 SetLastError( ERROR_SUCCESS ); in Open()
562 SetLastError( ERROR_SUCCESS ); in Open()
573 SetLastError( ERROR_SUCCESS ); in Open()
577 if( GetLastError() != ERROR_SUCCESS ) in Open()
/AOO42X/main/sal/systools/win32/uwinapi/
H A DGetUserDomain_WINDOWS.cpp30 if ( ERROR_SUCCESS == RegOpenKeyEx(
44 if ( ERROR_SUCCESS == RegOpenKeyEx(
52 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )
59 else if ( ERROR_SUCCESS == RegOpenKeyEx(
67 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )

123