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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp1140 std::vector<Glib::ustring> pathSegments; local
1141 pathSegments.push_back(get_current_folder());
1142 pathSegments.push_back(fileName);
1143 fileName = Glib::build_filename(pathSegments);
1417 std::vector<Glib::ustring> pathSegments; local
1418 pathSegments.push_back(get_current_folder());
1419 pathSegments.push_back(fileName);
1420 fileName = Glib::build_filename(pathSegments);

Completed in 17 milliseconds