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

/inkscape/src/ui/dialog/
H A Docaldialogs.cpp743 Glib::ustring guid = list_results->get_text(row, RESULTS_COLUMN_GUID); local
745 bool item_selected = (!guid.empty());
838 Glib::ustring guid = list_results->get_text(row, RESULTS_COLUMN_GUID); local
848 Glib::ustring filename = Glib::ustring::compose("%1%2", guid, extension);
1040 else if (!strcmp(reinterpret_cast<const char*>(cur_node->name), "guid"))
1044 char* guid = g_path_get_basename(guid_url); local
1046 set_text(row_num, RESULTS_COLUMN_GUID, guid);

Completed in 99 milliseconds