Lines Matching refs:save_method
667 Inkscape::Extension::FileSaveMethod save_method)
676 save_method);
705 return sp_file_save_dialog(parentWindow, doc, save_method);
836 sp_file_save_dialog(Gtk::Window &parentWindow, SPDocument *doc, Inkscape::Extension::FileSaveMethod save_method)
839 bool is_copy = (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY);
846 default_extension= Inkscape::Extension::get_file_save_extension(save_method);
855 Glib::ustring save_path = Inkscape::Extension::get_file_save_path(doc, save_method);
905 save_method
944 success = file_save(parentWindow, doc, fileName, selectionType, TRUE, !is_copy, save_method);
951 Inkscape::Extension::store_save_path_in_prefs(save_path, save_method);