Lines Matching refs:title
534 tmpSVGOutput += " <title>";
536 tmpSVGOutput += "</title>\n";
631 const gchar *title = symbol_doc->getRoot()->title();
633 // A user provided file may not have a title
634 if( title != NULL ) {
635 title = g_dpgettext2(NULL, "Symbol", title); // Translate
637 title = _("Unnamed Symbols");
640 symbolSets[Glib::ustring(title)] = symbol_doc;
641 symbolSet->append(title);
744 gchar const *title = symbol->title(); // From title element
745 if( !title ) {
746 title = id;
754 (*row)[columns->symbol_title] = Glib::Markup::escape_text(Glib::ustring( g_dpgettext2(NULL, "Symbol", title) ));