ReactOS 0.4.16-dev-424-ge4748fe
|
#include <stdarg.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winuser.h"
#include "shlwapi.h"
#include "winerror.h"
#include "objbase.h"
#include "msctf.h"
#include "msctf_internal.h"
Go to the source code of this file.
Classes | |
struct | tagDocumentMgr |
struct | tagEnumTfContext |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct tagDocumentMgr | DocumentMgr |
typedef struct tagEnumTfContext | EnumTfContext |
Variables | |
static const ITfDocumentMgrVtbl | DocumentMgrVtbl |
static const ITfSourceVtbl | DocumentMgrSourceVtbl |
static const IEnumTfContextsVtbl | IEnumTfContexts_Vtbl |
#define COBJMACROS |
Definition at line 23 of file documentmgr.c.
typedef struct tagDocumentMgr DocumentMgr |
typedef struct tagEnumTfContext EnumTfContext |
|
static |
Definition at line 127 of file documentmgr.c.
HRESULT DocumentMgr_Constructor | ( | ITfThreadMgrEventSink * | ThreadMgrSink, |
ITfDocumentMgr ** | ppOut | ||
) |
Definition at line 342 of file documentmgr.c.
Referenced by ThreadMgr_CreateDocumentMgr().
|
static |
Definition at line 147 of file documentmgr.c.
|
static |
Definition at line 78 of file documentmgr.c.
Referenced by DocumentMgr_Release().
|
static |
Definition at line 259 of file documentmgr.c.
|
static |
Definition at line 237 of file documentmgr.c.
|
static |
Definition at line 222 of file documentmgr.c.
|
static |
Definition at line 182 of file documentmgr.c.
|
static |
Definition at line 157 of file documentmgr.c.
|
static |
Definition at line 99 of file documentmgr.c.
|
static |
Definition at line 133 of file documentmgr.c.
Definition at line 285 of file documentmgr.c.
|
static |
Definition at line 300 of file documentmgr.c.
|
static |
Definition at line 279 of file documentmgr.c.
Definition at line 291 of file documentmgr.c.
Definition at line 321 of file documentmgr.c.
|
static |
Definition at line 392 of file documentmgr.c.
|
static |
Definition at line 455 of file documentmgr.c.
|
static |
Definition at line 485 of file documentmgr.c.
Referenced by DocumentMgr_EnumContexts(), and EnumTfContext_Clone().
|
static |
Definition at line 366 of file documentmgr.c.
Referenced by EnumTfContext_Release().
|
static |
Definition at line 409 of file documentmgr.c.
|
static |
Definition at line 372 of file documentmgr.c.
|
static |
Definition at line 398 of file documentmgr.c.
|
static |
Definition at line 447 of file documentmgr.c.
|
static |
Definition at line 439 of file documentmgr.c.
|
inlinestatic |
Definition at line 73 of file documentmgr.c.
Referenced by EnumTfContext_AddRef(), EnumTfContext_Clone(), EnumTfContext_Next(), EnumTfContext_QueryInterface(), EnumTfContext_Release(), EnumTfContext_Reset(), and EnumTfContext_Skip().
|
inlinestatic |
Definition at line 63 of file documentmgr.c.
Referenced by DocumentMgr_AddRef(), DocumentMgr_CreateContext(), DocumentMgr_EnumContexts(), DocumentMgr_GetBase(), DocumentMgr_GetTop(), DocumentMgr_Pop(), DocumentMgr_Push(), DocumentMgr_QueryInterface(), and DocumentMgr_Release().
|
inlinestatic |
Definition at line 68 of file documentmgr.c.
Referenced by DocumentMgrSource_AddRef(), DocumentMgrSource_AdviseSink(), DocumentMgrSource_QueryInterface(), DocumentMgrSource_Release(), and DocumentMgrSource_UnadviseSink().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |
|
static |
Definition at line 333 of file documentmgr.c.
Referenced by DocumentMgr_Constructor().
|
static |
Definition at line 266 of file documentmgr.c.
Referenced by DocumentMgr_Constructor().
|
static |
Definition at line 474 of file documentmgr.c.
Referenced by EnumTfContext_Constructor().