Lines Matching refs:location
45 This function mostly looks for the 'location' and 'type' attributes
60 if (const gchar * location = _repr->attribute("location")) {
61 for (int i = 0; i < LOCATION_CNT && location != NULL; i++) {
62 if (!strcmp(location, _location_str[i])) {
67 } else if (const gchar * location = _repr->attribute("reldir")) {
68 for (int i = 0; i < LOCATION_CNT && location != NULL; i++) {
69 if (!strcmp(location, _location_str[i])) {
153 Glib::ustring location(_string);
157 std::string temploc = Glib::build_filename(Inkscape::Extension::Extension::search_path[i], location);
159 location = temploc;
165 if (!Glib::file_test(location, filetest)) {
166 // std::cout << "Failing on location: " << location << std::endl;
257 out_file << _(" location: ") << _(in_dep._location_str[in_dep._location]) << '\n';