Searched defs:open_path (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dshortcuts.cpp292 Glib::ustring open_path; local
296 if (!attr.empty()) open_path = attr;
298 //# Test if the open_path directory exists
299 if (!Inkscape::IO::file_test(open_path.c_str(),
301 open_path = "";
303 if (open_path.empty()) {
307 open_path = Glib::path_get_dirname(docURI);
308 open_path.append(G_DIR_SEPARATOR_S);
313 if (open_path.empty())
315 open_path
326 Glib::ustring open_path = sp_shortcut_get_file_path(); local
361 Glib::ustring open_path = sp_shortcut_get_file_path(); local
[all...]
H A Dfile.cpp497 static Glib::ustring open_path; local
500 if(open_path.empty())
503 if (!attr.empty()) open_path = attr;
506 //# Test if the open_path directory exists
507 if (!Inkscape::IO::file_test(open_path.c_str(),
509 open_path = "";
513 if (open_path.empty())
533 open_path = Glib::ustring(utf8path);
542 if (open_path.empty())
544 open_path
[all...]
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp1120 static Glib::ustring open_path; local
1125 if (!attr.empty()) open_path = attr;
1127 //# Test if the open_path directory exists
1128 if (!Inkscape::IO::file_test(open_path.c_str(),
1130 open_path = "";
1133 if (open_path.empty())
1135 open_path = g_get_home_dir();
1136 open_path.append(G_DIR_SEPARATOR_S);
1145 open_path,
H A Dfilter-effects-dialog.cpp706 Glib::ustring open_path; local
709 open_path = attr;
711 //# Test if the open_path directory exists
712 if (!Inkscape::IO::file_test(open_path.c_str(),
714 open_path = "";
717 if (open_path.size() < 1)
719 open_path = g_get_home_dir();
720 open_path.append(G_DIR_SEPARATOR_S);
728 open_path,
750 open_path
[all...]
/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp824 static Glib::ustring open_path; local
829 if (!attr.empty()) open_path = attr;
831 //# Test if the open_path directory exists
832 if (!Inkscape::IO::file_test(open_path.c_str(),
834 open_path = "";
838 if (open_path.empty())
858 open_path = Glib::ustring(utf8path);
867 if (open_path.empty())
869 open_path = g_get_home_dir();
870 open_path
[all...]

Completed in 40 milliseconds