| 285 | } |
| 286 | |
| 287 | BOOL STextHost::TxClientToScreen( LPPOINT lppt ) |
| 288 | { |
| 289 | return ::ClientToScreen(m_pRichEdit->GetContainer()->GetHostHwnd(),lppt); |
| 290 | } |
| 291 | |
| 292 | BOOL STextHost::TxScreenToClient( LPPOINT lppt ) |
| 293 | { |
nothing calls this directly
no test coverage detected