Home
last modified time | relevance | path

Searched refs:text_attr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx1428 AtkTextAttribute text_attr = atk_text_attribute_for_name( attribute->name ); in attribute_set_map_to_property_values() local
1429 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 24 milliseconds