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

/inkscape/share/extensions/
H A Dgenpofiles.sh6 find share/extensions -name "*.inx" | sort | xargs -n 1 printf "[type: gettext/xml] %s\n"
/inkscape/
H A Dgenerate_POTFILES.sh34 find share/extensions -name '*.py' -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort
35 find share/extensions -name '*.inx' -type f -print | sort | sed 's%^%[type: gettext/xml] %'
/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp172 gchar **extensions = gdk_pixbuf_format_get_extensions(pixformat); local
175 for (int i = 0; extensions[i] != NULL; i++) {
178 /* thanks but no thanks, we'll handle SVG extensions... */
179 if (strcmp(extensions[i], "svg") == 0) {
182 if (strcmp(extensions[i], "svgz") == 0) {
185 if (strcmp(extensions[i], "svg.gz") == 0) {
220 extensions[i],
221 extensions[i],
224 extensions[i],
236 g_strfreev(extensions);
[all...]
/inkscape/src/ui/dialog/
H A Dfiledialog.cpp68 std::vector<Glib::ustring>extensions = format.get_extensions(); local
69 for (unsigned int j=0; j<extensions.size(); j++)
71 Glib::ustring ext = extensions[j];
/inkscape/src/ui/widget/
H A Dimageicon.cpp360 std::vector<Glib::ustring>extensions = format.get_extensions(); local
361 for (unsigned int j=0; j<extensions.size(); j++)
363 Glib::ustring ext = extensions[j];

Completed in 17 milliseconds