| 1573 | } |
| 1574 | |
| 1575 | CPoint CRichEditUI::GetCharPos(long lChar) const |
| 1576 | { |
| 1577 | CPoint pt; |
| 1578 | TxSendMessage(EM_POSFROMCHAR, (WPARAM)&pt, (LPARAM)lChar, 0); |
| 1579 | return pt; |
| 1580 | } |
| 1581 | |
| 1582 | long CRichEditUI::LineFromChar(long nIndex) const |
| 1583 | { |
nothing calls this directly
no outgoing calls
no test coverage detected