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

/inkscape/src/extension/internal/
H A Dodf.cpp1071 Glib::ustring oldName = href; local
1072 Glib::ustring ext = getExtension(oldName);
1075 if (imageTable.find(oldName) == imageTable.end())
1081 imageTable[oldName] = newName;
1083 comment.append(oldName);
1084 Inkscape::URI oldUri(oldName.c_str());
1140 Glib::ustring oldName = iter->first; local
1143 Glib::ustring ext = getExtension(oldName);

Completed in 301 milliseconds