| 1559 | } |
| 1560 | |
| 1561 | int CRichEditUI::LineLength(int nLine) const |
| 1562 | { |
| 1563 | LRESULT lResult; |
| 1564 | TxSendMessage(EM_LINELENGTH, nLine, 0, &lResult); |
| 1565 | return (int)lResult; |
| 1566 | } |
| 1567 | |
| 1568 | bool CRichEditUI::LineScroll(int nLines, int nChars) |
| 1569 | { |
nothing calls this directly
no outgoing calls
no test coverage detected