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

/inkscape/src/
H A Dfile.cpp190 gchar *foundTemplate = 0; local
192 for (std::list<gchar *>::iterator it = sources.begin(); (it != sources.end()) && !foundTemplate; ++it) {
193 for (std::list<gchar const*>::iterator nameIt = baseNames.begin(); (nameIt != baseNames.end()) && !foundTemplate; ++nameIt) {
203 foundTemplate = tmp;
215 Glib::ustring templateUri = foundTemplate ? foundTemplate : "";
217 if (foundTemplate) {
218 g_free(foundTemplate);
219 foundTemplate = 0;

Completed in 109 milliseconds