| 1073 | } |
| 1074 | |
| 1075 | void CLogView::OnViewFindPrevious(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1076 | { |
| 1077 | if (!m_highlightText.empty()) |
| 1078 | FindPrevious(m_highlightText); |
| 1079 | } |
| 1080 | |
| 1081 | bool CLogView::FindProcess(int direction) |
| 1082 | { |
nothing calls this directly
no outgoing calls
no test coverage detected