ReactOS 0.4.16-dev-1067-ge98bba2
|
#include "editor.h"
#include "ole2.h"
#include "richole.h"
#include "imm.h"
#include "textserv.h"
#include "wine/debug.h"
#include "editstr.h"
#include "rtf.h"
#include "undocuser.h"
#include "riched20.h"
Go to the source code of this file.
Classes | |
struct | host |
Macros | |
#define | COBJMACROS |
Variables | |
static const ITextHost2Vtbl | textHostVtbl |
static BOOL | listbox_registered |
static BOOL | combobox_registered |
static const char *const | edit_messages [] |
static const char *const | richedit_messages [] |
|
static |
Definition at line 870 of file txthost.c.
Referenced by RichEdit10ANSIWndProc(), and RichEditWndProc_common().
Definition at line 1654 of file txthost.c.
|
static |
Definition at line 892 of file txthost.c.
Referenced by RichEditWndProc_common().
Definition at line 861 of file txthost.c.
Referenced by REComboWndProc(), REListWndProc(), and RichEditWndProc_common().
|
static |
Definition at line 918 of file txthost.c.
Referenced by RichEditWndProc_common().
Definition at line 1038 of file txthost.c.
Referenced by RichEditWndProc_common().
struct host * host_create | ( | HWND | hwnd, |
CREATESTRUCTW * | cs, | ||
BOOL | emulate_10 | ||
) |
Definition at line 96 of file txthost.c.
Referenced by create_windowed_editor().
Definition at line 63 of file txthost.c.
Referenced by host_create().
Definition at line 131 of file txthost.c.
Referenced by ITextHostImpl_AddRef(), ITextHostImpl_QueryInterface(), ITextHostImpl_Release(), ITextHostImpl_TxActivate(), ITextHostImpl_TxClientToScreen(), ITextHostImpl_TxCreateCaret(), ITextHostImpl_TxEnableScrollBar(), ITextHostImpl_TxGetClientRect(), ITextHostImpl_TxGetDC(), ITextHostImpl_TxGetParaFormat(), ITextHostImpl_TxGetPasswordChar(), ITextHostImpl_TxGetPropertyBits(), ITextHostImpl_TxGetScrollBars(), ITextHostImpl_TxGetSelectionBarWidth(), ITextHostImpl_TxGetSysColor(), ITextHostImpl_TxGetWindow(), ITextHostImpl_TxImmGetContext(), ITextHostImpl_TxImmReleaseContext(), ITextHostImpl_TxInvalidateRect(), ITextHostImpl_TxKillTimer(), ITextHostImpl_TxNotify(), ITextHostImpl_TxReleaseDC(), ITextHostImpl_TxScreenToClient(), ITextHostImpl_TxScrollWindowEx(), ITextHostImpl_TxSetCapture(), ITextHostImpl_TxSetFocus(), ITextHostImpl_TxSetScrollPos(), ITextHostImpl_TxSetScrollRange(), ITextHostImpl_TxSetTimer(), ITextHostImpl_TxShowCaret(), ITextHostImpl_TxShowScrollBar(), and ITextHostImpl_TxViewChange().
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_OnTxCharFormatChange | ( | ITextHost2 * | iface, |
const CHARFORMATW * | pcf | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_OnTxParaFormatChange | ( | ITextHost2 * | iface, |
const PARAFORMAT * | ppf | ||
) |
|
static |
Definition at line 136 of file txthost.c.
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxActivate | ( | ITextHost2 * | iface, |
LONG * | old_state | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxClientToScreen | ( | ITextHost2 * | iface, |
POINT * | pt | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxCreateCaret | ( | ITextHost2 * | iface, |
HBITMAP | bitmap, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 265 of file txthost.c.
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxDeactivate | ( | ITextHost2 * | iface, |
LONG | new_state | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxDestroyCaret | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxEnableScrollBar | ( | ITextHost2 * | iface, |
INT | bar, | ||
INT | arrows | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxFreeTextServicesNotification | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetAcceleratorPos | ( | ITextHost2 * | iface, |
LONG * | pos | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetBackStyle | ( | ITextHost2 * | iface, |
TXTBACKSTYLE * | style | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetCharFormat | ( | ITextHost2 * | iface, |
const CHARFORMATW ** | ppCF | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetClientRect | ( | ITextHost2 * | iface, |
RECT * | rect | ||
) |
DECLSPEC_HIDDEN HDC __thiscall ITextHostImpl_TxGetDC | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetEastAsianFlags | ( | ITextHost2 * | iface, |
LONG * | flags | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetEditStyle | ( | ITextHost2 * | iface, |
DWORD | item, | ||
DWORD * | data | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetExtent | ( | ITextHost2 * | iface, |
SIZEL * | extent | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetHorzExtent | ( | ITextHost2 * | iface, |
LONG * | horz_extent | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetMaxLength | ( | ITextHost2 * | iface, |
DWORD * | length | ||
) |
DECLSPEC_HIDDEN HPALETTE __thiscall ITextHostImpl_TxGetPalette | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetParaFormat | ( | ITextHost2 * | iface, |
const PARAFORMAT ** | fmt | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetPasswordChar | ( | ITextHost2 * | iface, |
WCHAR * | c | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetPropertyBits | ( | ITextHost2 * | iface, |
DWORD | mask, | ||
DWORD * | bits | ||
) |
Definition at line 462 of file txthost.c.
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetScrollBars | ( | ITextHost2 * | iface, |
DWORD * | scrollbars | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth | ( | ITextHost2 * | iface, |
LONG * | width | ||
) |
DECLSPEC_HIDDEN COLORREF __thiscall ITextHostImpl_TxGetSysColor | ( | ITextHost2 * | iface, |
int | index | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetViewInset | ( | ITextHost2 * | iface, |
RECT * | rect | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetWindow | ( | ITextHost2 * | iface, |
HWND * | hwnd | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxGetWindowStyles | ( | ITextHost2 * | iface, |
DWORD * | style, | ||
DWORD * | ex_style | ||
) |
DECLSPEC_HIDDEN HIMC __thiscall ITextHostImpl_TxImmGetContext | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxImmReleaseContext | ( | ITextHost2 * | iface, |
HIMC | context | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxInvalidateRect | ( | ITextHost2 * | iface, |
const RECT * | rect, | ||
BOOL | mode | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxIsDoubleClickPending | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxKillTimer | ( | ITextHost2 * | iface, |
UINT | id | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxNotify | ( | ITextHost2 * | iface, |
DWORD | iNotify, | ||
void * | pv | ||
) |
Definition at line 471 of file txthost.c.
DECLSPEC_HIDDEN INT __thiscall ITextHostImpl_TxReleaseDC | ( | ITextHost2 * | iface, |
HDC | hdc | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxScreenToClient | ( | ITextHost2 * | iface, |
POINT * | pt | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxScrollWindowEx | ( | ITextHost2 * | iface, |
INT | dx, | ||
INT | dy, | ||
const RECT * | scroll, | ||
const RECT * | clip, | ||
HRGN | update_rgn, | ||
RECT * | update_rect, | ||
UINT | flags | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxSetCapture | ( | ITextHost2 * | iface, |
BOOL | capture | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetCaretPos | ( | ITextHost2 * | iface, |
INT | x, | ||
INT | y | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxSetCursor | ( | ITextHost2 * | iface, |
HCURSOR | cursor, | ||
BOOL | text | ||
) |
DECLSPEC_HIDDEN HCURSOR __thiscall ITextHostImpl_TxSetCursor2 | ( | ITextHost2 * | iface, |
HCURSOR | cursor, | ||
BOOL | text | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxSetFocus | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxSetForegroundWindow | ( | ITextHost2 * | iface | ) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetScrollPos | ( | ITextHost2 * | iface, |
INT | bar, | ||
INT | pos, | ||
BOOL | redraw | ||
) |
Definition at line 226 of file txthost.c.
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetScrollRange | ( | ITextHost2 * | iface, |
INT | bar, | ||
LONG | min_pos, | ||
INT | max_pos, | ||
BOOL | redraw | ||
) |
Definition at line 201 of file txthost.c.
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxSetTimer | ( | ITextHost2 * | iface, |
UINT | id, | ||
UINT | timeout | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxShowCaret | ( | ITextHost2 * | iface, |
BOOL | show | ||
) |
DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxShowDropCaret | ( | ITextHost2 * | iface, |
BOOL | show, | ||
HDC | hdc, | ||
const RECT * | rect | ||
) |
DECLSPEC_HIDDEN BOOL __thiscall ITextHostImpl_TxShowScrollBar | ( | ITextHost2 * | iface, |
INT | bar, | ||
BOOL | show | ||
) |
DECLSPEC_HIDDEN void __thiscall ITextHostImpl_TxViewChange | ( | ITextHost2 * | iface, |
BOOL | update | ||
) |
Definition at line 1547 of file txthost.c.
Referenced by REExtendedRegisterClass().
Definition at line 1569 of file txthost.c.
Definition at line 1606 of file txthost.c.
Definition at line 1555 of file txthost.c.
Referenced by REExtendedRegisterClass().
Definition at line 1535 of file txthost.c.
Referenced by RICHED32_Register().
Definition at line 1527 of file txthost.c.
Referenced by RichEdit10ANSIWndProc().
|
static |
Definition at line 1082 of file txthost.c.
Referenced by RichEditWndProcA(), and RichEditWndProcW().
Definition at line 1519 of file txthost.c.
Referenced by register_classes(), and RichEditANSIWndProc().
Definition at line 1508 of file txthost.c.
Referenced by register_classes().
|
static |
Definition at line 1062 of file txthost.c.
Referenced by RichEditWndProc_common().
Definition at line 951 of file txthost.c.
Referenced by RichEditWndProc_common().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |
|
static |
Definition at line 61 of file txthost.c.
Referenced by DllMain(), and REExtendedRegisterClass().
Definition at line 822 of file txthost.c.
Referenced by get_msg_name().
|
static |
Definition at line 60 of file txthost.c.
Referenced by DllMain(), and REExtendedRegisterClass().
Definition at line 837 of file txthost.c.
Referenced by get_msg_name().
|
static |
Definition at line 58 of file txthost.c.
Referenced by host_create().