Lines Matching +refs:val +refs:file
2 * @file
18 * Released under GNU GPL. Read the file 'COPYING' for more information
452 char val = str.at(0);
453 if (((val < 'A') || (val > 'Z'))
454 && ((val < 'a') || (val > 'z'))
455 && (val != '_')
456 && (val != ':')) {
460 char val = str.at(i);
461 if (((val < 'A') || (val > 'Z'))
462 && ((val < 'a') || (val > 'z'))
463 && ((val < '0') || (val > '9'))
464 && (val != '_')
465 && (val != ':')
466 && (val != '-')
467 && (val != '.')) {
493 Glib::ustring file = pairs[row].first;
499 if (!strcmp(prof->href, file.c_str()))
508 cprofRepr->setAttribute("xlink:href", (gchar*) file.c_str());
509 cprofRepr->setAttribute("id", (gchar*) file.c_str());
765 _external_add_btn.set_tooltip_text(_("Add the current file name or browse for a file"));
1527 // TODO: copied from fill-and-stroke.cpp factor out into new ui/widget file?
1762 c-file-style:"stroustrup"
1763 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))