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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp284 Filter all_files, all_inkscape_files, all_image_files, all_vectors, all_bitmaps; local
386 all_inkscape_files.name = g_utf8_to_utf16(all_inkscape_files_filter_name,
387 -1, NULL, &all_inkscape_files.name_length, NULL);
388 all_inkscape_files.filter = g_utf8_to_utf16(all_inkscape_files_filter.data(),
389 -1, NULL, &all_inkscape_files.filter_length, NULL);
390 all_inkscape_files.mod = NULL;
391 filter_list.push_front(all_inkscape_files);
402 all_inkscape_files.filter_length +
403 all_inkscape_files.name_length + 3 +

Completed in 18 milliseconds