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

/inkscape/src/
H A Dmain.cpp211 static gchar *sp_export_id = NULL; variable
259 sp_export_id = NULL;
369 POPT_ARG_STRING, &sp_export_id, SP_ARG_EXPORT_ID,
1196 if (sp_export_png || (sp_export_id && sp_export_use_hints)) {
1220 if(sp_export_id) {
1224 SPObject *obj = doc->getObjectById(sp_export_id);
1473 if (sp_export_use_hints && (!sp_export_id && !sp_export_area_drawing)) {
1480 if (sp_export_id || sp_export_area_drawing) {
1484 if (sp_export_id && sp_export_area_drawing) {
1485 o = doc->getObjectById(sp_export_id);
[all...]

Completed in 21 milliseconds