| 1539 | } |
| 1540 | |
| 1541 | void CLogView::SetHighlightText(const std::wstring& text) |
| 1542 | { |
| 1543 | if (m_highlightText != text) |
| 1544 | { |
| 1545 | m_highlightText = text; |
| 1546 | Invalidate(false); |
| 1547 | } |
| 1548 | } |
| 1549 | |
| 1550 | template <typename Predicate> |
| 1551 | int CLogView::FindLine(Predicate pred, int direction) const |
nothing calls this directly
no outgoing calls
no test coverage detected