Searched refs:item_attrvalue_match (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.h | 136 bool item_attrvalue_match (SPItem *item, const gchar *name, bool exact, bool casematch, bool replace=false);
|
H A D | find.cpp | 465 bool Find::item_attrvalue_match(SPItem *item, const gchar *text, bool exact, bool casematch, bool replace/*=false*/) function in class:Inkscape::UI::Dialog::Find 641 if (item_attrvalue_match(item, text, exact, casematch)) { 645 item_attrvalue_match(item, text, exact, casematch, _action_replace);
|
Completed in 17 milliseconds