| 1195 | } |
| 1196 | |
| 1197 | void CLogView::OnViewBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1198 | { |
| 1199 | int item = GetNextItem(-1, LVIS_FOCUSED); |
| 1200 | if (item < 0) |
| 1201 | return; |
| 1202 | |
| 1203 | ToggleBookmark(item); |
| 1204 | } |
| 1205 | |
| 1206 | void CLogView::FindBookmark(int direction) |
| 1207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected