| 1552 | } |
| 1553 | |
| 1554 | int CRichEditUI::LineIndex(int nLine) const |
| 1555 | { |
| 1556 | LRESULT lResult; |
| 1557 | TxSendMessage(EM_LINEINDEX, nLine, 0, &lResult); |
| 1558 | return (int)lResult; |
| 1559 | } |
| 1560 | |
| 1561 | int CRichEditUI::LineLength(int nLine) const |
| 1562 | { |
nothing calls this directly
no outgoing calls
no test coverage detected