Searched refs:find_replace (Results 1 - 3 of 3) sorted by relevance
/inkscape/share/extensions/ |
H A D | replace_font.py | 202 def find_replace(self, nodes, find, replace): member in class:ReplaceFont 241 if action == "find_replace": 249 self.find_replace(relevant_items, find, replace)
|
/inkscape/src/ui/dialog/ |
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) function in class:Inkscape::UI::Dialog::Find 405 Glib::ustring new_item_style = find_replace(item_id, id, replace_text , exact, casematch, true); 430 Glib::ustring new_item_style = find_replace(item_style, text, replace_text , exact, casematch, true); 484 Glib::ustring new_item_style = find_replace(attr_value, text, replace_text , exact, casematch, true); 527 Glib::ustring new_item_style = find_replace(orig_str, text, replace_text , false /*exact*/, casematch, true);
|
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);
|
Completed in 17 milliseconds