Lines Matching refs:pSet

458                                      AtkAttributeSet* pSet,  in handle_text_markup_as_run_attribute()  argument
486 pSet = attribute_set_prepend_misspelled( pSet ); in handle_text_markup_as_run_attribute()
491 pSet = attribute_set_prepend_tracked_change_insertion( pSet ); in handle_text_markup_as_run_attribute()
496 pSet = attribute_set_prepend_tracked_change_deletion( pSet ); in handle_text_markup_as_run_attribute()
501 pSet = attribute_set_prepend_tracked_change_formatchange( pSet ); in handle_text_markup_as_run_attribute()
527 return pSet; in handle_text_markup_as_run_attribute()
537 AtkAttributeSet *pSet = NULL; in text_wrapper_get_run_attributes() local
549 pSet = attribute_set_new_from_property_values( aAttributeList, true, text ); in text_wrapper_get_run_attributes()
584 pSet = handle_text_markup_as_run_attribute( in text_wrapper_get_run_attributes()
587 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
589 pSet = handle_text_markup_as_run_attribute( in text_wrapper_get_run_attributes()
592 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
593 pSet = handle_text_markup_as_run_attribute( in text_wrapper_get_run_attributes()
596 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
597 pSet = handle_text_markup_as_run_attribute( in text_wrapper_get_run_attributes()
600 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
608 if( pSet ) in text_wrapper_get_run_attributes()
610 atk_attribute_set_free( pSet ); in text_wrapper_get_run_attributes()
611 pSet = NULL; in text_wrapper_get_run_attributes()
615 return pSet; in text_wrapper_get_run_attributes()
623 AtkAttributeSet *pSet = NULL; in text_wrapper_get_default_attributes() local
632 pSet = attribute_set_new_from_property_values( aAttributeList, false, text ); in text_wrapper_get_default_attributes()
639 if( pSet ) in text_wrapper_get_default_attributes()
641 atk_attribute_set_free( pSet ); in text_wrapper_get_default_attributes()
642 pSet = NULL; in text_wrapper_get_default_attributes()
646 return pSet; in text_wrapper_get_default_attributes()