| 101 | } |
| 102 | |
| 103 | void SearchPanel::ClearResults() |
| 104 | { |
| 105 | ClearTable(); |
| 106 | m_results.Clear(); |
| 107 | GetFramework().GetBookmarkManager().GetEditSession().ClearGroup(UserMark::Type::SEARCH); |
| 108 | } |
| 109 | |
| 110 | void SearchPanel::StartBusyIndicator() |
| 111 | { |
nothing calls this directly
no test coverage detected