Lines Matching defs:title
84 const Glib::ustring &title) :
85 FileDialogBase(title, parentWindow)
180 ExportDialog::change_title(const Glib::ustring& title)
182 this->set_title(title);
196 const Glib::ustring &title) : FileDialogBase(title, parentWindow)
292 ExportPasswordDialog::change_title(const Glib::ustring& title)
294 this->set_title(title);
979 if (!strcmp(reinterpret_cast<const char*>(cur_node->name), "title"))
983 char* title = reinterpret_cast<char*>(xml_title);
985 set_text(row_num, RESULTS_COLUMN_TITLE, title);
986 xmlFree(title);
1157 // Populate the MARKUP column with the title & description of the clipart
1159 Glib::ustring title = list_results->get_text(i, RESULTS_COLUMN_TITLE);
1162 title.c_str(), description.c_str());
1200 const Glib::ustring &title) :
1201 FileDialogBase(title, parent_window)