| 1377 | } |
| 1378 | |
| 1379 | DWORD CRichEditUI::SetEventMask(DWORD dwEventMask) |
| 1380 | { |
| 1381 | LRESULT lResult; |
| 1382 | TxSendMessage(EM_SETEVENTMASK, 0, dwEventMask, &lResult); |
| 1383 | return (DWORD)lResult; |
| 1384 | } |
| 1385 | |
| 1386 | CDuiString CRichEditUI::GetTextRange(long nStartChar, long nEndChar) const |
| 1387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected