Home
last modified time | relevance | path

Searched refs:lError (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx58 …LONG lError = RegCreateKeyEx( HKEY_CURRENT_USER, TEXT("Control Panel\\Desktop\\WindowMetrics"), 0,… in RebuildShellIconCache() local
60 if ( ERROR_SUCCESS == lError ) in RebuildShellIconCache()
68 lError = RegQueryValueEx( hKey, TEXT("Shell Icon Size"), 0, &dwType, (LPBYTE)szValue, &cbValue ); in RebuildShellIconCache()
70 if ( ERROR_SUCCESS == lError ) in RebuildShellIconCache()
82lError = RegSetValueEx( hKey, TEXT("Shell Icon Size"), 0, dwType, (LPBYTE)szTempValue, strlen( szT… in RebuildShellIconCache()
92 lError = RegSetValueEx( hKey, TEXT("Shell Icon Size"), 0, dwType, (LPBYTE)szValue, cbValue ); in RebuildShellIconCache()
102 lError = RegCloseKey( hKey ); in RebuildShellIconCache()
/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx282 sal_uInt32 lError=pImp->lErr; in GetErrorCode() local
283 if(!lError && GetMedium()) in GetErrorCode()
284 lError=GetMedium()->GetErrorCode(); in GetErrorCode()
285 return lError; in GetErrorCode()
H A Ddocfile.cxx446 sal_uInt32 lError=eError; in GetErrorCode() local
447 if(!lError && pInStream) in GetErrorCode()
448 lError=pInStream->GetErrorCode(); in GetErrorCode()
449 if(!lError && pOutStream) in GetErrorCode()
450 lError=pOutStream->GetErrorCode(); in GetErrorCode()
451 return lError; in GetErrorCode()

Completed in 55 milliseconds