X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffile.h;h=c5a854922907d74ca6babad7037b30d19e3bc429;hb=17b1b900f2bef1869ad4462e2c848315bfd45192;hp=9bff1ca122d4d1ef91fb01ad7aee64fb35620def;hpb=08be22f20985e3183bec96c9fb5e74d502f99e0b;p=inkscape.git diff --git a/src/file.h b/src/file.h index 9bff1ca12..c5a854922 100644 --- a/src/file.h +++ b/src/file.h @@ -79,6 +79,23 @@ void sp_file_revert_dialog (); ## S A V E ######################*/ +/* + * Added to make only the local savings. + */ + +bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, + Inkscape::Extension::Extension *key, bool saveas, bool official); + + +/* + * 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 +152,39 @@ 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 ); + + +/** + * Import a document from OCAL + */ +//bool sp_file_import_from_ocal_dialog (void *widget); + + + /*###################### ## P R I N T