Searched refs:replaceall (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.h | 169 Glib::ustring find_replace(const gchar *str, const gchar *find, const gchar *replace, bool exact, bool casematch, bool replaceall);
|
H A D | find.cpp | 294 Glib::ustring Find::find_replace(const gchar *str, const gchar *find, const gchar *replace, bool exact, bool casematch, bool replaceall) argument 304 if (!replaceall) {
|
Completed in 16 milliseconds