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

/inkscape/src/
H A Dregistrytool.h57 Glib::ustring &exeName);
H A Dregistrytool.cpp108 Glib::ustring &exeName)
119 exeName = "";
124 exeName = fullPath.substr(pos+1);
136 Glib::ustring exeName; local
138 if (!getExeInfo(fullPath, path, exeName))
142 // fullPath.c_str(), path.c_str(), exeName.c_str());
146 keyName.append(exeName);
106 getExeInfo(Glib::ustring &fullPath, Glib::ustring &path, Glib::ustring &exeName) argument
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp345 char exeName[MAX_PATH+1]; local
346 GetModuleFileName(NULL, exeName, MAX_PATH);
347 char *slashPos = strrchr(exeName, '\\');
350 //g_print ("Aspell prefix path: %s\n", exeName);
361 aspell_config_replace(config, "prefix", exeName);
378 aspell_config_replace(config, "prefix", exeName);
395 aspell_config_replace(config, "prefix", exeName);
H A Dinkscape-preferences.cpp1886 char exeName[MAX_PATH+1]; local
1887 GetModuleFileName(NULL, exeName, MAX_PATH);
1888 char *slashPos = strrchr(exeName, '\\');
1893 // g_print ("%s\n", exeName);
1894 aspell_config_replace(config, "prefix", exeName);

Completed in 24 milliseconds