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

/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp243 Glib::ustring subName = getSubstituteFontName(fonts); local
245 _("Font '%1' substituted with '%2'"), fonts.c_str(), subName.c_str());
/inkscape/
H A Dbuildtool.cpp5435 String subName; local
5447 subName.push_back((char)ch);
5450 //trace("subName:%s %s", subName.c_str(), prefix.c_str());
5451 if (subName == "prefix" && prefix.size()>0)
5458 String subVal = attrs[subName];

Completed in 256 milliseconds