Lines Matching defs:import_path
1293 static Glib::ustring import_path;
1301 if(import_path.empty())
1304 if (!attr.empty()) import_path = attr;
1307 //# Test if the import_path directory exists
1308 if (!Inkscape::IO::file_test(import_path.c_str(),
1310 import_path = "";
1313 if (import_path.empty())
1315 import_path = g_get_home_dir();
1316 import_path.append(G_DIR_SEPARATOR_S);
1323 import_path,
1375 import_path = Glib::path_get_dirname(fileName);
1376 import_path.append(G_DIR_SEPARATOR_S);
1377 prefs->setString("/dialogs/import/path", import_path);
1700 static Glib::ustring import_path;