Lines Matching defs:id
99 Glib::ustring id = (repr->attribute( "id" )==NULL ? "" : repr->attribute( "id" ));
114 bool is_useful = sp_attribute_check_attribute( element, id, attribute, flags & SP_ATTR_CLEAN_ATTR_WARN );
189 Glib::ustring id = (repr->attribute( "id" )==NULL ? "" : repr->attribute( "id" ));
206 g_warning( "<%s id=\"%s\">: CSS Style property: \"%s\" is inappropriate.",
207 element.c_str(), id.c_str(), property );
233 g_warning( "<%s id=\"%s\">: CSS Style property: \"%s\" has same value as parent (%s).",
234 element.c_str(), id.c_str(), property, value );
248 g_warning( "<%s id=\"%s\">: CSS Style property: \"%s\" with default value (%s) not needed.",
249 element.c_str(), id.c_str(), property, value );
269 bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn) {
283 g_warning( "<%s id=\"%s\">: Non-useful presentation attribute: \"%s\" found.",
285 id.c_str(),
298 g_warning( "<%s id=\"%s\">: Invalid attribute: \"%s\" found.",
300 id.c_str(),