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

/inkscape/src/
H A Dfile.cpp665 file_save(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, function
713 g_message("file_save: ->event_log == NULL. please report to bug #967416");
716 g_message("file_save: ->messageStack() == NULL. please report to bug #967416");
719 g_message("file_save: SP_ACTIVE_DESKTOP == NULL. please report to bug #967416");
944 success = file_save(parentWindow, doc, fileName, selectionType, TRUE, !is_copy, save_method);
980 // but this case is caught in the file_save method below (or rather in Extension::save()
989 success = file_save(parentWindow, doc, fn, Inkscape::Extension::db.get(ext.c_str()), FALSE, TRUE, Inkscape::Extension::FILE_SAVE_METHOD_SAVE_AS);
1484 success = file_save(parentWindow, doc, fileName, selectionType, TRUE, FALSE, Inkscape::Extension::FILE_SAVE_METHOD_EXPORT);
1603 success = file_save(parentWindow, doc, filePath, selectionType, FALSE, FALSE, Inkscape::Extension::FILE_SAVE_METHOD_EXPORT);

Completed in 308 milliseconds