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

/inkscape/src/ui/
H A Dclipboard.cpp1376 Glib::ustring mime = (*out)->get_mimetype(); local
1377 if (mime != CLIPBOARD_TEXT_TARGET) {
1378 if ( !plaintextSet && (mime.find("svg") == Glib::ustring::npos) ) {
1382 target_list.push_back(Gtk::TargetEntry(mime));
H A Dinterface.cpp1279 const char *mime = (info == JPEG_DATA ? "image/jpeg" : "image/png"); local
1284 while (i != o.end() && strcmp( (*i)->get_mimetype(), mime ) != 0) {
/inkscape/src/
H A Dmain.cpp193 static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const *mime);
194 static int do_export_emf(SPDocument* doc, gchar const* uri, char const *mime);
195 static int do_export_wmf(SPDocument* doc, gchar const* uri, char const *mime);
196 static int do_export_win_metafile_common(SPDocument* doc, gchar const* uri, char const *mime);
1710 * \param mime MIME type to export as.
1713 static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime) argument
1718 while (i != o.end() && strcmp( (*i)->get_mimetype(), mime ) != 0) {
1724 g_warning ("Could not find an extension to export to MIME type %s.", mime);
1797 if (g_strcmp0(mime, "application/pdf") == 0) {
1837 if ( g_strcmp0(mime, "imag
1865 do_export_win_metafile_common(SPDocument* doc, gchar const* uri, char const* mime) argument
1899 do_export_emf(SPDocument* doc, gchar const* uri, char const* mime) argument
1916 do_export_wmf(SPDocument* doc, gchar const* uri, char const* mime) argument
[all...]

Completed in 106 milliseconds