| /inkscape/src/ui/dialog/ |
| H A D | filedialog.cpp | 124 const Inkscape::Extension::FileSaveMethod save_method) 130 dialog = new FileSaveDialogImplWin32(parentWindow, path, fileTypes, title, default_key, docTitle, save_method); 132 dialog = new FileSaveDialogImplGtk(parentWindow, path, fileTypes, title, default_key, docTitle, save_method); 135 FileSaveDialog *dialog = new FileSaveDialogImplGtk(parentWindow, path, fileTypes, title, default_key, docTitle, save_method); 118 create(Gtk::Window& parentWindow, const Glib::ustring &path, FileDialogType fileTypes, const char *title, const Glib::ustring &default_key, const gchar *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument
|
| H A D | filedialog.h | 176 const Inkscape::Extension::FileSaveMethod save_method);
|
| H A D | filedialogimpl-win32.h | 339 const Inkscape::Extension::FileSaveMethod save_method);
|
| H A D | filedialogimpl-gtkmm.h | 284 const Inkscape::Extension::FileSaveMethod save_method); 305 Inkscape::Extension::FileSaveMethod save_method; member in class:Inkscape::UI::Dialog::FileSaveDialogImplGtk
|
| H A D | filedialogimpl-gtkmm.cpp | 1012 const Inkscape::Extension::FileSaveMethod save_method) 1014 (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) ? "/dialogs/save_copy" 1016 , save_method(save_method) 1055 if (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) { 1258 if (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) { 1264 Inkscape::Extension::store_file_extension_in_prefs((extension != NULL ? extension->get_id() : ""), save_method); 1009 FileSaveDialogImplGtk(Gtk::Window &parentWindow, const Glib::ustring &dir, FileDialogType fileTypes, const Glib::ustring &title, const Glib::ustring & , const gchar *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument
|
| H A D | filedialogimpl-win32.cpp | 1654 const Inkscape::Extension::FileSaveMethod save_method) : 1656 (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) ? "dialogs.save_copy" : "dialogs.save_as"), 1648 FileSaveDialogImplWin32(Gtk::Window &parent, const Glib::ustring &dir, FileDialogType fileTypes, const char *title, const Glib::ustring & , const char *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument
|
| /inkscape/src/extension/ |
| H A D | system.h | 50 Inkscape::Extension::FileSaveMethod save_method);
|
| H A D | system.cpp | 212 Inkscape::Extension::FileSaveMethod save_method) 287 saved_output_extension = g_strdup(get_file_save_extension(save_method).c_str()); 300 store_file_extension_in_prefs (omod->get_id(), save_method); 320 store_file_extension_in_prefs (saved_output_extension, save_method); 342 store_file_extension_in_prefs (saved_output_extension, save_method); 211 save(Extension *key, SPDocument *doc, gchar const *filename, bool setextension, bool check_overwrite, bool official, Inkscape::Extension::FileSaveMethod save_method) argument
|
| /inkscape/src/ |
| H A D | file.h | 121 bool sp_file_save_dialog (Gtk::Window &parentWindow, SPDocument *doc, Inkscape::Extension::FileSaveMethod save_method);
|
| H A D | file.cpp | 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) argument 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); 665 file_save(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, Inkscape::Extension::Extension *key, bool checkoverwrite, bool official, Inkscape::Extension::FileSaveMethod save_method) argument [all...] |