| 1251 | } |
| 1252 | |
| 1253 | void CRichEditUI::GetSel(CHARRANGE &cr) const |
| 1254 | { |
| 1255 | TxSendMessage(EM_EXGETSEL, 0, (LPARAM)&cr, 0); |
| 1256 | } |
| 1257 | |
| 1258 | void CRichEditUI::GetSel(long& nStartChar, long& nEndChar) const |
| 1259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected