Home
last modified time | relevance | path

Searched refs:hResult (Results 1 – 6 of 6) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx376 ( 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() local
971 if ( FAILED(hResult) ) in impl_sta_ShowDialogModal()
1032 HRESULT hResult; in lcl_removeControlItemsWorkaround() local
1035 hResult = S_OK; in lcl_removeControlItemsWorkaround()
[all …]
H A DVistaFilePickerEventHandler.cxx187 HRESULT hResult = E_FAIL; in lcl_updateVersionListDirectly() local
193 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() local
273 if ( hResult == S_OK ) in OnTypeChange()
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx636 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 …]
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx107 HRESULT hResult = VarDecSub( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator -=() local
108 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() local
136 bool bRet = ( hResult == S_OK ); in neg()
151 SbxDecimal::CmpResult eRes = (SbxDecimal::CmpResult)hResult; in compare()
220 HRESULT hResult; in setString() local
249 bRet = ( hResult == S_OK ); in setString()
[all …]
/trunk/main/embeddedobj/source/msole/
H A Dolewrapclient.cxx88 HRESULT hResult = E_FAIL; in SaveObject() local
102 hResult = S_OK; in SaveObject()
107 return hResult; in SaveObject()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx842 HRESULT hResult = E_NOTIMPL; in SHCoCreateInstance() local
852 hResult = lpfnSHCoCreateInstance( lpszReserved, clsid, pUnkUnknown, iid, ppv ); in SHCoCreateInstance()
854 return hResult; in SHCoCreateInstance()

Completed in 46 milliseconds