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

/inkscape/src/ui/dialog/
H A Dtemplate-widget.cpp135 if (!_current_template.keywords.empty()){
137 for (std::set<Glib::ustring>::iterator it = _current_template.keywords.begin(); it != _current_template.keywords.end(); ++it)
H A Dtemplate-load-tab.h47 std::set<Glib::ustring> keywords; member in struct:Inkscape::UI::TemplateLoadTab::TemplateData
H A Dtemplate-load-tab.cpp167 if (it->second.keywords.count(_current_keyword.lowercase()) != 0){
178 if (it->second.keywords.count(_current_keyword.lowercase()) != 0 ||
333 data.keywords.insert(keyword.lowercase());
H A Docaldialogs.cpp1174 Glib::ustring keywords = Glib::Markup::escape_text(entry_search->get_text()); local
1178 keywords);
1179 Glib::ustring msg_two = _("Please make sure all keywords are spelled correctly,"
1180 " or try again with different keywords.");

Completed in 65 milliseconds