Searched defs:save_path (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dcalligraphy-toolbar.cpp286 // If there's a preset with the given name, find it and set save_path appropriately
290 Glib::ustring save_path; // profile pref path without a trailing slash local
297 save_path = *i;
304 prefs->remove(save_path);
314 save_path = Glib::ustring("/tools/calligraphic/preset") + profile_id;
324 prefs->setDouble(save_path + "/" + widget_name, gtk_adjustment_get_value(adj));
328 prefs->setBool(save_path + "/" + widget_name, gtk_toggle_action_get_active(toggle));
337 prefs->setString(save_path + "/name", new_profile_name);
/inkscape/src/
H A Dfile.cpp855 Glib::ustring save_path = Inkscape::Extension::get_file_save_path(doc, save_method); local
857 if (!Inkscape::IO::file_test(save_path.c_str(),
859 save_path.clear();
861 if (save_path.empty())
862 save_path = g_get_home_dir();
864 Glib::ustring save_loc = save_path;
873 save_loc = save_path;
950 save_path = Glib::path_get_dirname(fileName);
951 Inkscape::Extension::store_save_path_in_prefs(save_path, save_method);

Completed in 17 milliseconds