Searched refs:get_text (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/ui/widget/
H A Dspinbutton.cpp44 Inkscape::Util::ExpressionEvaluator eval = Inkscape::Util::ExpressionEvaluator(get_text().c_str(), unit);
51 Inkscape::Util::ExpressionEvaluator eval = Inkscape::Util::ExpressionEvaluator(get_text().c_str(), NULL);
H A Dtext.cpp34 return static_cast<Gtk::Entry*>(_widget)->get_text().c_str();
H A Dcolor-entry.cpp49 Glib::ustring text = get_text();
95 Glib::ustring old_text = get_text();
H A Dentity-entry.cpp125 Glib::ustring text = static_cast<Gtk::Entry*>(_packable)->get_text();
189 Glib::ustring text = tv->get_buffer()->get_text();
H A Dpreferences-widget.cpp759 prefs->setString(_prefs_path, relatedEntry->get_text());
813 prefs->setString(_prefs_path, relatedEntry->get_text());
944 prefs->setString(_prefs_path, this->get_text());
H A Dfont-variants.cpp700 Glib::ustring feature_string = _feature_entry.get_text();
/inkscape/src/ui/dialog/
H A Dcalligraphic-profile-rename.cpp104 _profile_name = _profile_name_entry.get_text();
112 _profile_name = _profile_name_entry.get_text();
H A Docaldialogs.cpp70 Glib::ustring fileName = fileNameEntry->get_text();
171 myFilename = fileNameEntry->get_text();
276 myUsername = usernameEntry->get_text();
287 myPassword = passwordEntry->get_text();
599 if (get_text().empty()) {
743 Glib::ustring guid = list_results->get_text(row, RESULTS_COLUMN_GUID);
794 Glib::ustring description = list_results->get_text(row, RESULTS_COLUMN_DESCRIPTION);
795 Glib::ustring creator = list_results->get_text(row, RESULTS_COLUMN_CREATOR);
796 Glib::ustring date = list_results->get_text(row, RESULTS_COLUMN_DATE);
838 Glib::ustring guid = list_results->get_text(ro
[all...]
H A Dfind.cpp365 gchar* replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
404 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
429 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
483 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
524 gchar *replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
554 Glib::ustring tmp = entry_find.getEntry()->get_text();
800 if (entry_find.getEntry()->get_text().length() < 1) {
H A Dobject-properties.cpp467 gchar *id = g_strdup(_entry_id.get_text().c_str());
485 Glib::ustring label = _entry_label.get_text();
498 if (obj->setTitle(_entry_title.get_text().c_str())) {
506 Glib::ustring desc = _tv_description.get_buffer()->get_text(start, end, TRUE);
H A Dexport.cpp328 original_name = filename_entry.get_text();
475 doc_export_name = filename_entry.get_text();
479 Glib::ustring filename = create_filepath_from_id (_("bitmap"), filename_entry.get_text());
483 doc_export_name = filename_entry.get_text();
832 filename = create_filepath_from_id (id, filename_entry.get_text());
1106 Glib::ustring filename = filename_entry.get_text();
1322 filename = filename_entry.get_text();
1973 if (original_name == filename_entry.get_text()) {
H A Dxml-tree.cpp809 Glib::ustring text = attr_name.get_text();
816 Glib::ustring text = name_entry->get_text();
938 gchar *new_name = g_strdup(name_entry->get_text().c_str());
1030 gchar *name = g_strdup(attr_name.get_text().c_str());
1031 gchar *value = g_strdup(attr_value.get_buffer()->get_text().c_str());
H A Dlayer-properties.cpp360 Glib::ustring name(dialog._layer_name_entry.get_text());
393 Glib::ustring name(dialog._layer_name_entry.get_text());
H A Dsvg-fonts-dialog.cpp133 o->getRepr()->setAttribute((const gchar*) name, this->entry.get_text().c_str());
286 _font_da.set_text((gchar*) _preview_entry.get_text().c_str());
287 _font_da.set_text(_preview_entry.get_text());
H A Dguides.cpp117 const gchar* name = g_strdup( _label_entry.getEntry()->get_text().c_str() );
H A Ddocument-properties.cpp1093 if (_script_entry.get_text().empty() ) {
1098 if (!_script_entry.get_text().empty()) {
1102 scriptRepr->setAttribute("xlink:href", (gchar*) _script_entry.get_text().c_str());
1326 obj->appendChildRepr(xml_doc->createTextNode(_EmbeddedContent.get_buffer()->get_text().c_str()));
1328 //TODO repr->set_content(_EmbeddedContent.get_buffer()->get_text());
H A Dfiledialogimpl-gtkmm.cpp1131 Glib::ustring fileName = fileNameEntry->get_text();
1408 Glib::ustring fileName = fileNameEntry->get_text();
H A Dglyphs.cpp592 glyphs = entry->get_text();
H A Dfilter-effects-dialog.cpp390 return get_text();
672 return _entry.get_text();
H A Dinkscape-preferences.cpp1728 Glib::ustring search = _kb_search.get_text().lowercase();
/inkscape/src/extension/param/
H A Dstring.cpp150 Glib::ustring data = this->get_text();
/inkscape/src/widgets/
H A Dsp-attribute-widget.cpp270 text = e->get_text ();
295 Glib::ustring text = e->get_text ();
/inkscape/src/live_effects/
H A Dlpe-perspective_path.cpp107 perspectiveID = perspective->get_text();
/inkscape/share/extensions/
H A Dgcodetools.py1475 def get_text(node) : function
4331 r = re.match(r'(?i)\s*\(\s*(-?\s*\d*(?:,|\.)*\d*)\s*;\s*(-?\s*\d*(?:,|\.)*\d*)\s*;\s*(-?\s*\d*(?:,|\.)*\d*)\s*\)\s*',get_text(node))
4343 point[1] = get_text(node)
4360 key = get_text(j)
4362 value = get_text(j)

Completed in 78 milliseconds