Searched refs:CHARRANGE (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | richedit.h | 502 } CHARRANGE; typedef 508 CHARRANGE chrg; 514 CHARRANGE chrg; 535 CHARRANGE chrg; 551 CHARRANGE chrg; 571 CHARRANGE chrg; 581 CHARRANGE chrg; 586 CHARRANGE chrg; 593 CHARRANGE chrg; 599 CHARRANGE chrg; [all …]
|
H A D | richole.idl | 77 } CHARRANGE; 107 HRESULT GetClipboardData(CHARRANGE* lpchrg, DWORD reco, LPDATAOBJECT *lplpdataobj); 130 HRESULT GetClipboardData(CHARRANGE *lpchrg, DWORD reco, LPDATAOBJECT *lplpdataobj); 132 HRESULT GetContextMenu(WORD seltype, LPOLEOBJECT lpoleobj, CHARRANGE *lpchrg, HMENU *lphmenu);
|
/reactos/base/applications/wordpad/ |
H A D | olecallback.c | 146 CHARRANGE *lpchrg, in RichEditOleCallback_GetClipboardData() 170 CHARRANGE *lpchrg, in RichEditOleCallback_GetContextMenu()
|
H A D | wordpad.c | 1235 CHARRANGE sel; in handle_findmsg() 2276 CHARRANGE range = {0, -1}; in OnCommand() 2328 CHARRANGE range = {0, -1}; in OnCommand()
|
/reactos/dll/win32/riched20/ |
H A D | editstr.h | 438 CHARRANGE notified_cr;
|
H A D | editor.c | 1856 ME_FindText(ME_TextEditor *editor, DWORD flags, const CHARRANGE *chrg, const WCHAR *text, CHARRANGE… in ME_FindText() 2350 CHARRANGE range; in ME_Copy() 3040 CHARRANGE selrange; in ME_ShowContextMenu() 3668 CHARRANGE *pRange = (CHARRANGE *)lParam; in ME_HandleMessage() 3830 CHARRANGE range = *(CHARRANGE *)lParam; in ME_HandleMessage()
|
H A D | richole.c | 1350 IRichEditOle_fnGetClipboardData(IRichEditOle *me, CHARRANGE *lpchrg, in IRichEditOle_fnGetClipboardData()
|
/reactos/modules/rostests/winetests/riched32/ |
H A D | editor.c | 1316 CHARRANGE cr; in check_EM_EXSETSEL() 1353 CHARRANGE cr; in test_EM_EXSETSEL()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 2377 CHARRANGE *cr = (CHARRANGE *) sp_e->lParam; in SPY_DumpStructure()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 528 CHARRANGE cr; in move_cursor() 770 CHARRANGE cr; in test_EM_SETCHARFORMAT() 1368 CHARRANGE cr; in test_EM_SETTEXTMODE() 1546 CHARRANGE cr; in test_TM_PLAINTEXT() 3595 CHARRANGE cr; in test_EM_SETUNDOLIMIT() 4045 CHARRANGE cr; in test_EM_SETTEXTEX() 4931 CHARRANGE cr; in check_EM_EXSETSEL() 4967 CHARRANGE cr; in test_EM_EXSETSEL() 5051 CHARRANGE cr; in test_EM_REPLACESEL() 5833 CHARRANGE range; in test_EM_STREAMIN()
|
/reactos/sdk/include/reactos/ |
H A D | winxx.h | 1906 ((fn)((hwnd), (CHARRANGE *)(lParam)), 0L)
|
H A D | msgdump.h | 4357 MD_RichEdit_OnExGetSel(HWND hwnd, CHARRANGE *lpchr) in MD_RichEdit_OnExGetSel()
|