X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffile.h;h=7f960ab651410bcb5a7c129a601d1872c4227ac9;hb=42e99769805c14a5cc01c805faa3c3b03f9dd1c0;hp=9bff1ca122d4d1ef91fb01ad7aee64fb35620def;hpb=08be22f20985e3183bec96c9fb5e74d502f99e0b;p=inkscape.git diff --git a/src/file.h b/src/file.h index 9bff1ca12..7f960ab65 100644 --- a/src/file.h +++ b/src/file.h @@ -79,6 +79,13 @@ void sp_file_revert_dialog (); ## S A V E ######################*/ +/* + * Added to make only the remote savings. + */ + +bool file_save_remote(SPDocument *doc, const Glib::ustring &uri, + Inkscape::Extension::Extension *key, bool saveas, bool official); + /** * */ @@ -135,6 +142,31 @@ void file_import(SPDocument *in_doc, const Glib::ustring &uri, bool sp_file_export_dialog (void *widget); +/*###################### +## E X P O R T T O O C A L +######################*/ + +/** + * Export the current document to OCAL + */ +void sp_file_export_to_ocal (Gtk::Window &parentWindow ); + + +/** + * Export the current document to OCAL + */ +bool sp_file_export_to_ocal_dialog (void *widget); + + +/*###################### +## I M P O R T F R O M O C A L +######################*/ + +/** + * Import a document from OCAL + */ +void sp_file_import_from_ocal (Gtk::Window &parentWindow ); + /*###################### ## P R I N T