| 591 | } |
| 592 | |
| 593 | int CLogView::GetTextIndex(int iItem, int xPos) |
| 594 | { |
| 595 | CClientDC dc(*this); |
| 596 | Win32::GdiObjectSelection font(dc, GetFont()); |
| 597 | return GetTextIndex(dc.m_hDC, iItem, xPos); |
| 598 | } |
| 599 | |
| 600 | int CLogView::GetTextIndex(CDCHandle dc, int iItem, int xPos) const |
| 601 | { |
nothing calls this directly
no test coverage detected