Searched refs:attr_value (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
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);
H A Dxml-tree.cpp229 attr_value.set_size_request(0, 60);
230 attr_value.set_wrap_mode(Gtk::WRAP_CHAR);
231 attr_value.set_tooltip_text( _("Attribute value") );// TRANSLATORS: "Attribute" is a noun here
232 attr_value.set_editable(TRUE);
233 scroller->add(attr_value);
264 attr_value.signal_key_press_event().connect(sigc::mem_fun(*this, &XmlTree::sp_xml_tree_key_press), false);
761 self->attr_value.get_buffer()->set_text(value);
763 self->attr_value.grab_focus ();
804 attr_value.get_buffer()->set_text("", 0);
1031 gchar *value = g_strdup(attr_value
[all...]
H A Dxml-tree.h217 Gtk::TextView attr_value; member in class:Inkscape::UI::Dialog::XmlTree
/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 1931 milliseconds