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

/inkscape/src/extension/
H A Dsystem.cpp74 Input *imod = NULL; local
79 parray[1] = (gpointer)&imod;
82 imod = dynamic_cast<Input *>(key);
86 if (key == NULL && imod == NULL) {
88 imod = dynamic_cast<Input *>(db.get(SP_MODULE_KEY_INPUT_SVG));
91 if (imod == NULL) {
96 //g_warning("Extension: %s", imod->get_id());
99 if (strlen(imod->get_id()) > 27) {
102 Glib::ustring id = Glib::ustring(imod->get_id(), 28);
105 imod
[all...]
H A Ddb.cpp134 Input * imod; local
136 imod = dynamic_cast<Input *>(in_plug);
139 ilist->push_back(imod);
140 // printf("Added to input list: %s\n", imod->get_id());
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp845 Inkscape::Extension::Input *imod = *current_item; local
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
[all...]
H A Dfiledialogimpl-win32.cpp300 Inkscape::Extension::Input *imod = *current_item; local
301 if (imod->deactivated()) continue;
304 filter.name = g_utf8_to_utf16(_(imod->get_filetypename()),
308 const gchar *file_extension_name = imod->get_extension();
312 filter.mod = imod;
322 if( strncmp("image", imod->get_mimetype(), 5) == 0)
333 strncmp("image/png", imod->get_mimetype(), 9)==0 ||
334 strncmp("image/jpeg", imod->get_mimetype(), 10)==0 ||
335 strncmp("image/gif", imod->get_mimetype(), 9)==0 ||
336 strncmp("image/x-icon", imod
[all...]

Completed in 36 milliseconds