Searched refs:hResult (Results 1 – 6 of 6) sorted by relevance
376 ( FAILED(hResult) ) || in impl_sta_getCurrentFilter()706 if ( FAILED(hResult) ) in impl_sta_SetDirectory()723 if ( FAILED(hResult) ) in impl_sta_GetDirectory()819 if (FAILED(hResult)) in impl_sta_getSelectedFiles()832 if (FAILED(hResult)) in impl_sta_getSelectedFiles()899 if ( SUCCEEDED(hResult) ) in impl_sta_ShowDialogModal()952 HRESULT hResult = E_FAIL; in impl_sta_ShowDialogModal() local971 if ( FAILED(hResult) ) in impl_sta_ShowDialogModal()1032 HRESULT hResult; in lcl_removeControlItemsWorkaround() local1035 hResult = S_OK; in lcl_removeControlItemsWorkaround()[all …]
187 HRESULT hResult = E_FAIL; in lcl_updateVersionListDirectly() local193 hResult = iOpen->GetSelectedItems(&iItems); in lcl_updateVersionListDirectly()194 if (FAILED(hResult)) in lcl_updateVersionListDirectly()198 hResult = iItems->GetCount(&nCount); in lcl_updateVersionListDirectly()199 if ( FAILED(hResult) ) in lcl_updateVersionListDirectly()206 hResult = iItems->GetItemAt(0, &iItem); in lcl_updateVersionListDirectly()210 hResult = iDialog->GetCurrentSelection(&iItem); in lcl_updateVersionListDirectly()212 if ( FAILED(hResult) ) in lcl_updateVersionListDirectly()271 HRESULT hResult = pDialog->GetFileTypeIndex( &nFileTypeIndex ); in OnTypeChange() local273 if ( hResult == S_OK ) in OnTypeChange()
636 if ( FAILED(hResult) ) in SHGetIDListFromPath()637 return hResult; in SHGetIDListFromPath()652 return hResult; in SHGetIDListFromPath()667 if ( FAILED(hResult) ) in SHGetFolderFromIDList()668 return hResult; in SHGetFolderFromIDList()673 return hResult; in SHGetFolderFromIDList()688 HRESULT hResult = NOERROR; in SHResolvePath()710 while ( SUCCEEDED(hResult) ) in SHResolvePath()726 if ( SUCCEEDED(hResult) ) in SHResolvePath()738 if ( SUCCEEDED(hResult) ) in SHResolvePath()[all …]
107 HRESULT hResult = VarDecSub( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator -=() local108 bool bRet = ( hResult == S_OK ); in operator -=()115 bool bRet = ( hResult == S_OK ); in operator +=()122 bool bRet = ( hResult == S_OK ); in operator /=()129 bool bRet = ( hResult == S_OK ); in operator *=()135 HRESULT hResult = VarDecNeg( &maDec, &maDec ); in neg() local136 bool bRet = ( hResult == S_OK ); in neg()151 SbxDecimal::CmpResult eRes = (SbxDecimal::CmpResult)hResult; in compare()220 HRESULT hResult; in setString() local249 bRet = ( hResult == S_OK ); in setString()[all …]
88 HRESULT hResult = E_FAIL; in SaveObject() local102 hResult = S_OK; in SaveObject()107 return hResult; in SaveObject()
842 HRESULT hResult = E_NOTIMPL; in SHCoCreateInstance() local852 hResult = lpfnSHCoCreateInstance( lpszReserved, clsid, pUnkUnknown, iid, ppv ); in SHCoCreateInstance()854 return hResult; in SHCoCreateInstance()
Completed in 69 milliseconds