Searched refs:lError (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | iconcache.cxx | 58 …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() 82 …lError = 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 287 sal_uInt32 lError=pImp->lErr; in GetErrorCode() local 288 if(!lError && GetMedium()) in GetErrorCode() 289 lError=GetMedium()->GetErrorCode(); in GetErrorCode() 290 return lError; in GetErrorCode()
|
H A D | docfile.cxx | 446 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 38 milliseconds