Searched refs:new_item_style (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 405 Glib::ustring new_item_style = find_replace(item_id, id, replace_text , exact, casematch, true); local 406 if (new_item_style != item_id) { 407 item->getRepr()->setAttribute("id", new_item_style.data()); 430 Glib::ustring new_item_style = find_replace(item_style, text, replace_text , exact, casematch, true); local 431 if (new_item_style != item_style) { 432 item->getRepr()->setAttribute("style", new_item_style.data()); 484 Glib::ustring new_item_style = find_replace(attr_value, text, replace_text , exact, casematch, true); local 485 if (new_item_style != attr_value) { 486 item->getRepr()->setAttribute(key, new_item_style.data()); 527 Glib::ustring new_item_style local 540 Glib::ustring new_item_style; local [all...] |
Completed in 15 milliseconds