Searched refs:hResult (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/fpicker/source/win32/filepicker/ |
| H A D | VistaFilePickerImpl.cxx | 374 HRESULT hResult = iDialog->GetFileTypeIndex(&nIndex); in impl_sta_getCurrentFilter() local 376 ( FAILED(hResult) ) || in impl_sta_getCurrentFilter() 702 …HRESULT hResult = SHCreateItemFromParsingName ( reinterpret_cast<LPCTSTR>(sDirectory.getStr()), NU… in impl_sta_SetDirectory() local 704 …HRESULT hResult = SHCreateItemFromParsingName( sDirectory.getStr(), NULL, IID_PPV_ARGS(&pFolder) ); in impl_sta_SetDirectory() local 706 if ( FAILED(hResult) ) in impl_sta_SetDirectory() 722 HRESULT hResult = iDialog->GetFolder( &pFolder ); in impl_sta_GetDirectory() local 723 if ( FAILED(hResult) ) in impl_sta_GetDirectory() 743 …HRESULT hResult = iCustom->GetCheckButtonState( css::ui::dialogs::ExtendedFilePickerElementIds::CH… in impl_sta_SetDefaultName() local 778 …HRESULT hResult = iCustomize->GetCheckButtonState( css::ui::dialogs::ExtendedFilePickerElementIds:… in impl_sta_setFiltersOnDialog() local 810 HRESULT hResult = E_FAIL; in impl_sta_getSelectedFiles() local [all …]
|
| H A D | VistaFilePickerEventHandler.cxx | 187 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()
|
| /AOO42X/main/tools/source/fsys/ |
| H A D | wntmsc.cxx | 635 HRESULT hResult = SHGetDesktopFolder( &pDesktopFolder ); in SHGetIDListFromPath() local 636 if ( FAILED(hResult) ) in SHGetIDListFromPath() 637 return hResult; in SHGetIDListFromPath() 649 …hResult = pDesktopFolder->ParseDisplayName( hwndOwner, (LPBC)NULL, wszPath, &chEaten, ppidl, &dwAt… in SHGetIDListFromPath() 652 return hResult; in SHGetIDListFromPath() 666 HRESULT hResult = SHGetDesktopFolder( &pDesktopFolder ); in SHGetFolderFromIDList() local 667 if ( FAILED(hResult) ) in SHGetFolderFromIDList() 668 return hResult; in SHGetFolderFromIDList() 670 … hResult = pDesktopFolder->BindToObject( pidl, (LPBC)NULL, IID_IShellFolder, (LPVOID *)ppFolder ); in SHGetFolderFromIDList() 673 return hResult; in SHGetFolderFromIDList() [all …]
|
| /AOO42X/main/basic/source/sbx/ |
| H A D | sbxdec.cxx | 107 HRESULT hResult = VarDecSub( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator -=() local 108 bool bRet = ( hResult == S_OK ); in operator -=() 114 HRESULT hResult = VarDecAdd( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator +=() local 115 bool bRet = ( hResult == S_OK ); in operator +=() 121 HRESULT hResult = VarDecDiv( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator /=() local 122 bool bRet = ( hResult == S_OK ); in operator /=() 128 HRESULT hResult = VarDecMul( &maDec, (LPDECIMAL)&r.maDec, &maDec ); in operator *=() local 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() [all …]
|
| /AOO42X/main/embeddedobj/source/msole/ |
| H A D | olewrapclient.cxx | 88 HRESULT hResult = E_FAIL; in SaveObject() local 102 hResult = S_OK; in SaveObject() 107 return hResult; in SaveObject()
|
| /AOO42X/main/sfx2/source/appl/ |
| H A D | shutdowniconw32.cxx | 842 HRESULT hResult = E_NOTIMPL; in SHCoCreateInstance() local 852 hResult = lpfnSHCoCreateInstance( lpszReserved, clsid, pUnkUnknown, iid, ppv ); in SHCoCreateInstance() 854 return hResult; in SHCoCreateInstance()
|