Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx1146 attribute_set_prepend( AtkAttributeSet* attribute_set, in attribute_set_prepend() argument
1156 return g_slist_prepend(attribute_set, at); in attribute_set_prepend()
1159 return attribute_set; in attribute_set_prepend()
1170 AtkAttributeSet* attribute_set = NULL; in attribute_set_new_from_property_values() local
1180 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_BG_COLOR, in attribute_set_new_from_property_values()
1183 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_FG_COLOR, in attribute_set_new_from_property_values()
1186 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_INVISIBLE, in attribute_set_new_from_property_values()
1189 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_UNDERLINE, in attribute_set_new_from_property_values()
1192 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STRIKETHROUGH, in attribute_set_new_from_property_values()
1195 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_SIZE, in attribute_set_new_from_property_values()
[all …]
H A Datktextattributes.hxx40 AtkAttributeSet* attribute_set,
43 AtkAttributeSet* attribute_set_prepend_misspelled( AtkAttributeSet* attribute_set );
45 AtkAttributeSet* attribute_set_prepend_tracked_change_insertion( AtkAttributeSet* attribute_set );
46 AtkAttributeSet* attribute_set_prepend_tracked_change_deletion( AtkAttributeSet* attribute_set );
47 AtkAttributeSet* attribute_set_prepend_tracked_change_formatchange( AtkAttributeSet* attribute_set
H A Datkeditabletext.cxx67 AtkAttributeSet *attribute_set, in editable_text_wrapper_set_run_attributes() argument
77 if( attribute_set_map_to_property_values( attribute_set, aAttributeList ) ) in editable_text_wrapper_set_run_attributes()