Home
last modified time | relevance | path

Searched refs:dlg_type (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comdlg32/
H A Ditemdlg.c107 enum ITEMDLG_TYPE dlg_type; member
554 (This->dlg_type == ITEMDLG_TYPE_SAVE), in on_default_action()
562 if(This->dlg_type == ITEMDLG_TYPE_SAVE) in on_default_action()
672 if((This->options & FOS_OVERWRITEPROMPT) && This->dlg_type == ITEMDLG_TYPE_SAVE) in on_default_action()
2199 if(This->dlg_type == ITEMDLG_TYPE_SAVE && get_file_name(This, &filename)) in on_command_filetype()
2298 else if(IsEqualGUID(riid, &IID_IFileOpenDialog) && This->dlg_type == ITEMDLG_TYPE_OPEN) in IFileDialog2_fnQueryInterface()
2302 else if(IsEqualGUID(riid, &IID_IFileSaveDialog) && This->dlg_type == ITEMDLG_TYPE_SAVE) in IFileDialog2_fnQueryInterface()
4626 fdimpl->dlg_type = ITEMDLG_TYPE_OPEN; in FileDialog_constructor()
4634 fdimpl->dlg_type = ITEMDLG_TYPE_SAVE; in FileDialog_constructor()
H A Dfiledlg.c654 static BOOL GetFileDialog95(FileOpenDlgInfos *info, UINT dlg_type) in GetFileDialog95() argument
667 switch (dlg_type) in GetFileDialog95()