Lines Matching defs:mod
125 \param mod unused
130 CairoPsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename)
141 const gchar *new_level = mod->get_param_enum("PSlevel");
149 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0);
154 new_textToLaTeX = (strcmp(mod->get_param_optiongroup("textToPath"), "LaTeX") == 0);
162 new_blurToBitmap = mod->get_param_bool("blurToBitmap");
167 new_bitmapResolution = mod->get_param_int("resolution");
172 new_areaPage = (strcmp(mod->get_param_optiongroup("area"), "page") == 0);
179 bleedmargin_px = mod->get_param_float("bleed");
184 new_exportId = mod->get_param_string("exportId");
214 \param mod unused
219 CairoEpsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename)
230 const gchar *new_level = mod->get_param_enum("PSlevel");
238 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0);
243 new_textToLaTeX = (strcmp(mod->get_param_optiongroup("textToPath"), "LaTeX") == 0);
251 new_blurToBitmap = mod->get_param_bool("blurToBitmap");
256 new_bitmapResolution = mod->get_param_int("resolution");
261 new_areaPage = (strcmp(mod->get_param_optiongroup("area"), "page") == 0);
268 bleedmargin_px = mod->get_param_float("bleed");
273 new_exportId = mod->get_param_string("exportId");