Lines Matching refs:imod
74 Input *imod = NULL;
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->set_gui(false);
108 imod->set_state(Extension::STATE_LOADED);
110 if (!imod->loaded()) {
114 if (!imod->prefs(filename)) {
118 SPDocument *doc = imod->open(filename);
134 imod->set_gui(true);