| 704 | } |
| 705 | |
| 706 | void CMainFrame::FindPrevious(const std::wstring& text) |
| 707 | { |
| 708 | if (!GetView().FindPrevious(text)) |
| 709 | MessageBeep(MB_ICONASTERISK); |
| 710 | } |
| 711 | |
| 712 | void CMainFrame::AddFilterView() |
| 713 | { |
nothing calls this directly
no outgoing calls
no test coverage detected