|
| SdFileDialog_Imp (weld::Window *pParent) |
|
virtual | ~SdFileDialog_Imp () override |
|
virtual void | ControlStateChanged (const css::ui::dialogs::FilePickerEvent &aEvent) override |
|
| FileDialogHelper (sal_Int16 nDialogType, FileDialogFlags nFlags, weld::Window *pPreferredParent) |
|
| FileDialogHelper (sal_Int16 nDialogType, FileDialogFlags nFlags, const OUString &rFactory, SfxFilterFlags nMust, SfxFilterFlags nDont, weld::Window *pPreferredParent) |
|
| FileDialogHelper (sal_Int16 nDialogType, FileDialogFlags nFlags, const OUString &rFactory, sal_Int16 nDialog, SfxFilterFlags nMust, SfxFilterFlags nDont, const OUString &rStandardDir, const css::uno::Sequence< OUString > &rDenyList, weld::Window *pPreferredParent) |
|
| FileDialogHelper (sal_Int16 nDialogType, FileDialogFlags nFlags, const OUString &aFilterUIName, std::u16string_view aExtName, const OUString &rStandardDir, const css::uno::Sequence< OUString > &rDenyList, weld::Window *pPreferredParent) |
|
virtual | ~FileDialogHelper () |
|
FileDialogHelper & | operator= (const FileDialogHelper &)=delete |
|
| FileDialogHelper (const FileDialogHelper &)=delete |
|
ErrCode | Execute () |
|
void | StartExecuteModal (const Link< FileDialogHelper *, void > &rEndDialogHdl) |
|
ErrCode const & | GetError () const |
|
sal_Int16 | GetDialogType () const |
|
bool | IsPasswordEnabled () const |
|
OUString | GetRealFilter () const |
|
void | SetTitle (const OUString &rNewTitle) |
|
OUString | GetPath () const |
|
css::uno::Sequence< OUString > | GetMPath () const |
|
css::uno::Sequence< OUString > | GetSelectedFiles () const |
|
void | AddFilter (const OUString &rFilterName, const OUString &rExtension) |
|
void | SetCurrentFilter (const OUString &rFilter) |
|
void | SetDisplayDirectory (const OUString &rPath) |
|
void | SetDisplayFolder (const OUString &_rURL) |
|
void | SetFileName (const OUString &_rFileName) |
|
OUString | GetCurrentFilter () const |
|
OUString | GetDisplayDirectory () const |
|
ErrCode | GetGraphic (Graphic &rGraphic) const |
|
const css::uno::Reference< css::ui::dialogs::XFilePicker3 > & | GetFilePicker () const |
|
void | FileSelectionChanged () |
|
void | DirectoryChanged () |
|
virtual void | ControlStateChanged (const css::ui::dialogs::FilePickerEvent &aEvent) |
|
void | DialogSizeChanged () |
|
void | DialogClosed (const css::ui::dialogs::DialogClosedEvent &_rEvent) |
|
void | SetControlHelpIds (const sal_Int16 *_pControlId, const char **_pHelpId) |
|
void | CreateMatcher (const OUString &rName) |
|
void | SetContext (Context _eNewContext) |
|
| DECL_DLLPRIVATE_LINK (ExecuteSystemFilePicker, void *, void) |
|
ErrCode | Execute (std::vector< OUString > &rpURLList, std::optional< SfxAllItemSet > &rpSet, OUString &rFilter, const OUString &rDirPath) |
|
ErrCode | Execute (std::optional< SfxAllItemSet > &rpSet, OUString &rFilter) |
|