| 1742 | } |
| 1743 | |
| 1744 | void CsvApplication::find_replaceFind_CB(Fl_Widget *, void *) { |
| 1745 | find_replace(true); |
| 1746 | } |
| 1747 | |
| 1748 | /* |
| 1749 | * Replaces all occurences of "Find" with "Replace" if data == CsvApplication::ReplaceAllType::REPLACE |
nothing calls this directly
no outgoing calls
no test coverage detected