Searched defs:sp_export_ps (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dmain.cpp218 static gchar *sp_export_ps = NULL; variable
266 sp_export_ps = NULL;
401 POPT_ARG_STRING, &sp_export_ps, SP_ARG_EXPORT_PS,
1240 if (sp_export_ps) {
1241 retVal |= do_export_ps_pdf(doc, sp_export_ps, "image/x-postscript");

Completed in 27 milliseconds