Searched refs:text_attr (Results 1 – 1 of 1) sorted by relevance
1428 AtkTextAttribute text_attr = atk_text_attribute_for_name( attribute->name ); in attribute_set_map_to_property_values() local1429 if( text_attr < g_TextAttrMapSize ) in attribute_set_map_to_property_values()1431 if( g_TextAttrMap[text_attr].name[0] != '\0' ) in attribute_set_map_to_property_values()1433 … if( ! g_TextAttrMap[text_attr].toPropertyValue( aAttributeList[nIndex].Value, attribute->value) ) in attribute_set_map_to_property_values()1436 … aAttributeList[nIndex].Name = rtl::OUString::createFromAscii( g_TextAttrMap[text_attr].name ); in attribute_set_map_to_property_values()
Completed in 11 milliseconds