Searched refs:attribute_set (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 1195 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_SIZE, in attribute_set_new_from_property_values() 1198 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_WEIGHT, in attribute_set_new_from_property_values() 1204 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_VARIANT, in attribute_set_new_from_property_values() 1207 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STYLE, in attribute_set_new_from_property_values() 1210 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_SCALE, in attribute_set_new_from_property_values() 1219 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STRETCH, in attribute_set_new_from_property_values() 1268 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_INDENT, in attribute_set_new_from_property_values() 1324 return attribute_set; in attribute_set_prepend_misspelled() 1335 attribute_set = attribute_set_prepend( attribute_set, in attribute_set_prepend_tracked_change_insertion() 1349 attribute_set = attribute_set_prepend( attribute_set, in attribute_set_prepend_tracked_change_deletion() [all …]
|
H A D | atktextattributes.hxx | 40 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 D | atkeditabletext.cxx | 67 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()
|
Completed in 25 milliseconds