Searched refs:get_file_save_extension (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/
H A Dsystem.h62 Glib::ustring get_file_save_extension (FileSaveMethod method);
H A Dsystem.cpp287 saved_output_extension = g_strdup(get_file_save_extension(save_method).c_str());
584 get_file_save_extension (Inkscape::Extension::FileSaveMethod method) { function in namespace:Inkscape::Extension
/inkscape/src/
H A Dfile.cpp846 default_extension= Inkscape::Extension::get_file_save_extension(save_method);
977 Glib::ustring extension = Inkscape::Extension::get_file_save_extension(Inkscape::Extension::FILE_SAVE_METHOD_SAVE_AS);
/inkscape/src/ui/dialog/
H A Dexport.cpp442 const gchar *text_extension = get_file_save_extension (Inkscape::Extension::FILE_SAVE_METHOD_SAVE_AS).c_str();

Completed in 26 milliseconds