Lines Matching refs:SUCCEEDED
848 if ( SUCCEEDED(hResult) ) in impl_sta_getSelectedFiles()
853 if ( SUCCEEDED(hResult) ) in impl_sta_getSelectedFiles()
899 if ( SUCCEEDED(hResult) ) in impl_sta_ShowDialogModal()
918 if ( SUCCEEDED(hResult) && nFileType > 0 ) in impl_sta_ShowDialogModal()
1036 while ( SUCCEEDED(hResult) ) in lcl_removeControlItemsWorkaround()
1141 if ( SUCCEEDED(hResult) ) in impl_sta_GetControlValue()
1215 if ( SUCCEEDED(iDialog->SetFileName(L"")) && in impl_refreshFileDialog()
1216 SUCCEEDED(iDialog->SetFileName(L"*.*")) ) in impl_refreshFileDialog()
1220 if (SUCCEEDED(iDialog->QueryInterface(IID_IOleWindow, reinterpret_cast<void**>(&iOleWindow)))) in impl_refreshFileDialog()
1222 if (SUCCEEDED(iDialog->QueryInterface(IID_PPV_ARGS(&iOleWindow)))) in impl_refreshFileDialog()
1226 if (SUCCEEDED(iOleWindow->GetWindow(&hwnd))) in impl_refreshFileDialog()