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

/inkscape/src/ui/dialog/
H A Dfiledialog.cpp162 Glib::ustring utf8Name = Glib::filename_to_utf8( path ); local
163 Glib::ustring::size_type pos = utf8Name.rfind('.');
165 Glib::ustring trail = utf8Name.substr( pos );
170 utf8Name = utf8Name.erase( pos );
177 utf8Name = utf8Name + outputExtension->get_extension();
178 myFilename = Glib::filename_from_utf8( utf8Name );

Completed in 13 milliseconds