ReactOS 0.4.16-dev-125-g798ea90
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <initguid.h>
#include <ole2.h>
#include <richedit.h>
#include <richole.h>
#include <tom.h>
#include <wine/test.h>
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | EXPECT_REF(obj, ref) _expect_ref((IUnknown*)obj, ref, __LINE__) |
#define | CHECK_TYPEINFO(disp, expected_riid) _check_typeinfo((IDispatch *)disp, expected_riid, __LINE__) |
#define | MAX_BUF_LEN 1024 |
#define | CHECK_REOBJECT_STRUCT(reobj, poleobj, pstg, polesite, user) _check_reobject_struct(reobj, poleobj, pstg, polesite, user, __LINE__) |
#define | RESET_RANGE(range, start, end) _reset_range(range, start, end, __LINE__) |
#define | CHECK_RANGE(range, expected_start, expected_end) _check_range(range, expected_start, expected_end, __LINE__) |
#define | RESET_SELECTION(selection, start, end) _reset_selection(selection, start, end, __LINE__) |
#define | CHECK_SELECTION(selection, expected_start, expected_end) _check_selection(selection, expected_start, expected_end, __LINE__) |
#define | TEST_TXTRGE_SETSTART(cp, expected_start, expected_end) |
#define | TEST_TXTRGE_SETEND(cp, expected_start, expected_end) |
#define | TEST_TXTSEL_SETSTART(cp, expected_start, expected_end) |
#define | TEST_TXTSEL_SETEND(cp, expected_start, expected_end) |
Variables | |
static HMODULE | hmoduleRichEdit |
static const WCHAR | sysW [] = {'S','y','s','t','e','m',0} |
#define CHECK_RANGE | ( | range, | |
expected_start, | |||
expected_end | |||
) | _check_range(range, expected_start, expected_end, __LINE__) |
#define CHECK_REOBJECT_STRUCT | ( | reobj, | |
poleobj, | |||
pstg, | |||
polesite, | |||
user | |||
) | _check_reobject_struct(reobj, poleobj, pstg, polesite, user, __LINE__) |
#define CHECK_SELECTION | ( | selection, | |
expected_start, | |||
expected_end | |||
) | _check_selection(selection, expected_start, expected_end, __LINE__) |
#define CHECK_TYPEINFO | ( | disp, | |
expected_riid | |||
) | _check_typeinfo((IDispatch *)disp, expected_riid, __LINE__) |
#define MAX_BUF_LEN 1024 |
|
static |
Definition at line 3549 of file richole.c.
|
static |
|
static |
Definition at line 117 of file richole.c.
|
static |
|
static |
|
static |
Definition at line 816 of file richole.c.
Referenced by test_ITextRange_ScrollIntoView().
|
static |
Definition at line 90 of file richole.c.
Referenced by test_Delete(), test_dispatch(), test_Expand(), test_GetClientSite(), test_GetFont(), test_GetPara(), test_GetStoryLength(), test_GetStoryType(), test_GetText(), test_InRange(), test_InsertObject(), test_IOleInPlaceSite_GetWindow(), test_IOleWindow_GetWindow(), test_ITextDocument_Open(), test_ITextDocument_Range(), test_ITextFont(), test_ITextRange_Collapse(), test_ITextRange_GetChar(), test_ITextRange_GetDuplicate(), test_ITextRange_GetFont(), test_ITextRange_GetPara(), test_ITextRange_GetStart_GetEnd(), test_ITextRange_IsEqual(), test_ITextRange_ScrollIntoView(), test_ITextRange_SetEnd(), test_ITextRange_SetRange(), test_ITextRange_SetStart(), test_ITextSelection_Collapse(), test_ITextSelection_GetChar(), test_ITextSelection_GetDuplicate(), test_ITextSelection_GetFont(), test_ITextSelection_GetStart_GetEnd(), test_ITextSelection_SetEnd(), test_ITextSelection_SetStart(), test_MoveEnd(), test_Select(), test_SetFont(), and test_SetText().
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
|
static |
Definition at line 110 of file richole.c.
Referenced by test_GetClientSite(), test_ITextRange_GetFont(), test_ITextRange_GetPara(), and test_ITextSelection_GetFont().
Definition at line 78 of file richole.c.
Referenced by test_ITextDocument_Open().
Definition at line 60 of file richole.c.
Referenced by create_interfaces(), and test_Interfaces().
|
static |
Definition at line 100 of file richole.c.
Referenced by test_Delete(), test_dispatch(), test_Expand(), test_GetClientSite(), test_GetFont(), test_GetPara(), test_GetStoryLength(), test_GetStoryType(), test_GetText(), test_InRange(), test_InsertObject(), test_IOleInPlaceSite_GetWindow(), test_IOleWindow_GetWindow(), test_ITextDocument_Open(), test_ITextDocument_Range(), test_ITextFont(), test_ITextRange_Collapse(), test_ITextRange_GetChar(), test_ITextRange_GetDuplicate(), test_ITextRange_GetFont(), test_ITextRange_GetPara(), test_ITextRange_GetStart_GetEnd(), test_ITextRange_IsEqual(), test_ITextRange_ScrollIntoView(), test_ITextRange_SetEnd(), test_ITextRange_SetRange(), test_ITextRange_SetStart(), test_ITextSelection_Collapse(), test_ITextSelection_GetChar(), test_ITextSelection_GetDuplicate(), test_ITextSelection_GetFont(), test_ITextSelection_GetStart_GetEnd(), test_ITextSelection_SetEnd(), test_ITextSelection_SetStart(), test_MoveEnd(), test_Select(), test_SetFont(), and test_SetText().
START_TEST | ( | richole | ) |
Definition at line 4079 of file richole.c.
Definition at line 2635 of file richole.c.
Referenced by START_TEST().
Definition at line 1970 of file richole.c.
Referenced by test_ITextFont().
Definition at line 1923 of file richole.c.
Referenced by START_TEST().
Definition at line 3638 of file richole.c.
Referenced by START_TEST().
Definition at line 1590 of file richole.c.
Referenced by START_TEST().
Definition at line 1721 of file richole.c.
Referenced by START_TEST().
Definition at line 1839 of file richole.c.
Referenced by START_TEST().
Definition at line 3393 of file richole.c.
Referenced by START_TEST().
Definition at line 510 of file richole.c.
Referenced by START_TEST().
Definition at line 2777 of file richole.c.
Referenced by START_TEST().
Definition at line 3217 of file richole.c.
Referenced by START_TEST().
Definition at line 141 of file richole.c.
Referenced by START_TEST().
Definition at line 1693 of file richole.c.
Referenced by START_TEST().
Definition at line 1665 of file richole.c.
Referenced by START_TEST().
Definition at line 262 of file richole.c.
Referenced by START_TEST().
Definition at line 695 of file richole.c.
Referenced by START_TEST().
Definition at line 2294 of file richole.c.
Referenced by START_TEST().
Definition at line 1402 of file richole.c.
Referenced by START_TEST().
Definition at line 737 of file richole.c.
Referenced by START_TEST().
Definition at line 1359 of file richole.c.
Referenced by START_TEST().
Definition at line 3942 of file richole.c.
Referenced by START_TEST().
Definition at line 4033 of file richole.c.
Referenced by START_TEST().
Definition at line 934 of file richole.c.