X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffile.h;h=ce75a61a7cfff5f0a689bd0574a343a1b1837d2d;hb=f24714b30a73cad9fb6b5522e51bc1e50a55fc27;hp=33210fabdb923a9666803b9a85b985fd3155ac6a;hpb=1c8797563cc134190fe424f8fdb6b2f8ed7d9275;p=inkscape.git diff --git a/src/file.h b/src/file.h index 33210fabd..ce75a61a7 100644 --- a/src/file.h +++ b/src/file.h @@ -79,14 +79,6 @@ 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. */ @@ -94,8 +86,6 @@ bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ust bool file_save_remote(SPDocument *doc, const Glib::ustring &uri, Inkscape::Extension::Extension *key, bool saveas, bool official); - - /** * */ @@ -168,6 +158,15 @@ void sp_file_export_to_ocal (Gtk::Window &parentWindow ); 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 @@ -180,12 +179,7 @@ would be useful as instance methods /** * */ -void sp_file_print (void); - -/** - * - */ -void sp_file_print_direct (void); +void sp_file_print (Gtk::Window& parentWindow); /** * @@ -202,13 +196,16 @@ void sp_file_print_preview (gpointer object, gpointer data); void sp_file_vacuum (); -namespace Inkscape { -namespace IO { - -void fixupHrefs( SPDocument *doc, const gchar *uri, gboolean spns ); - -} -} +#endif -#endif +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 encoding=utf-8 textwidth=99 :