|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 1664 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().
| HRESULT __thiscall ITextHostImpl_OnTxCharFormatChange | ( | ITextHost2 * | iface, |
| const CHARFORMATW * | pcf | ||
| ) |
| HRESULT __thiscall ITextHostImpl_OnTxParaFormatChange | ( | ITextHost2 * | iface, |
| const PARAFORMAT * | ppf | ||
| ) |
|
static |
Definition at line 136 of file txthost.c.
| HRESULT __thiscall ITextHostImpl_TxActivate | ( | ITextHost2 * | iface, |
| LONG * | old_state | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxClientToScreen | ( | ITextHost2 * | iface, |
| POINT * | pt | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxCreateCaret | ( | ITextHost2 * | iface, |
| HBITMAP | bitmap, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 265 of file txthost.c.
| HRESULT __thiscall ITextHostImpl_TxDeactivate | ( | ITextHost2 * | iface, |
| LONG | new_state | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxDestroyCaret | ( | ITextHost2 * | iface | ) |
| BOOL __thiscall ITextHostImpl_TxEnableScrollBar | ( | ITextHost2 * | iface, |
| INT | bar, | ||
| INT | arrows | ||
| ) |
| void __thiscall ITextHostImpl_TxFreeTextServicesNotification | ( | ITextHost2 * | iface | ) |
| HRESULT __thiscall ITextHostImpl_TxGetAcceleratorPos | ( | ITextHost2 * | iface, |
| LONG * | pos | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetBackStyle | ( | ITextHost2 * | iface, |
| TXTBACKSTYLE * | style | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetCharFormat | ( | ITextHost2 * | iface, |
| const CHARFORMATW ** | ppCF | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetClientRect | ( | ITextHost2 * | iface, |
| RECT * | rect | ||
| ) |
| HDC __thiscall ITextHostImpl_TxGetDC | ( | ITextHost2 * | iface | ) |
| HRESULT __thiscall ITextHostImpl_TxGetEastAsianFlags | ( | ITextHost2 * | iface, |
| LONG * | flags | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetEditStyle | ( | ITextHost2 * | iface, |
| DWORD | item, | ||
| DWORD * | data | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetExtent | ( | ITextHost2 * | iface, |
| SIZEL * | extent | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetHorzExtent | ( | ITextHost2 * | iface, |
| LONG * | horz_extent | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetMaxLength | ( | ITextHost2 * | iface, |
| DWORD * | length | ||
| ) |
| HPALETTE __thiscall ITextHostImpl_TxGetPalette | ( | ITextHost2 * | iface | ) |
| HRESULT __thiscall ITextHostImpl_TxGetParaFormat | ( | ITextHost2 * | iface, |
| const PARAFORMAT ** | fmt | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetPasswordChar | ( | ITextHost2 * | iface, |
| WCHAR * | c | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetPropertyBits | ( | ITextHost2 * | iface, |
| DWORD | mask, | ||
| DWORD * | bits | ||
| ) |
Definition at line 462 of file txthost.c.
| HRESULT __thiscall ITextHostImpl_TxGetScrollBars | ( | ITextHost2 * | iface, |
| DWORD * | scrollbars | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth | ( | ITextHost2 * | iface, |
| LONG * | width | ||
| ) |
| COLORREF __thiscall ITextHostImpl_TxGetSysColor | ( | ITextHost2 * | iface, |
| int | index | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetViewInset | ( | ITextHost2 * | iface, |
| RECT * | rect | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetWindow | ( | ITextHost2 * | iface, |
| HWND * | hwnd | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxGetWindowStyles | ( | ITextHost2 * | iface, |
| DWORD * | style, | ||
| DWORD * | ex_style | ||
| ) |
| HIMC __thiscall ITextHostImpl_TxImmGetContext | ( | ITextHost2 * | iface | ) |
| void __thiscall ITextHostImpl_TxImmReleaseContext | ( | ITextHost2 * | iface, |
| HIMC | context | ||
| ) |
Definition at line 535 of file txthost.c.
| void __thiscall ITextHostImpl_TxInvalidateRect | ( | ITextHost2 * | iface, |
| const RECT * | rect, | ||
| BOOL | mode | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxIsDoubleClickPending | ( | ITextHost2 * | iface | ) |
| void __thiscall ITextHostImpl_TxKillTimer | ( | ITextHost2 * | iface, |
| UINT | id | ||
| ) |
| HRESULT __thiscall ITextHostImpl_TxNotify | ( | ITextHost2 * | iface, |
| DWORD | iNotify, | ||
| void * | pv | ||
| ) |
Definition at line 471 of file txthost.c.
| INT __thiscall ITextHostImpl_TxReleaseDC | ( | ITextHost2 * | iface, |
| HDC | hdc | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxScreenToClient | ( | ITextHost2 * | iface, |
| POINT * | pt | ||
| ) |
| void __thiscall ITextHostImpl_TxScrollWindowEx | ( | ITextHost2 * | iface, |
| INT | dx, | ||
| INT | dy, | ||
| const RECT * | scroll, | ||
| const RECT * | clip, | ||
| HRGN | update_rgn, | ||
| RECT * | update_rect, | ||
| UINT | flags | ||
| ) |
| void __thiscall ITextHostImpl_TxSetCapture | ( | ITextHost2 * | iface, |
| BOOL | capture | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxSetCaretPos | ( | ITextHost2 * | iface, |
| INT | x, | ||
| INT | y | ||
| ) |
| void __thiscall ITextHostImpl_TxSetCursor | ( | ITextHost2 * | iface, |
| HCURSOR | cursor, | ||
| BOOL | text | ||
| ) |
| HCURSOR __thiscall ITextHostImpl_TxSetCursor2 | ( | ITextHost2 * | iface, |
| HCURSOR | cursor, | ||
| BOOL | text | ||
| ) |
| void __thiscall ITextHostImpl_TxSetFocus | ( | ITextHost2 * | iface | ) |
| HRESULT __thiscall ITextHostImpl_TxSetForegroundWindow | ( | ITextHost2 * | iface | ) |
| BOOL __thiscall ITextHostImpl_TxSetScrollPos | ( | ITextHost2 * | iface, |
| INT | bar, | ||
| INT | pos, | ||
| BOOL | redraw | ||
| ) |
Definition at line 226 of file txthost.c.
| BOOL __thiscall ITextHostImpl_TxSetScrollRange | ( | ITextHost2 * | iface, |
| INT | bar, | ||
| LONG | min_pos, | ||
| INT | max_pos, | ||
| BOOL | redraw | ||
| ) |
Definition at line 201 of file txthost.c.
| BOOL __thiscall ITextHostImpl_TxSetTimer | ( | ITextHost2 * | iface, |
| UINT | id, | ||
| UINT | timeout | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxShowCaret | ( | ITextHost2 * | iface, |
| BOOL | show | ||
| ) |
| BOOL __thiscall ITextHostImpl_TxShowScrollBar | ( | ITextHost2 * | iface, |
| INT | bar, | ||
| BOOL | show | ||
| ) |
| void __thiscall ITextHostImpl_TxViewChange | ( | ITextHost2 * | iface, |
| BOOL | update | ||
| ) |
Definition at line 1557 of file txthost.c.
Referenced by REExtendedRegisterClass().
Definition at line 1579 of file txthost.c.
Definition at line 1616 of file txthost.c.
Definition at line 1565 of file txthost.c.
Referenced by REExtendedRegisterClass().
Definition at line 1545 of file txthost.c.
Referenced by RICHED32_Register().
Definition at line 1537 of file txthost.c.
Referenced by RichEdit10ANSIWndProc().
|
static |
Definition at line 1082 of file txthost.c.
Referenced by RichEditWndProcA(), and RichEditWndProcW().
Definition at line 1529 of file txthost.c.
Referenced by register_classes(), and RichEditANSIWndProc().
Definition at line 1518 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().