Lines Matching refs:FileDialogHelper
309 const sfx2::FileDialogHelper::Context& aCtxt );
850 sfx2::FileDialogHelper* pFileDlg = NULL; in OutputFileDialog()
857 sfx2::FileDialogHelper::Context eCtxt = sfx2::FileDialogHelper::UNKNOWN_CONTEXT; in OutputFileDialog()
869 …pFileDlg = new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aFilterUIName, ::rtl::OUString( … in OutputFileDialog()
875 …pFileDlg = new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust,… in OutputFileDialog()
879 eCtxt = sfx2::FileDialogHelper::SD_EXPORT; in OutputFileDialog()
881 eCtxt = sfx2::FileDialogHelper::SI_EXPORT; in OutputFileDialog()
883 eCtxt = sfx2::FileDialogHelper::SW_EXPORT; in OutputFileDialog()
885 if ( eCtxt != sfx2::FileDialogHelper::UNKNOWN_CONTEXT ) in OutputFileDialog()
906 …pFileDlg = new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust,… in OutputFileDialog()
1139 …etReccomendedDir( const ::rtl::OUString& aSuggestedDir, const sfx2::FileDialogHelper::Context& aCt… in GetReccomendedDir()
1171 …::rtl::OUString aConfigSuggestion( ( aCtxt != sfx2::FileDialogHelper::UNKNOWN_CONTEXT ) ? SvtPathO… in GetReccomendedDir()