Lines Matching refs:out
68 Glib::ustring out;
69 std::vector<SPItem*> l = getFontReplacedItems(doc, &out);
70 if (out.length() > 0) {
71 show(out, l);
77 FontSubstitution::show(Glib::ustring out, std::vector<SPItem*> &l)
91 textview->get_buffer()->set_text(_(out.c_str()));
147 std::vector<SPItem*> FontSubstitution::getFontReplacedItems(SPDocument* doc, Glib::ustring *out)
254 out->append(err + "\n");
264 Glib::ustring out = font;
271 out = sp_font_description_get_family(nFaceDesc);
275 return out;