Lines Matching defs:file
13 * Released under GNU GPL, read the file 'COPYING' for more information
56 #include "file.h"
170 batch_export(_("B_atch export all selected objects"), _("Export each selected object into its own PNG file, using export hints if any (caution, overwrites without asking!)")),
354 export_button.set_tooltip_text (_("Export the bitmap file with these settings"));
1069 _("Exporting file <b>%s</b>..."), safeFile), desktop);
1071 _("Exporting file <b>%s</b>..."), safeFile), desktop);
1129 // make sure that .png is the extension of the file:
1341 // Copy the selected file name, converting from UTF-8 to UTF-16
1384 // Copy the selected file name, converting from UTF-16 to UTF-8
1397 gchar *file;
1399 file = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (fs));
1401 gchar * utf8file = g_filename_to_utf8( file, -1, NULL, NULL, NULL );
1406 g_free(file);
1989 c-file-style:"stroustrup"
1990 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))