Searched defs:item_attr_match (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 441 bool Find::item_attr_match(SPItem *item, const gchar *text, bool exact, bool /*casematch*/, bool replace/*=false*/) function in class:Inkscape::UI::Dialog::Find 624 if (item_attr_match(item, text, exact, casematch)) { 628 item_attr_match(item, text, exact, casematch, _action_replace);
|
Completed in 13 milliseconds