Lines Matching refs:imod
845 Inkscape::Extension::Input *imod = *current_item;
848 if (imod->deactivated())
852 Glib::ustring extension = imod->get_extension();
855 Glib::ustring uname(_(imod->get_filetypename()));
868 extensionMap[uname] = imod;
873 if (strncmp("image", imod->get_mimetype(), 5) == 0)
877 if (strncmp("image", imod->get_mimetype(), 5) == 0)
882 // g_print ("%s\n", imod->get_mimetype());
885 if (strncmp("image/png", imod->get_mimetype(), 9) == 0 ||
886 strncmp("image/jpeg", imod->get_mimetype(), 10) == 0 ||
887 strncmp("image/gif", imod->get_mimetype(), 9) == 0 ||
888 strncmp("image/x-icon", imod->get_mimetype(), 12) == 0 ||
889 strncmp("image/x-navi-animation", imod->get_mimetype(), 22) == 0 ||
890 strncmp("image/x-cmu-raster", imod->get_mimetype(), 18) == 0 ||
891 strncmp("image/x-xpixmap", imod->get_mimetype(), 15) == 0 ||
892 strncmp("image/bmp", imod->get_mimetype(), 9) == 0 ||
893 strncmp("image/vnd.wap.wbmp", imod->get_mimetype(), 18) == 0 ||
894 strncmp("image/tiff", imod->get_mimetype(), 10) == 0 ||
895 strncmp("image/x-xbitmap", imod->get_mimetype(), 15) == 0 ||
896 strncmp("image/x-tga", imod->get_mimetype(), 11) == 0 ||
897 strncmp("image/x-pcx", imod->get_mimetype(), 11) == 0)