Searched refs:get_param_optiongroup (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-ps-out.cpp | 149 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0); 154 new_textToLaTeX = (strcmp(mod->get_param_optiongroup("textToPath"), "LaTeX") == 0); 172 new_areaPage = (strcmp(mod->get_param_optiongroup("area"), "page") == 0); 238 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0); 243 new_textToLaTeX = (strcmp(mod->get_param_optiongroup("textToPath"), "LaTeX") == 0); 261 new_areaPage = (strcmp(mod->get_param_optiongroup("area"), "page") == 0);
|
H A D | cairo-renderer-pdf-out.cpp | 152 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0); 160 new_textToLaTeX = (strcmp(mod->get_param_optiongroup("textToPath"), "LaTeX") == 0); 192 new_exportCanvas = (strcmp(ext->get_param_optiongroup("area"), "page") == 0);
|
H A D | gdkpixbuf-input.cpp | 41 // << ", link: " << mod->get_param_optiongroup("link") 42 // << ", mod_dpi: " << mod->get_param_optiongroup("dpi") 43 // << ", scale: " << mod->get_param_optiongroup("scale") << std::endl; 45 Glib::ustring mod_link = mod->get_param_optiongroup("link"); 46 Glib::ustring mod_dpi = mod->get_param_optiongroup("dpi"); 48 Glib::ustring mod_scale = mod->get_param_optiongroup("scale");
|
/inkscape/src/extension/ |
H A D | extension.h | 243 gchar const *get_param_optiongroup( gchar const * name,
|
H A D | extension.cpp | 466 Extension::get_param_optiongroup( gchar const * name, SPDocument const * doc, Inkscape::XML::Node const * node) const function in class:Inkscape::Extension::Extension
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1288 bool save = (strcmp(ext->get_param_optiongroup("link"), "embed") == 0);
|
Completed in 32 milliseconds