ReactOS 0.4.16-dev-981-g80eb313
|
#include <windows.h>
#include <commctrl.h>
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | edit_notify |
struct | context_menu_messages |
struct | dialog_mode_messages |
Macros | |
#define | ES_COMBO 0x200 |
#define | ID_EDITTESTDBUTTON 0x123 |
#define | ID_EDITTEST2 99 |
#define | MAXLEN 200 |
#define | test_notify(enchange, enmaxtext, enupdate) |
#define | edit_pos_ok(exp, got, txt) ok(exp == got, "wrong " #txt " expected %d got %d\n", exp, got); |
#define | check_pos(hwEdit, set_height, test_top, test_height, test_left) |
#define | test_dm_messages(wmcommand, wmclose, wmgetdefid, wmnextdlgctl) |
Enumerations | |
enum | seq_index { COMBINED_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES , LB_SEQ_INDEX , PARENT_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX , PARENT_FULL_SEQ_INDEX , PARENT_CD_SEQ_INDEX , LISTVIEW_SEQ_INDEX , EDITBOX_SEQ_INDEX , COMBINED_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES } |
enum | msg_id { PARENT_ID , EDIT_ID } |
Variables | |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCES] |
static struct edit_notify | notifications |
static HINSTANCE | hinst |
static HWND | hwndET2 |
static const char | szEditTest2Class [] = "EditTest2Class" |
static const char | szEditTest3Class [] = "EditTest3Class" |
static const char | szEditTest4Class [] = "EditTest4Class" |
static const char | szEditTextPositionClass [] = "EditTextPositionWindowClass" |
static int | child_edit_wmkeydown_num_messages = 0 |
static BOOL | got_en_setfocus = FALSE |
static BOOL | got_wm_capturechanged = FALSE |
static | UINT |
static | WPARAM |
static | LPARAM |
static struct context_menu_messages | menu_messages |
static struct dialog_mode_messages | dm_messages |
static const struct message | setfocus_combined_seq [] |
static const struct message | killfocus_combined_seq [] |
#define check_pos | ( | hwEdit, | |
set_height, | |||
test_top, | |||
test_height, | |||
test_left | |||
) |
#define test_dm_messages | ( | wmcommand, | |
wmclose, | |||
wmgetdefid, | |||
wmnextdlgctl | |||
) |
#define test_notify | ( | enchange, | |
enmaxtext, | |||
enupdate | |||
) |
|
static |
Definition at line 2548 of file edit.c.
Referenced by test_contextmenu().
|
static |
Definition at line 2485 of file edit.c.
Referenced by test_child_edit_wmkeydown().
Definition at line 582 of file edit.c.
Referenced by test_child_edit_wmkeydown(), test_dialogmode(), test_margins_font_change(), and test_text_position_style().
Definition at line 558 of file edit.c.
Referenced by test_char_from_pos(), test_dialogmode(), test_edit_control_1(), test_edit_control_4(), test_edit_control_limittext(), test_EM_GETHANDLE(), test_EM_GETLINE(), test_enter(), test_espassword(), test_margins(), test_paste(), test_tab(), test_text_position_style(), test_undo(), and test_wordbreak_proc().
Definition at line 571 of file edit.c.
Referenced by test_cue_banner(), and test_EM_GETLINE().
Definition at line 613 of file edit.c.
Referenced by test_child_edit_wmkeydown(), test_dialogmode(), test_margins_font_change(), and test_text_position_style().
|
static |
Definition at line 2781 of file edit.c.
Referenced by test_dialogmode().
|
static |
Definition at line 861 of file edit.c.
Referenced by register_classes(), and RegisterWindowClasses().
|
static |
Definition at line 2519 of file edit.c.
Referenced by register_classes(), and RegisterWindowClasses().
|
static |
Definition at line 155 of file edit.c.
Referenced by test_edit_dialog().
|
static |
Definition at line 303 of file edit.c.
Referenced by test_singleline_wantreturn_edit_dialog().
|
static |
Definition at line 914 of file edit.c.
Referenced by test_change_focus().
|
static |
Definition at line 422 of file edit.c.
Referenced by test_wantreturn_edit_dialog().
Definition at line 813 of file edit.c.
Referenced by ET2_OnCommand().
Definition at line 827 of file edit.c.
Referenced by ET2_WndProc().
Definition at line 833 of file edit.c.
Referenced by register_classes(), and RegisterWindowClasses().
|
static |
Definition at line 1754 of file edit.c.
Referenced by is_font_installed().
Definition at line 1636 of file edit.c.
Referenced by test_margins_default().
Definition at line 623 of file edit.c.
Referenced by test_edit_control_1(), test_enter(), test_espassword(), test_tab(), and test_undo().
Definition at line 1508 of file edit.c.
Definition at line 1759 of file edit.c.
Referenced by test_margins(), and test_margins_font_change().
|
static |
Definition at line 56 of file edit.c.
Referenced by test_multi_edit_dialog().
|
static |
Definition at line 883 of file edit.c.
Referenced by register_classes().
Definition at line 2629 of file edit.c.
Referenced by DllMain(), and START_TEST().
Definition at line 646 of file edit.c.
START_TEST | ( | edit | ) |
Definition at line 3372 of file edit.c.
Definition at line 3332 of file edit.c.
Referenced by START_TEST().
Definition at line 1188 of file edit.c.
Referenced by START_TEST().
Definition at line 2501 of file edit.c.
Referenced by START_TEST().
Definition at line 2586 of file edit.c.
Referenced by START_TEST(), and test_GetUIObject().
Definition at line 3256 of file edit.c.
Referenced by START_TEST().
Definition at line 2802 of file edit.c.
Referenced by START_TEST().
Definition at line 676 of file edit.c.
Referenced by START_TEST().
Definition at line 744 of file edit.c.
Referenced by START_TEST().
Definition at line 946 of file edit.c.
Referenced by START_TEST().
Definition at line 1349 of file edit.c.
Referenced by START_TEST().
Definition at line 1440 of file edit.c.
Referenced by START_TEST().
Definition at line 1467 of file edit.c.
Referenced by START_TEST().
Definition at line 2328 of file edit.c.
Referenced by START_TEST().
Definition at line 2934 of file edit.c.
Referenced by START_TEST().
Definition at line 3156 of file edit.c.
Referenced by START_TEST().
Definition at line 2214 of file edit.c.
Referenced by START_TEST().
Definition at line 2110 of file edit.c.
Referenced by START_TEST().
Definition at line 2702 of file edit.c.
Referenced by START_TEST().
Definition at line 1771 of file edit.c.
Referenced by START_TEST().
Definition at line 1653 of file edit.c.
Referenced by test_margins().
Definition at line 1874 of file edit.c.
Referenced by START_TEST().
Definition at line 1522 of file edit.c.
Referenced by test_margins().
Definition at line 2387 of file edit.c.
Referenced by START_TEST().
Definition at line 3087 of file edit.c.
Referenced by START_TEST().
Definition at line 2431 of file edit.c.
Referenced by START_TEST().
Definition at line 2281 of file edit.c.
Referenced by START_TEST(), and test_width().
Definition at line 1981 of file edit.c.
Referenced by test_text_position().
Definition at line 2157 of file edit.c.
Referenced by START_TEST().
Definition at line 2402 of file edit.c.
Referenced by START_TEST().
Definition at line 3209 of file edit.c.
Referenced by START_TEST().
Definition at line 3204 of file edit.c.
Referenced by test_wordbreak_proc().
Definition at line 2694 of file edit.c.
Referenced by START_TEST().
Definition at line 2763 of file edit.c.
Referenced by test_dialogmode().
Definition at line 844 of file edit.c.
Referenced by test_edit_control_3().
|
static |
Definition at line 2484 of file edit.c.
Referenced by child_edit_wmkeydown_proc(), and test_child_edit_wmkeydown().
|
static |
Definition at line 2761 of file edit.c.
Referenced by dialog_mode_wnd_proc(), and zero_dm_messages().
Definition at line 2515 of file edit.c.
Referenced by edit4_wnd_procA(), and test_contextmenu().
Definition at line 2516 of file edit.c.
Referenced by edit4_wnd_procA(), and test_contextmenu().
|
static |
Definition at line 551 of file edit.c.
Referenced by __WINE_PRINTF_ATTR(), Activate_RunDLL(), AddDeviceW(), append_file(), async1(), async2(), BITMAP_LoadImageW(), cf_absent(), cf_present(), check_prop(), check_reg_str(), MainFrameBase::Command(), create_child_editcontrol(), create_clipbrd_window(), create_editcontrol(), create_editcontrolW(), CreateEditLabelT(), CreateIconFromResourceEx(), CreateMemoryDialog(), CreateTemplateDialog(), CreateTestWindow(), CreateWindows(), CreateWnd(), crs_absent(), crs_present(), CURSORICON_LoadImageW(), custom_proc_wrapper(), da_deferred(), da_immediate(), DECLARE_INTERFACE_(), DirectInput8Create(), DirectInputCreateA(), DirectInputCreateEx(), DirectInputCreateW(), dll_entry_point(), DllMain(), DynamicLoadIcon(), env_absent(), env_present(), file_absent(), file_present(), font_absent(), font_present(), GetWindowModuleFileNameA(), GetWindowModuleFileNameW(), IDirectInput8AImpl_Initialize(), IDirectInput8WImpl_Initialize(), IDirectInputAImpl_Initialize(), IDirectInputDevice2AImpl_Initialize(), IDirectInputDevice2WImpl_Initialize(), IDirectInputWImpl_Initialize(), ini_absent(), ini_present(), launch_file(), HyperlinkCtrl::LaunchLink(), LoadIconMetric(), LoadIconWithScaleDown(), LoadImageA(), LoadImageW(), main_test(), mov_absent(), mov_present(), MsiFormatRecordA(), MsiGetPropertyA(), MsiGetPropertyW(), MsiGetSourcePathA(), MsiGetSourcePathW(), MsiGetTargetPathA(), MsiGetTargetPathW(), nested(), odbc_absent(), odbc_present(), OLEClipbrd_UnInitialize(), OleRegisterServer(), OpenAs_RunDLLA(), OpenAs_RunDLLW(), pa_absent(), pa_present(), pf_absent(), pf_present(), pp_absent(), pp_present(), ppc_absent(), ppc_present(), process2(), pub_absent(), pub_present(), rci_absent(), rci_present(), rd_absent(), rd_present(), register_classes(), RegisterWindowClasses(), rei_absent(), rei_present(), rmi_absent(), rmi_present(), rp_absent(), rp_present(), rpi_absent(), rpi_present(), ru_absent(), ru_present(), RunHTMLApplication(), RunOnceUrlCache(), s_remote_DoAction(), s_remote_EnumComponentCosts(), s_remote_EvaluateCondition(), s_remote_FormatRecord(), s_remote_GetActionInfo(), s_remote_GetActiveDatabase(), s_remote_GetComponentState(), s_remote_GetFeatureCost(), s_remote_GetFeatureState(), s_remote_GetLanguage(), s_remote_GetMode(), s_remote_GetProperty(), s_remote_GetSourcePath(), s_remote_GetTargetPath(), s_remote_ProcessMessage(), s_remote_Sequence(), s_remote_SetComponentState(), s_remote_SetFeatureState(), s_remote_SetInstallLevel(), s_remote_SetMode(), s_remote_SetProperty(), s_remote_SetTargetPath(), sds_absent(), sds_present(), sis_absent(), sis_present(), sr_absent(), sr_present(), sss_started(), sss_stopped(), START_TEST(), StiCreateInstanceA(), StiCreateInstanceW(), stillimagew_Initialize(), TaskDialog(), test_actctx_classes(), test_action_mapping(), test_contextmenu(), test_costs(), test_db(), test_dialogmode(), test_DirectInput8Create(), test_DirectInputCreateEx(), test_doaction(), test_edit_control_2(), test_edit_control_5(), test_edit_control_6(), test_edit_control_scroll(), test_edit_dialog(), test_feature_states(), test_fontsize(), test_format_record(), test_GetWindowModuleFileName(), test_icons(), TEST_Init(), test_invalid_functions(), test_LoadIconWithScaleDown(), test_MCIWndCreate(), test_misc(), test_multi_edit_dialog(), test_props(), test_retval(), test_save_settings(), test_shell_window(), test_singleline_wantreturn_edit_dialog(), test_targetpath(), test_view_get_error(), test_wantreturn_edit_dialog(), test_winproc_handles(), tl_absent(), tl_present(), TREEVIEW_EditLabel(), UnregisterWindowClasses(), WinMain(), wrv_absent(), and wrv_present().
|
static |
Definition at line 552 of file edit.c.
Referenced by ET2_check_change(), and test_edit_control_2().
Definition at line 3246 of file edit.c.
Referenced by test_change_focus().
|
static |
Definition at line 2546 of file edit.c.
Referenced by child_edit_menu_proc(), and test_contextmenu().
|
static |
Definition at line 54 of file edit.c.
Referenced by edit3_wnd_procA(), and zero_notify().
|
static |
Definition at line 48 of file edit.c.
Referenced by edit_subclass_proc(), parent_wnd_proc(), START_TEST(), and test_change_focus().
Definition at line 3235 of file edit.c.
Referenced by test_change_focus().
Definition at line 553 of file edit.c.
Referenced by register_classes(), RegisterWindowClasses(), test_edit_control_2(), and UnregisterWindowClasses().
Definition at line 554 of file edit.c.
Referenced by register_classes(), RegisterWindowClasses(), test_edit_control_3(), and UnregisterWindowClasses().
Definition at line 555 of file edit.c.
Referenced by register_classes(), RegisterWindowClasses(), test_contextmenu(), and UnregisterWindowClasses().
Definition at line 556 of file edit.c.
Referenced by create_child_editcontrol(), register_classes(), RegisterWindowClasses(), test_edit_control_5(), and UnregisterWindowClasses().