Searched refs:item_id (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpanel.h131 virtual void _handleAction(int set_id, int item_id);
/inkscape/src/ui/dialog/
H A Dfind.cpp396 const gchar *item_id = item->getRepr()->attribute("id"); local
397 if (item_id == NULL) {
401 bool found = find_strcmp(item_id, id, exact, casematch);
405 Glib::ustring new_item_style = find_replace(item_id, id, replace_text , exact, casematch, true);
406 if (new_item_style != item_id) {

Completed in 23 milliseconds