Searched refs:AtkObject (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkwrapper.cxx | 331 wrapper_get_name( AtkObject *atk_obj ) in wrapper_get_name() 362 wrapper_get_description( AtkObject *atk_obj ) in wrapper_get_description() 389 wrapper_get_n_children( AtkObject *atk_obj ) in wrapper_get_n_children() 409 static AtkObject * 410 wrapper_ref_child( AtkObject *atk_obj, in wrapper_ref_child() 414 AtkObject* child = NULL; in wrapper_ref_child() 484 AtkObject **pTargets = (AtkObject **) alloca( nTargetCount * sizeof(AtkObject *) ); in wrapper_ref_relation_set() 568 wrapper_ref_state_set( AtkObject *atk_obj ) in wrapper_ref_state_set() 811 AtkObject * 830 AtkObject * [all …]
|
H A D | atklistener.cxx | 76 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in disposing() 96 static AtkObject *getObjFromAny( const uno::Any &rAny ) in getObjFromAny() 131 AtkObject * pChild = atk_object_wrapper_ref( rxAccessible ); in handleChildAdded() 176 AtkObject * pChild = atk_object_wrapper_ref( rxChild, false ); in handleChildRemoved() 196 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n], false ); in handleInvalidateChildren() 213 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n] ); in handleInvalidateChildren() 252 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in notifyEvent() 347 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() 359 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() 371 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent()
|
H A D | atkwrapper.hxx | 53 AtkObject aParent; 70 AtkObject *child_about_to_be_removed; 81 AtkObject * atk_object_wrapper_ref( 85 AtkObject * atk_object_wrapper_new( 87 AtkObject* parent = NULL ); 89 void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, gi… 90 void atk_object_wrapper_remove_child(AtkObjectWrapper* wrapper, AtkObject *child,…
|
H A D | atktable.cxx | 37 static inline AtkObject * 89 static AtkObject* 295 static AtkObject * 369 static AtkObject * 400 static AtkObject * 432 static AtkObject * 638 table_wrapper_set_caption( AtkTable *, AtkObject * ) in table_wrapper_set_caption() argument 653 table_wrapper_set_column_header( AtkTable *, gint, AtkObject * ) in table_wrapper_set_column_header() argument 668 table_wrapper_set_row_header( AtkTable *, gint, AtkObject * ) in table_wrapper_set_row_header() argument 675 table_wrapper_set_summary( AtkTable *, AtkObject * ) in table_wrapper_set_summary() argument
|
H A D | atkfactory.cxx | 44 noop_wrapper_ref_state_set( AtkObject * ) in noop_wrapper_ref_state_set() argument 84 AtkObject* 87 AtkObject *accessible; in atk_noop_object_wrapper_new() 89 accessible = (AtkObject *) g_object_new (atk_noop_object_wrapper_get_type(), NULL); in atk_noop_object_wrapper_new() 108 static AtkObject* 135 AtkObject *accessible = ooo_wrapper_registry_get( xAccessible ); in wrapper_factory_create_accessible()
|
H A D | atkwindow.cxx | 42 static void (* window_real_initialize) (AtkObject *obj, gpointer data) = NULL; 46 init_from_window( AtkObject *accessible, Window *pWindow ) in init_from_window() 144 AtkObject* pAccessible = gtk_widget_get_accessible( pToolTip ); in ooo_tooltip_map() 152 AtkObject* pAccessible = gtk_widget_get_accessible( pToolTip ); in ooo_tooltip_unmap() 178 ooo_window_wrapper_real_initialize(AtkObject *obj, gpointer data) in ooo_window_wrapper_real_initialize() 200 AtkObject *child = atk_object_wrapper_new( xAccessible, obj ); in ooo_window_wrapper_real_initialize() 211 AtkObject *child = atk_object_wrapper_new( xAccessible, obj ); in ooo_window_wrapper_real_initialize()
|
H A D | atkcomponent.cxx | 122 static AtkObject * 285 AtkObject * parent = atk_object_get_parent( ATK_OBJECT( component ) ); in component_wrapper_get_layer() 293 AtkObject * parent = atk_object_get_parent( ATK_OBJECT( component ) ); in component_wrapper_get_layer()
|
H A D | atkregistry.hxx | 30 AtkObject * ooo_wrapper_registry_get(const ::com::sun::star::uno::Reference< ::com::sun::star::acce… 32 …tar::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxAccessible, AtkObject *obj);
|
H A D | atkregistry.cxx | 33 AtkObject * 51 ooo_wrapper_registry_add(const Reference< XAccessible >& rxAccessible, AtkObject *obj) in ooo_wrapper_registry_add()
|
H A D | atkselection.cxx | 93 static AtkObject*
|
H A D | atkhypertext.cxx | 78 static AtkObject *
|
H A D | atkutil.cxx | 76 AtkObject *atk_obj = xAccessible.is() ? atk_object_wrapper_ref( xAccessible ) : NULL; in atk_wrapper_focus_idle_handler()
|
Completed in 106 milliseconds