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

/inkscape/src/
H A Dmain.cpp217 static gchar *sp_export_svg = NULL; variable
265 sp_export_svg = NULL;
396 POPT_ARG_STRING, &sp_export_svg, SP_ARG_EXPORT_SVG,
896 fixupSingleFilename( &sp_export_svg, &sp_export_svg_utf8 );
903 if ( sp_export_svg )
904 sp_export_svg_utf8 = g_strdup( sp_export_svg );
1188 if (!sp_export_svg && (sp_vacuum_defs || has_performed_actions)) {
1199 if (sp_export_svg) {
1237 Inkscape::Extension::save(Inkscape::Extension::db.get("org.inkscape.output.svg.plain"), doc, sp_export_svg, false,

Completed in 49 milliseconds