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

/inkscape/src/io/
H A Dresource.cpp76 path = Inkscape::Application::profile_path(name);
/inkscape/src/extension/
H A Derror-file.cpp54 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
H A Dinit.cpp246 Inkscape::Extension::Extension::search_path.push_back(Inkscape::Application::profile_path("extensions"));
H A Dextension.cpp666 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp32 gchar *filtersProfilePath = Inkscape::Application::profile_path("filters");
/inkscape/src/
H A Dinkscape.h151 static char *profile_path(const char *filename);
H A Dshortcuts.cpp214 sources.push_back( Inkscape::Application::profile_path("keys") );
232 if (!strcmp(dirname, Inkscape::Application::profile_path("keys")) &&
H A Dpreferences.cpp93 // profile_path essentailly returns the argument prefixed by the profile directory.
96 gchar *path = Inkscape::Application::profile_path(NULL);
100 path = Inkscape::Application::profile_path(_prefs_basename.c_str());
160 char *dir = Inkscape::Application::profile_path(user_dirs[i]);
H A Dinkscape.cpp720 gchar *fn = profile_path(MENUS_FILE);
1230 Application::profile_path(const char *filename) function in class:Inkscape::Application
H A Dmain.cpp1050 gchar *usericondir = Inkscape::Application::profile_path("icons");
1079 Glib::ustring user_style = Inkscape::Application::profile_path("ui/style.css");
H A Dfile.cpp182 sources.push_back( Inkscape::Application::profile_path("templates") ); // first try user's local dir
/inkscape/src/ui/dialog/
H A Dsymbols.cpp590 if( Inkscape::IO::file_test( Inkscape::Application::profile_path("symbols"), G_FILE_TEST_EXISTS ) &&
591 Inkscape::IO::file_test( Inkscape::Application::profile_path("symbols"), G_FILE_TEST_IS_DIR ) ) {
592 directories.push_back( Inkscape::Application::profile_path("symbols") );
H A Dtemplate-load-tab.cpp219 _getTemplatesFromDir(Inkscape::Application::profile_path("templates") + _loading_path);
H A Dfiledialogimpl-gtkmm.cpp1099 gchar *templates = Inkscape::Application::profile_path("templates");
H A Dswatches.cpp530 sources.push_back( Inkscape::Application::profile_path("palettes") );
H A Dinkscape-preferences.cpp1979 _sys_user_config.set_text((char const *)Inkscape::Application::profile_path(""));
/inkscape/src/widgets/
H A Dicon.cpp1284 gchar *userdir = Inkscape::Application::profile_path("icons");

Completed in 541 milliseconds