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

/inkscape/src/ui/dialog/
H A Dexport.h271 Glib::ustring create_filepath_from_id (Glib::ustring id, const Glib::ustring &file_entry_text);
H A Dexport.cpp479 Glib::ustring filename = create_filepath_from_id (_("bitmap"), filename_entry.get_text());
571 Glib::ustring Export::create_filepath_from_id (Glib::ustring id, const Glib::ustring &file_entry_text) function in class:Inkscape::UI::Dialog::Export
832 filename = create_filepath_from_id (id, filename_entry.get_text());
1045 path = create_filepath_from_id(item->getId(), tmp);
1326 filename = create_filepath_from_id(tmp, tmp);
1348 filename = create_filepath_from_id(tmp, tmp);

Completed in 19 milliseconds