Searched defs:attr_value (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dxml-tree.h217 Gtk::TextView attr_value; member in class:Inkscape::UI::Dialog::XmlTree
H A Dfind.cpp449 gchar *attr_value = g_strdup(item->getRepr()->attribute(text)); local
451 found = (attr_value != NULL);
455 g_free(attr_value);
476 gchar *attr_value = g_strdup(item->getRepr()->attribute(key)); local
477 bool found = find_strcmp(attr_value, text, exact, casematch);
484 Glib::ustring new_item_style = find_replace(attr_value, text, replace_text , exact, casematch, true);
485 if (new_item_style != attr_value) {
490 g_free(attr_value);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1052 int attr_value = 1; local
1053 sp_repr_get_int(_preferences, "localFonts", &attr_value);
1054 if (attr_value != 0) {
1510 int attr_value = 1; local
1511 sp_repr_get_int(_preferences, "embedImages", &attr_value);
1512 bool embed_image = ( attr_value != 0 );

Completed in 17 milliseconds