Code

Use cursor-tweak-move.xpm for all object modes and cursor-color.xpm
[inkscape.git] / src / file.h
index 33210fabdb923a9666803b9a85b985fd3155ac6a..ce75a61a7cfff5f0a689bd0574a343a1b1837d2d 100644 (file)
@@ -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 :