ReactOS 0.4.16-dev-92-g0c2cdca
|
Go to the source code of this file.
Classes | |
struct | fw_arg |
struct | IFileDialogEventsImpl |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | IDT_CHANGEFILETYPE 500 |
#define | IDT_CLOSEDIALOG 501 |
#define | MAKEFUNC(f) (p##f = (void*)GetProcAddress(hmod, #f)) |
#define | ensure_zero_events(impl) ensure_zero_events_(__FILE__, __LINE__, impl) |
#define | test_filename_savedlg(set_filename, defext, filterspec, fs_count, exp_filename) test_filename_savedlg_(set_filename, defext, filterspec, fs_count, exp_filename, __FILE__, __LINE__) |
#define | test_filename_opendlg(set_filename, psi, defext, filterspec, fs_count, exp_filename) test_filename_opendlg_(set_filename, psi, defext, filterspec, fs_count, exp_filename, __FILE__, __LINE__) |
Enumerations | |
enum | FileDialogEventsTest { IFDEVENT_TEST_NONE = 0 , IFDEVENT_TEST1 = 0x1 , IFDEVENT_TEST2 = 0x2 , IFDEVENT_TEST3 = 0x3 } |
Variables | |
static IShellFolder | LPCITEMIDLIST |
static IShellFolder IShellItem **static PIDLIST_ABSOLUTE *static IBindCtx | REFIID |
static const IFileDialogEventsVtbl | vt_IFileDialogEvents |
static const WCHAR | label [] = {'l','a','b','e','l',0} |
static const WCHAR | label2 [] = {'t','e','s','t',0} |
static const WCHAR | menuW [] = {'m','e','n','u','_','i','t','e','m',0} |
static const WCHAR | pushbutton1W [] = {'p','u','s','h','b','u','t','t','o','n','_','i','t','e','m',0} |
static const WCHAR | pushbutton2W [] = {'p','u','s','h','b','u','t','t','o','n','2','_','i','t','e','m',0} |
static const WCHAR | comboboxitem1W [] = {'c','o','m','b','o','b','o','x','1','_','i','t','e','m',0} |
static const WCHAR | comboboxitem2W [] = {'c','o','m','b','o','b','o','x','2','_','i','t','e','m',0} |
static const WCHAR | radiobutton1W [] = {'r','a','d','i','o','b','u','t','t','o','n','1','_','i','t','e','m',0} |
static const WCHAR | radiobutton2W [] = {'r','a','d','i','o','b','u','t','t','o','n','2','_','i','t','e','m',0} |
static const WCHAR | checkbutton1W [] = {'c','h','e','c','k','b','u','t','t','o','n','1','_','i','t','e','m',0} |
static const WCHAR | checkbutton2W [] = {'c','h','e','c','k','b','u','t','t','o','n','2','_','i','t','e','m',0} |
static const WCHAR | editbox1W [] = {'e','d','i','t','b','o','x','W','1','_','i','t','e','m',0} |
static const WCHAR | editbox2W [] = {'e','d','i','t','b','o','x','W','2','_','i','t','e','m',0} |
static const WCHAR | textW [] = {'t','e','x','t','_','i','t','e','m',0} |
static const WCHAR | text2W [] = {'t','e','x','t','2','_','i','t','e','m',0} |
static const WCHAR | separatorW [] = {'s','e','p','a','r','a','t','o','r','_','i','t','e','m',0} |
static const WCHAR | visualgroup1W [] = {'v','i','s','u','a','l','g','r','o','u','p','1',0} |
static const WCHAR | visualgroup2W [] = {'v','i','s','u','a','l','g','r','o','u','p','2',0} |
static const WCHAR | floatnotifysinkW [] = {'F','l','o','a','t','N','o','t','i','f','y','S','i','n','k',0} |
static const WCHAR | RadioButtonListW [] = {'R','a','d','i','o','B','u','t','t','o','n','L','i','s','t',0} |
#define ensure_zero_events | ( | impl | ) | ensure_zero_events_(__FILE__, __LINE__, impl) |
#define test_filename_opendlg | ( | set_filename, | |
psi, | |||
defext, | |||
filterspec, | |||
fs_count, | |||
exp_filename | |||
) | test_filename_opendlg_(set_filename, psi, defext, filterspec, fs_count, exp_filename, __FILE__, __LINE__) |
#define test_filename_savedlg | ( | set_filename, | |
defext, | |||
filterspec, | |||
fs_count, | |||
exp_filename | |||
) | test_filename_savedlg_(set_filename, defext, filterspec, fs_count, exp_filename, __FILE__, __LINE__) |
Enumerator | |
---|---|
IFDEVENT_TEST_NONE | |
IFDEVENT_TEST1 | |
IFDEVENT_TEST2 | |
IFDEVENT_TEST3 |
Definition at line 31 of file itemdlg.c.
DEFINE_GUID | ( | IID_IFileDialogCustomizeAlt | , |
0x8016B7B3 | , | ||
0x3D49 | , | ||
0x4504 | , | ||
0xA0 | , | ||
0xAA | , | ||
0x2A | , | ||
0x37 | , | ||
0x49 | , | ||
0x4E | , | ||
0x60 | , | ||
0x6F | |||
) |
|
static |
|
static |
Definition at line 1145 of file itemdlg.c.
Referenced by test_customize_dlgproc().
Definition at line 84 of file itemdlg.c.
Definition at line 61 of file itemdlg.c.
Referenced by find_window().
|
static |
Definition at line 92 of file itemdlg.c.
Referenced by IFileDialogEvents_fnOnFolderChange(), and test_customize_onfolderchange().
|
static |
Definition at line 310 of file itemdlg.c.
Referenced by test_advise_helper(), test_customize(), test_events(), test_filename_opendlg_(), test_filename_savedlg_(), and test_overwrite().
|
static |
Definition at line 139 of file itemdlg.c.
|
static |
|
static |
Definition at line 202 of file itemdlg.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 127 of file itemdlg.c.
Referenced by IFileDialogEvents_fnAddRef(), IFileDialogEvents_fnOnFileOk(), IFileDialogEvents_fnOnFolderChange(), IFileDialogEvents_fnOnFolderChanging(), IFileDialogEvents_fnOnOverwrite(), IFileDialogEvents_fnOnSelectionChange(), IFileDialogEvents_fnOnShareViolation(), IFileDialogEvents_fnOnTypeChange(), IFileDialogEvents_fnRelease(), test_advise_helper(), test_customize(), test_events(), test_filename_opendlg_(), test_filename_savedlg_(), and test_overwrite().
|
static |
Definition at line 42 of file itemdlg.c.
Referenced by START_TEST().
START_TEST | ( | itemdlg | ) |
Definition at line 2461 of file itemdlg.c.
Definition at line 1122 of file itemdlg.c.
Referenced by START_TEST().
|
static |
Definition at line 1043 of file itemdlg.c.
Referenced by test_advise().
IFileOpenDialog specific
IFileSaveDialog specific
Definition at line 517 of file itemdlg.c.
Referenced by START_TEST().
Definition at line 1627 of file itemdlg.c.
Referenced by START_TEST().
|
static |
Definition at line 172 of file itemdlg.c.
Referenced by IFileDialogEvents_fnOnFolderChange().
|
static |
Definition at line 1568 of file itemdlg.c.
Referenced by test_customize_dlgproc().
Definition at line 1172 of file itemdlg.c.
Referenced by START_TEST().
Definition at line 1471 of file itemdlg.c.
Referenced by START_TEST().
|
static |
Definition at line 1378 of file itemdlg.c.
|
static |
Definition at line 1315 of file itemdlg.c.
Definition at line 321 of file itemdlg.c.
Referenced by START_TEST().
Definition at line 2303 of file itemdlg.c.
Referenced by START_TEST().
Definition at line 2279 of file itemdlg.c.
Referenced by START_TEST().
Definition at line 1307 of file itemdlg.c.
Referenced by test_filename(), and test_overwrite().
|
static |
Definition at line 1555 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 1556 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
Definition at line 1551 of file itemdlg.c.
Referenced by test_customize_onfolderchange().
Definition at line 1552 of file itemdlg.c.
Referenced by test_customize_onfolderchange().
Definition at line 1557 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
Definition at line 1558 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
Definition at line 1546 of file itemdlg.c.
Referenced by add_item(), AddEntryToTree(), adns__mkquery(), cmd_goto(), f_getlabel(), f_setlabel(), FindDialogWndProc(), label_set_addr(), load_mapping_settings(), main(), save_mapping_settings(), sparc_boot_label(), Stream_LoadVolume(), sunx86_boot_label(), test_customize(), test_filesourcefilter(), test_label_elem(), test_MsiSourceListEnumMediaDisks(), Tree_Item_Copy(), TreeView_SetBOOLCheck(), txt_export_field(), write_boot_label(), write_btrfs(), write_label(), write_superblocks(), write_volume_label(), and WriteIniFile().
Definition at line 1547 of file itemdlg.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_sub(), and test_customize().
Definition at line 1548 of file itemdlg.c.
Referenced by test_customize().
Definition at line 1549 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 1550 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 1553 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 1554 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 1566 of file itemdlg.c.
Referenced by test_customize_onfolderchange().
IShellFolder IShellItem **static PIDLIST_ABSOLUTE *static IBindCtx REFIID |
Definition at line 1561 of file itemdlg.c.
Referenced by SetChmPath(), test_customize(), and test_customize_onfolderchange().
Definition at line 1560 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
Definition at line 1559 of file itemdlg.c.
Referenced by D3DXCreateTextA(), DrawStatusTextA(), EDIT_EM_SetHandle(), EDIT_WindowProc(), EDIT_WM_SetText(), EditWndProc_common(), HTMLInputElement_is_text_edit(), LISTBOX_WindowProc(), ListBoxWndProc_common(), LISTVIEW_InsertItemT(), MessageBoxIndirectA(), MessageBoxTimeoutA(), taskdialog_add_button(), taskdialog_add_command_links(), taskdialog_add_expando_button(), taskdialog_add_radio_buttons(), taskdialog_add_verification_box(), taskdialog_create_label(), taskdialog_gettext(), taskdialog_set_element_text(), test_customize(), test_customize_onfolderchange(), test_DrawTextCalcRect(), test_navigate_page(), test_popup(), test_registrar(), test_ScriptString_pSize(), test_SetText(), test_track(), test_unicode_conversions(), test_verification_box(), and test_word_movement().
Definition at line 1562 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
Definition at line 1563 of file itemdlg.c.
Referenced by test_customize(), and test_customize_onfolderchange().
|
static |
Definition at line 297 of file itemdlg.c.
Referenced by IFileDialogEvents_Constructor().