ReactOS 0.4.16-dev-905-gc1b8c4f
|
#include <stdio.h>
#include "wine/test.h"
#include "winuser.h"
#include "initguid.h"
#include "shlwapi.h"
#include "shlguid.h"
#include "comcat.h"
#include "msctf.h"
#include "olectl.h"
Go to the source code of this file.
Classes | |
struct | tagTextStoreACP |
struct | tagThreadMgrEventSink |
struct | tagClassFactory |
struct | tagTextService |
struct | tagKeyEventSink |
struct | tagTextEditSink |
struct | tagEditSession |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | SINK_UNEXPECTED 0 |
#define | SINK_EXPECTED 1 |
#define | SINK_FIRED 2 |
#define | SINK_IGNORE 3 |
#define | SINK_OPTIONAL 4 |
#define | SINK_SAVE 5 |
#define | SINK_ACTION_MASK 0xff |
#define | SINK_OPTION_MASK 0xff00 |
#define | SINK_EXPECTED_COUNT_MASK 0xff0000 |
#define | SINK_OPTION_TODO 0x0100 |
#define | FOCUS_IGNORE (ITfDocumentMgr*)0xffffffff |
#define | FOCUS_SAVE (ITfDocumentMgr*)0xfffffffe |
#define | sink_fire_ok(a, b) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_fire_ok(a,b) |
#define | sink_check_ok(a, b) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_ok(a,b) |
#define | sink_check_saved(s, p, c, n) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_saved(s,p,c,n) |
Typedefs | |
typedef struct tagTextStoreACP | TextStoreACP |
typedef struct tagThreadMgrEventSink | ThreadMgrEventSink |
typedef HRESULT(* | LPFNCONSTRUCTOR) (IUnknown *pUnkOuter, IUnknown **ppvOut) |
typedef struct tagClassFactory | ClassFactory |
typedef struct tagTextService | TextService |
typedef struct tagKeyEventSink | KeyEventSink |
typedef struct tagTextEditSink | TextEditSink |
typedef struct tagEditSession | EditSession |
#define COBJMACROS |
Definition at line 23 of file inputprocessor.c.
#define CONST_VTABLE |
Definition at line 24 of file inputprocessor.c.
#define FOCUS_IGNORE (ITfDocumentMgr*)0xffffffff |
Definition at line 57 of file inputprocessor.c.
#define FOCUS_SAVE (ITfDocumentMgr*)0xfffffffe |
Definition at line 58 of file inputprocessor.c.
#define SINK_ACTION_MASK 0xff |
Definition at line 51 of file inputprocessor.c.
#define sink_check_ok | ( | a, | |
b | |||
) | (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_ok(a,b) |
Definition at line 159 of file inputprocessor.c.
#define sink_check_saved | ( | s, | |
p, | |||
c, | |||
n | |||
) | (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_saved(s,p,c,n) |
Definition at line 173 of file inputprocessor.c.
#define SINK_EXPECTED 1 |
Definition at line 45 of file inputprocessor.c.
#define SINK_EXPECTED_COUNT_MASK 0xff0000 |
Definition at line 53 of file inputprocessor.c.
#define sink_fire_ok | ( | a, | |
b | |||
) | (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_fire_ok(a,b) |
Definition at line 131 of file inputprocessor.c.
#define SINK_FIRED 2 |
Definition at line 46 of file inputprocessor.c.
#define SINK_IGNORE 3 |
Definition at line 47 of file inputprocessor.c.
#define SINK_OPTION_MASK 0xff00 |
Definition at line 52 of file inputprocessor.c.
#define SINK_OPTION_TODO 0x0100 |
Definition at line 55 of file inputprocessor.c.
#define SINK_OPTIONAL 4 |
Definition at line 48 of file inputprocessor.c.
#define SINK_SAVE 5 |
Definition at line 49 of file inputprocessor.c.
#define SINK_UNEXPECTED 0 |
Definition at line 44 of file inputprocessor.c.
typedef struct tagClassFactory ClassFactory |
typedef struct tagEditSession EditSession |
typedef struct tagKeyEventSink KeyEventSink |
Definition at line 830 of file inputprocessor.c.
typedef struct tagTextEditSink TextEditSink |
typedef struct tagTextService TextService |
typedef struct tagTextStoreACP TextStoreACP |
Definition at line 133 of file inputprocessor.c.
Referenced by _sink_check_saved().
|
inlinestatic |
Definition at line 161 of file inputprocessor.c.
Definition at line 96 of file inputprocessor.c.
|
inlinestatic |
Definition at line 1572 of file inputprocessor.c.
Referenced by test_startSession().
|
static |
Definition at line 874 of file inputprocessor.c.
|
static |
Definition at line 925 of file inputprocessor.c.
Referenced by RegisterTextService().
|
static |
Definition at line 890 of file inputprocessor.c.
|
static |
Definition at line 855 of file inputprocessor.c.
Referenced by ClassFactory_Release().
|
static |
Definition at line 904 of file inputprocessor.c.
|
static |
Definition at line 861 of file inputprocessor.c.
|
static |
Definition at line 880 of file inputprocessor.c.
Definition at line 1079 of file inputprocessor.c.
Referenced by START_TEST().
DEFINE_GUID | ( | CLSID_FakeService | , |
0xEDE1A7AD | , | ||
0x66DE | , | ||
0x47E0 | , | ||
0xB6 | , | ||
0x20 | , | ||
0x3E | , | ||
0x92 | , | ||
0xF8 | , | ||
0x24 | , | ||
0x6B | , | ||
0xF3 | |||
) |
DEFINE_GUID | ( | CLSID_PreservedKey | , |
0xA0ED8E55 | , | ||
0xCD3B | , | ||
0x4274 | , | ||
0xB2 | , | ||
0x95 | , | ||
0xF6 | , | ||
0xC9 | , | ||
0xBA | , | ||
0x2B | , | ||
0x84 | , | ||
0x72 | |||
) |
DEFINE_GUID | ( | CLSID_TF_CategoryMgr | , |
0xA4B544A1 | , | ||
0x438D | , | ||
0x4B41 | , | ||
0x93 | , | ||
0x25 | , | ||
0x86 | , | ||
0x95 | , | ||
0x23 | , | ||
0xE2 | , | ||
0xD6 | , | ||
0xC7 | |||
) |
DEFINE_GUID | ( | CLSID_TF_InputProcessorProfiles | , |
0x33c53a50 | , | ||
0xf456 | , | ||
0x4884 | , | ||
0xb0 | , | ||
0x49 | , | ||
0x85 | , | ||
0xfd | , | ||
0x64 | , | ||
0x3e | , | ||
0xcf | , | ||
0xed | |||
) |
DEFINE_GUID | ( | CLSID_TF_ThreadMgr | , |
0x529a9e6b | , | ||
0x6587 | , | ||
0x4f23 | , | ||
0xab | , | ||
0x9e | , | ||
0x9c | , | ||
0x7d | , | ||
0x68 | , | ||
0x3e | , | ||
0x3c | , | ||
0x50 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_EMPTYCONTEXT | , |
0xd7487dbf | , | ||
0x804e | , | ||
0x41c5 | , | ||
0x89 | , | ||
0x4d | , | ||
0xad | , | ||
0x96 | , | ||
0xfd | , | ||
0x4e | , | ||
0xea | , | ||
0x13 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_HANDWRITING_OPENCLOSE | , |
0xf9ae2c6b | , | ||
0x1866 | , | ||
0x4361 | , | ||
0xaf | , | ||
0x72 | , | ||
0x7a | , | ||
0xa3 | , | ||
0x09 | , | ||
0x48 | , | ||
0x89 | , | ||
0x0e | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_KEYBOARD_DISABLED | , |
0x71a5b253 | , | ||
0x1951 | , | ||
0x466b | , | ||
0x9f | , | ||
0xbc | , | ||
0x9c | , | ||
0x88 | , | ||
0x08 | , | ||
0xfa | , | ||
0x84 | , | ||
0xf2 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_KEYBOARD_OPENCLOSE | , |
0x58273aad | , | ||
0x01bb | , | ||
0x4164 | , | ||
0x95 | , | ||
0xc6 | , | ||
0x75 | , | ||
0x5b | , | ||
0xa0 | , | ||
0xb5 | , | ||
0x16 | , | ||
0x2d | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_PERSISTMENUENABLED | , |
0x575f3783 | , | ||
0x70c8 | , | ||
0x47c8 | , | ||
0xae | , | ||
0x5d | , | ||
0x91 | , | ||
0xa0 | , | ||
0x1a | , | ||
0x1f | , | ||
0x75 | , | ||
0x92 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_SPEECH_DISABLED | , |
0x56c5c607 | , | ||
0x0703 | , | ||
0x4e59 | , | ||
0x8e | , | ||
0x52 | , | ||
0xcb | , | ||
0xc8 | , | ||
0x4e | , | ||
0x8b | , | ||
0xbe | , | ||
0x35 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_SPEECH_GLOBALSTATE | , |
0x2a54fe8e | , | ||
0x0d08 | , | ||
0x460c | , | ||
0xa7 | , | ||
0x5d | , | ||
0x87 | , | ||
0x03 | , | ||
0x5f | , | ||
0xf4 | , | ||
0x36 | , | ||
0xc5 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_SPEECH_OPENCLOSE | , |
0x544d6a63 | , | ||
0xe2e8 | , | ||
0x4752 | , | ||
0xbb | , | ||
0xd1 | , | ||
0x00 | , | ||
0x09 | , | ||
0x60 | , | ||
0xbc | , | ||
0xa0 | , | ||
0x83 | |||
) |
DEFINE_GUID | ( | GUID_COMPARTMENT_TIPUISTATUS | , |
0x148ca3ec | , | ||
0x0366 | , | ||
0x401c | , | ||
0x8d | , | ||
0x75 | , | ||
0xed | , | ||
0x97 | , | ||
0x8d | , | ||
0x85 | , | ||
0xfb | , | ||
0xc9 | |||
) |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
DEFINE_GUID | ( | GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER | , |
0x046B8C80 | , | ||
0x1647 | , | ||
0x40F7 | , | ||
0x9B | , | ||
0x21 | , | ||
0xB9 | , | ||
0x3B | , | ||
0x81 | , | ||
0xAA | , | ||
0xBC | , | ||
0x1B | |||
) |
DEFINE_GUID | ( | GUID_TFCAT_TIP_HANDWRITING | , |
0x246ecb87 | , | ||
0xc2f2 | , | ||
0x4abe | , | ||
0x90 | , | ||
0x5b | , | ||
0xc8 | , | ||
0xb3 | , | ||
0x8a | , | ||
0xdd | , | ||
0x2c | , | ||
0x43 | |||
) |
DEFINE_GUID | ( | GUID_TFCAT_TIP_KEYBOARD | , |
0x34745c63 | , | ||
0xb2f0 | , | ||
0x4784 | , | ||
0x8b | , | ||
0x67 | , | ||
0x5e | , | ||
0x12 | , | ||
0xc8 | , | ||
0x70 | , | ||
0x1a | , | ||
0x31 | |||
) |
DEFINE_GUID | ( | GUID_TFCAT_TIP_SPEECH | , |
0xB5A73CD1 | , | ||
0x8355 | , | ||
0x426B | , | ||
0xA1 | , | ||
0x61 | , | ||
0x25 | , | ||
0x98 | , | ||
0x08 | , | ||
0xF2 | , | ||
0x6B | , | ||
0x14 | |||
) |
|
static |
Definition at line 2010 of file inputprocessor.c.
|
static |
Definition at line 2131 of file inputprocessor.c.
Referenced by test_TStoApplicationText().
|
static |
Definition at line 1987 of file inputprocessor.c.
Referenced by EditSession_Release().
|
static |
Definition at line 2045 of file inputprocessor.c.
|
static |
Definition at line 1992 of file inputprocessor.c.
|
static |
Definition at line 2016 of file inputprocessor.c.
|
static |
Definition at line 2215 of file inputprocessor.c.
Referenced by test_Compartments().
Definition at line 91 of file inputprocessor.c.
Referenced by _sink_check_ok(), _sink_check_saved(), _sink_fire_ok(), _test_assigned_proc(), check_materials_(), nfs_decode_compound(), otv_Coverage_validate(), test_propertybag_countproperties(), test_propertybag_getpropertyinfo(), test_ReadConsoleOutputAttribute(), test_ReadConsoleOutputCharacterA(), test_ReadConsoleOutputCharacterW(), test_WriteConsoleOutputAttribute(), test_WriteConsoleOutputCharacterA(), and test_WriteConsoleOutputCharacterW().
|
inlinestatic |
Definition at line 839 of file inputprocessor.c.
Referenced by ClassFactory_AddRef(), ClassFactory_CreateInstance(), and ClassFactory_Release().
|
inlinestatic |
Definition at line 185 of file inputprocessor.c.
Referenced by TextStoreACP_AddRef(), and TextStoreACP_Release().
|
inlinestatic |
Definition at line 1982 of file inputprocessor.c.
Referenced by EditSession_AddRef(), and EditSession_Release().
|
inlinestatic |
Definition at line 1327 of file inputprocessor.c.
Referenced by KeyEventSink_AddRef(), and KeyEventSink_Release().
|
inlinestatic |
Definition at line 1588 of file inputprocessor.c.
Referenced by TextEditSink_AddRef(), and TextEditSink_Release().
|
inlinestatic |
Definition at line 850 of file inputprocessor.c.
Referenced by TextService_AddRef(), and TextService_Release().
|
inlinestatic |
Definition at line 482 of file inputprocessor.c.
Referenced by ThreadMgrEventSink_AddRef(), and ThreadMgrEventSink_Release().
Definition at line 1053 of file inputprocessor.c.
Referenced by START_TEST().
|
static |
Definition at line 1355 of file inputprocessor.c.
|
static |
Definition at line 1428 of file inputprocessor.c.
Referenced by test_KeystrokeMgr().
|
static |
Definition at line 1332 of file inputprocessor.c.
Referenced by KeyEventSink_Release().
|
static |
Definition at line 1393 of file inputprocessor.c.
|
static |
Definition at line 1400 of file inputprocessor.c.
|
static |
Definition at line 1407 of file inputprocessor.c.
|
static |
Definition at line 1372 of file inputprocessor.c.
|
static |
Definition at line 1379 of file inputprocessor.c.
|
static |
Definition at line 1386 of file inputprocessor.c.
|
static |
Definition at line 1337 of file inputprocessor.c.
|
static |
Definition at line 1361 of file inputprocessor.c.
Definition at line 2295 of file inputprocessor.c.
Referenced by START_TEST(), and test_AssociateFocus().
|
static |
Definition at line 742 of file inputprocessor.c.
|
static |
Definition at line 752 of file inputprocessor.c.
|
static |
Definition at line 730 of file inputprocessor.c.
|
static |
Definition at line 747 of file inputprocessor.c.
Definition at line 1019 of file inputprocessor.c.
Referenced by test_Register().
START_TEST | ( | inputprocessor | ) |
Definition at line 2570 of file inputprocessor.c.
Definition at line 1500 of file inputprocessor.c.
Referenced by START_TEST(), and test_HTMLDocument().
Definition at line 2315 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1943 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 2245 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1214 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1290 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1305 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1202 of file inputprocessor.c.
Referenced by START_TEST().
|
static |
Definition at line 1511 of file inputprocessor.c.
Referenced by test_startSession().
|
static |
Definition at line 1539 of file inputprocessor.c.
Referenced by test_startSession().
Definition at line 1118 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1137 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1183 of file inputprocessor.c.
Referenced by START_TEST().
|
static |
Definition at line 2027 of file inputprocessor.c.
Referenced by EditSession_DoEditSession().
Definition at line 1444 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 2553 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 2514 of file inputprocessor.c.
Referenced by test_MultiThreadApartment().
Definition at line 2492 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1090 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1165 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1665 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1904 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1223 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1264 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 2147 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1110 of file inputprocessor.c.
Referenced by START_TEST().
Definition at line 1174 of file inputprocessor.c.
Referenced by START_TEST().
|
static |
Definition at line 1616 of file inputprocessor.c.
|
static |
Definition at line 1649 of file inputprocessor.c.
Referenced by test_TStoApplicationText().
|
static |
Definition at line 1593 of file inputprocessor.c.
Referenced by TextEditSink_Release().
|
static |
Definition at line 1633 of file inputprocessor.c.
|
static |
Definition at line 1598 of file inputprocessor.c.
|
static |
Definition at line 1622 of file inputprocessor.c.
|
static |
Definition at line 976 of file inputprocessor.c.
|
static |
Definition at line 959 of file inputprocessor.c.
Definition at line 1002 of file inputprocessor.c.
Referenced by RegisterTextService().
|
static |
Definition at line 985 of file inputprocessor.c.
|
static |
Definition at line 936 of file inputprocessor.c.
Referenced by TextService_Release().
|
static |
Definition at line 941 of file inputprocessor.c.
|
static |
Definition at line 965 of file inputprocessor.c.
|
static |
Definition at line 213 of file inputprocessor.c.
|
static |
Definition at line 230 of file inputprocessor.c.
Definition at line 458 of file inputprocessor.c.
Referenced by test_startSession().
|
static |
Definition at line 190 of file inputprocessor.c.
Referenced by TextStoreACP_Release().
|
static |
Definition at line 372 of file inputprocessor.c.
|
static |
Definition at line 397 of file inputprocessor.c.
|
static |
Definition at line 391 of file inputprocessor.c.
|
static |
Definition at line 319 of file inputprocessor.c.
|
static |
Definition at line 385 of file inputprocessor.c.
|
static |
Definition at line 313 of file inputprocessor.c.
|
static |
Definition at line 411 of file inputprocessor.c.
|
static |
Definition at line 279 of file inputprocessor.c.
|
static |
Definition at line 265 of file inputprocessor.c.
|
static |
Definition at line 298 of file inputprocessor.c.
|
static |
Definition at line 404 of file inputprocessor.c.
|
static |
Definition at line 417 of file inputprocessor.c.
|
static |
Definition at line 331 of file inputprocessor.c.
|
static |
Definition at line 345 of file inputprocessor.c.
|
static |
Definition at line 338 of file inputprocessor.c.
|
static |
Definition at line 272 of file inputprocessor.c.
|
static |
Definition at line 325 of file inputprocessor.c.
|
static |
Definition at line 195 of file inputprocessor.c.
|
static |
Definition at line 219 of file inputprocessor.c.
|
static |
Definition at line 358 of file inputprocessor.c.
|
static |
Definition at line 365 of file inputprocessor.c.
|
static |
Definition at line 258 of file inputprocessor.c.
|
static |
Definition at line 352 of file inputprocessor.c.
|
static |
Definition at line 379 of file inputprocessor.c.
|
static |
Definition at line 292 of file inputprocessor.c.
|
static |
Definition at line 306 of file inputprocessor.c.
|
static |
Definition at line 251 of file inputprocessor.c.
|
static |
Definition at line 642 of file inputprocessor.c.
|
static |
Definition at line 652 of file inputprocessor.c.
|
static |
Definition at line 659 of file inputprocessor.c.
|
static |
Definition at line 631 of file inputprocessor.c.
|
static |
Definition at line 647 of file inputprocessor.c.
|
static |
Definition at line 796 of file inputprocessor.c.
|
static |
Definition at line 806 of file inputprocessor.c.
|
static |
Definition at line 785 of file inputprocessor.c.
|
static |
Definition at line 801 of file inputprocessor.c.
|
static |
Definition at line 688 of file inputprocessor.c.
|
static |
Definition at line 698 of file inputprocessor.c.
|
static |
Definition at line 712 of file inputprocessor.c.
|
static |
Definition at line 676 of file inputprocessor.c.
|
static |
Definition at line 693 of file inputprocessor.c.
|
static |
Definition at line 705 of file inputprocessor.c.
|
static |
Definition at line 510 of file inputprocessor.c.
Definition at line 616 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks().
|
static |
Definition at line 487 of file inputprocessor.c.
Referenced by ThreadMgrEventSink_Release().
|
static |
Definition at line 529 of file inputprocessor.c.
|
static |
Definition at line 582 of file inputprocessor.c.
|
static |
Definition at line 561 of file inputprocessor.c.
|
static |
Definition at line 543 of file inputprocessor.c.
|
static |
Definition at line 536 of file inputprocessor.c.
|
static |
Definition at line 492 of file inputprocessor.c.
|
static |
Definition at line 517 of file inputprocessor.c.
Definition at line 1025 of file inputprocessor.c.
Referenced by test_Unregister().
|
static |
Definition at line 42 of file inputprocessor.c.
Referenced by START_TEST(), test_TStoApplicationText(), TextStoreACP_AdviseSink(), and TextStoreACP_RequestLock().
|
static |
Definition at line 827 of file inputprocessor.c.
|
static |
Definition at line 39 of file inputprocessor.c.
Referenced by cff_charset_cid_to_gindex(), cff_get_cid_from_glyph_index(), cid_face_done(), cid_face_init(), cid_face_open(), cid_get_cid_from_glyph_index(), cid_get_ros(), cid_load_glyph(), cid_load_keyword(), cid_read_subrs(), FT_Get_CID_From_Glyph_Index(), get_lse(), MD_OnCommNotify(), parse_fd_array(), pointer_default(), test_ClientId(), test_KeystrokeMgr(), test_startSession(), and test_TfGuidAtom().
|
static |
Definition at line 914 of file inputprocessor.c.
Referenced by ClassFactory_Constructor().
|
static |
Definition at line 65 of file inputprocessor.c.
Referenced by test_DocumentMgrAdviseSinks(), and test_DocumentMgrUnadviseSinks().
|
static |
Definition at line 66 of file inputprocessor.c.
Referenced by test_TStoApplicationText(), and TextStoreACP_GetStatus().
|
static |
Definition at line 2122 of file inputprocessor.c.
Referenced by EditSession_Constructor().
|
static |
Definition at line 68 of file inputprocessor.c.
Referenced by ProfileActivationSink_OnActivated(), and test_startSession().
|
static |
Definition at line 36 of file inputprocessor.c.
Referenced by cleanup(), initialize(), test_FindClosestCategory(), test_RegisterCategory(), test_TfGuidAtom(), and test_UnregisterCategory().
|
static |
Definition at line 38 of file inputprocessor.c.
Referenced by START_TEST(), test_DocumentMgrAdviseSinks(), test_DocumentMgrUnadviseSinks(), test_endSession(), and test_startSession().
|
static |
Definition at line 34 of file inputprocessor.c.
Referenced by cleanup(), initialize(), test_Activate(), test_Disable(), test_Enable(), test_EnumInputProcessorInfo(), test_EnumLanguageProfiles(), test_profile_mgr(), test_Register(), and test_Unregister().
|
static |
Definition at line 37 of file inputprocessor.c.
Referenced by cleanup(), EditSession_DoEditSession(), initialize(), test_AssociateFocus(), test_ClientId(), test_Compartments(), test_endSession(), test_KeystrokeMgr(), test_startSession(), test_ThreadMgrAdviseSinks(), test_ThreadMgrUnadviseSinks(), and test_TStoApplicationText().
|
static |
Definition at line 35 of file inputprocessor.c.
Referenced by test_Activate(), test_Disable(), test_Enable(), test_EnumLanguageProfiles(), and test_Register().
|
static |
Definition at line 67 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks(), and test_ThreadMgrUnadviseSinks().
|
static |
Definition at line 1414 of file inputprocessor.c.
Referenced by KeyEventSink_Constructor().
|
static |
Definition at line 67 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks(), and test_ThreadMgrUnadviseSinks().
|
static |
Definition at line 828 of file inputprocessor.c.
Referenced by RegisterTextService(), and UnregisterTextService().
|
static |
Definition at line 78 of file inputprocessor.c.
Referenced by test_startSession(), and TextStoreACP_AdviseSink().
|
static |
Definition at line 82 of file inputprocessor.c.
Referenced by EditSession_DoEditSession(), and TextStoreACP_GetEndACP().
|
static |
Definition at line 83 of file inputprocessor.c.
Referenced by EditSession_DoEditSession(), test_AssociateFocus(), and TextStoreACP_GetSelection().
|
static |
Definition at line 80 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_TStoApplicationText(), and TextStoreACP_GetStatus().
|
static |
Definition at line 85 of file inputprocessor.c.
Referenced by test_InsertAtSelection(), and TextStoreACP_InsertTextAtSelection().
|
static |
Definition at line 81 of file inputprocessor.c.
Referenced by EditSession_DoEditSession(), test_AssociateFocus(), test_TStoApplicationText(), and TextStoreACP_RequestLock().
|
static |
Definition at line 86 of file inputprocessor.c.
Referenced by EditSession_DoEditSession(), and TextStoreACP_SetSelection().
|
static |
Definition at line 79 of file inputprocessor.c.
Referenced by test_startSession(), and TextStoreACP_UnadviseSink().
|
static |
Definition at line 69 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_endSession(), test_startSession(), and ThreadMgrEventSink_OnSetFocus().
|
static |
Definition at line 84 of file inputprocessor.c.
Referenced by EditSession_DoEditSession(), and test_TStoApplicationText().
|
static |
Definition at line 72 of file inputprocessor.c.
Referenced by _sink_check_saved(), and ThreadMgrEventSink_OnSetFocus().
|
static |
Definition at line 77 of file inputprocessor.c.
Referenced by KeyEventSink_OnSetFocus(), and test_KeystrokeMgr().
|
static |
Definition at line 71 of file inputprocessor.c.
Referenced by _sink_check_saved(), and ThreadMgrEventSink_OnSetFocus().
|
static |
Definition at line 87 of file inputprocessor.c.
Referenced by test_TStoApplicationText(), and TextEditSink_OnEndEdit().
|
static |
Definition at line 74 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_startSession(), and ThreadMgrEventSink_OnInitDocumentMgr().
|
static |
Definition at line 76 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_startSession(), and ThreadMgrEventSink_OnPopContext().
|
static |
Definition at line 75 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_startSession(), and ThreadMgrEventSink_OnPushContext().
|
static |
Definition at line 73 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_endSession(), test_startSession(), and ThreadMgrEventSink_OnSetFocus().
|
static |
Definition at line 70 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_endSession(), test_startSession(), and ThreadMgrEventSink_OnSetFocus().
Definition at line 60 of file inputprocessor.c.
Referenced by ProfileActivationSink_OnActivated(), test_Activate(), test_startSession(), and TextService_Activate().
Definition at line 61 of file inputprocessor.c.
Referenced by test_AssociateFocus(), test_endSession(), and TextService_Deactivate().
|
static |
Definition at line 1640 of file inputprocessor.c.
Referenced by TextEditSink_Constructor().
|
static |
Definition at line 992 of file inputprocessor.c.
Referenced by TextService_Constructor().
|
static |
Definition at line 424 of file inputprocessor.c.
Referenced by TextStoreACP_Constructor().
|
static |
Definition at line 781 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks().
|
static |
Definition at line 774 of file inputprocessor.c.
|
static |
Definition at line 674 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks().
|
static |
Definition at line 666 of file inputprocessor.c.
|
static |
Definition at line 820 of file inputprocessor.c.
Referenced by test_DocumentMgrAdviseSinks().
|
static |
Definition at line 813 of file inputprocessor.c.
|
static |
Definition at line 728 of file inputprocessor.c.
Referenced by test_MultiThreadApartment_Thread(), and test_ThreadMgrAdviseSinks().
|
static |
Definition at line 719 of file inputprocessor.c.
|
static |
Definition at line 603 of file inputprocessor.c.
Referenced by ThreadMgrEventSink_Constructor().
|
static |
Definition at line 40 of file inputprocessor.c.
Referenced by _test_flush_async(), add_func_info(), apartment_findfromtid(), AVISplitter_first_request(), check_hook_thread(), check_thread_instance(), cleanup_attachments(), ClearCompartment(), co_IntSetForegroundMessageQueue(), Compartment_SetValue(), CompartmentMgr_ClearCompartment(), Context_RequestEditSession(), create_child_thread(), CDirectoryWatcher::CreateAPCThread(), CreateTestThread(), dde_connect(), debugcontrol_GetLastEventInformation(), DECLARE_INTERFACE_(), end_host_object(), enum_windows(), EnumThreadProc(), extfmt_default_dbg_vlog(), fetch_thread_info(), FormatDriveDlg(), get_dispids(), get_libid_from_tid(), get_riid_from_tid(), get_textservice_clsid(), get_textservice_sink(), get_typeinfo(), IDirectPlay4Impl_EnumSessions(), image_lock(), init(), init_automation_object(), init_regexp_typeinfo(), IntActivateWindow(), IntDeactivateWindow(), CZipFolder::InvokeCommand(), KeystrokeMgr_AdviseKeyEventSink(), KeystrokeMgr_PreserveKey(), KeystrokeMgr_UnadviseKeyEventSink(), log_start_commit(), LS_ThreadProc(), mmTaskSignal(), nfs41_open(), OLEMenu_InstallHooks(), OLEMenu_IsHookInstalled(), OLEMenu_UnInstallHooks(), OutputQueue_Construct(), preprocess_dispex_data(), PrintThread(), Protocol_Start(), protocol_start(), release_host_object(), rosfmt_default_dbg_vlog(), RPC_StartLocalServer(), run_LS_tests(), CZipCreator::runThread(), ServiceStart(), set_textservice_sink(), SourceSingle_AdviseSingleSink(), SourceSingle_UnadviseSingleSink(), SPY_EnterMessage(), start_host_object2(), START_TEST(), StartPortThread(), swapchain_get_context(), test_activateapp(), test_attach_input(), test_call_from_message(), test_channel_hook(), test_client_security(), test_ClientId(), test_CoFreeUnusedLibraries(), test_Compartments(), test_CoRegisterPSClsid(), test_CoWaitForMultipleHandles(), test_CoWaitForMultipleHandles_thread(), test_crash_couninitialize(), test_CreateRemoteThread(), test_CreateThread_basic(), test_deletecontext(), test_external_connection(), Test_Focus(), test_GetDataHere_Proxy(), test_gettext(), test_globalinterfacetable(), test_handler_marshaling(), test_implicit_mta(), test_InSendMessage(), test_interthread_marshal_and_unmarshal(), test_interthread_messages(), test_KeystrokeMgr(), test_layered_window(), test_marshal_and_unmarshal_invalid(), test_marshal_channel_buffer(), test_marshal_dispinterface(), test_marshal_proxy_apartment_shutdown(), test_marshal_proxy_mta_apartment_shutdown(), test_marshal_stub_apartment_shutdown(), test_menu_input(), test_message_filter(), test_MessageBox(), test_MessageBox_WM_COPY_Test(), test_messages(), test_no_couninitialize_client(), test_no_couninitialize_server(), test_overlapped(), test_PeekMessage(), test_proxy_interfaces(), test_proxy_marshal_and_unmarshal(), test_proxy_marshal_and_unmarshal2(), test_proxy_marshal_and_unmarshal_strong(), test_proxy_marshal_and_unmarshal_weak(), test_proxy_used_in_wrong_thread(), test_reader_info(), test_registered_object_thread_affinity(), Test_SendInput(), test_SendMessage_other_thread(), test_SendMessageTimeout(), test_SetFocus(), test_SetForegroundWindow(), Test_SimpleParameters(), test_smresult(), test_startSession(), test_tablestrong_marshal_and_unmarshal_twice(), test_tableweak_and_normal_marshal_and_releasedata(), test_tableweak_and_normal_marshal_and_unmarshal(), test_tableweak_marshal_and_unmarshal_twice(), test_tableweak_marshal_releasedata1(), test_tableweak_marshal_releasedata2(), test_TfGuidAtom(), test_thread_actctx(), test_thread_objects(), test_TStoApplicationText(), test_two_tableweak_marshal_and_releasedata(), test_typelibmarshal(), Test_UnaffectedMessages(), test_winevents(), TextService_Activate(), ThreadMgrSourceSingle_AdviseSingleSink(), ThreadMgrSourceSingle_UnadviseSingleSink(), WDML_AllocTransaction(), WDML_FindTransaction(), WDML_NotifyThreadDetach(), window_proc(), WriterThread::WriterThread(), and WshShell3_Popup().
|
static |
Definition at line 63 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks(), and test_ThreadMgrUnadviseSinks().
|
static |
Definition at line 64 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks(), test_ThreadMgrUnadviseSinks(), ThreadMgrEventSink_AddRef(), and ThreadMgrEventSink_Release().
|
static |
Definition at line 826 of file inputprocessor.c.
Referenced by ClassFactory_Constructor(), ClassFactory_Destructor(), and ClassFactory_LockServer().
|
static |
Definition at line 67 of file inputprocessor.c.
Referenced by test_ThreadMgrAdviseSinks(), and test_ThreadMgrUnadviseSinks().