Lines Matching refs:aFileDlg
2778 ::sfx2::FileDialogHelper aFileDlg(SFXWB_GRAPHIC); in impl_browseForImage_nothrow()
2780 aFileDlg.SetTitle(aStrTrans); in impl_browseForImage_nothrow()
2785 Reference< XFilePickerControlAccess > xController(aFileDlg.GetFilePicker(), UNO_QUERY); in impl_browseForImage_nothrow()
2801 aFileDlg.SetDisplayDirectory( sCurValue ); in impl_browseForImage_nothrow()
2806 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForImage_nothrow()
2816 aFileDlg.GetGraphic( aGraphic ); in impl_browseForImage_nothrow()
2826 _out_rNewValue <<= (::rtl::OUString)aFileDlg.GetPath(); in impl_browseForImage_nothrow()
2834 ::sfx2::FileDialogHelper aFileDlg( WB_3DLOOK ); in impl_browseForTargetURL_nothrow()
2843 aFileDlg.SetDisplayDirectory( sURL ); in impl_browseForTargetURL_nothrow()
2846 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForTargetURL_nothrow()
2848 _out_rNewValue <<= (::rtl::OUString)aFileDlg.GetPath(); in impl_browseForTargetURL_nothrow()
2888 ::sfx2::FileDialogHelper aFileDlg(WB_3DLOOK|WB_OPEN,::String::CreateFromAscii("sdatabase")); in impl_browseForDatabaseDocument_throw()
2897 aFileDlg.SetDisplayDirectory( sDataSource ); in impl_browseForDatabaseDocument_throw()
2904 aFileDlg.SetCurrentFilter(pFilter->GetUIName()); in impl_browseForDatabaseDocument_throw()
2909 bool bSuccess = ( 0 == aFileDlg.Execute() ); in impl_browseForDatabaseDocument_throw()
2911 _out_rNewValue <<= (::rtl::OUString)aFileDlg.GetPath(); in impl_browseForDatabaseDocument_throw()