Searched refs:NotifyChildEvent (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/winaccessibility/source/service/ |
H A D | AccDescendantManagerEventListener.cxx | 182 bool AccDescendantManagerEventListener::NotifyChildEvent(short nWinEvent,const Any &Value) in NotifyChildEvent() function in AccDescendantManagerEventListener 203 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_ADD,newValue)) in handleSelectionChangedAddEvent() 211 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_REMOVE,newValue)) in handleSelectionChangedRemoveEvent() 220 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_WITHIN,newValue)) in handleSelectionChangedWithinEvent()
|
H A D | AccContainerEventListener.cxx | 184 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED,newValue)) in handleSelectionChangedEvent() 462 bool AccContainerEventListener::NotifyChildEvent(short nWinEvent,const Any &Value) in NotifyChildEvent() function in AccContainerEventListener 479 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_ADD,newValue)) in handleSelectionChangedAddEvent() 487 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_REMOVE,newValue)) in handleSelectionChangedRemoveEvent() 495 if(NotifyChildEvent(UM_EVENT_SELECTION_CHANGED_WITHIN,newValue)) in handleSelectionChangedWithinEvent()
|
/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolbox.cxx | 463 pItem->NotifyChildEvent( xChild, bOpen ); in UpdateCustomPopupItemp_Impl() 500 pItem->NotifyChildEvent( xChild, _bShow ); in HandleSubToolBarEvent() 520 pItem->NotifyChildEvent( xChild, false ); in ReleaseSubToolBox()
|
H A D | vclxaccessibletoolboxitem.cxx | 232 void VCLXAccessibleToolBoxItem::NotifyChildEvent( const Reference< XAccessible >& _xChild, bool _bS… in NotifyChildEvent() function in VCLXAccessibleToolBoxItem
|
/aoo4110/main/winaccessibility/inc/ |
H A D | AccDescendantManagerEventListener.hxx | 57 bool NotifyChildEvent(short nWinEvent,const Any &Value);
|
H A D | AccContainerEventListener.hxx | 82 bool NotifyChildEvent(short nWinEvent,const Any &Value);
|
/aoo4110/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletoolboxitem.hxx | 104 …void NotifyChildEvent( const ::com::sun::star::uno::Reference< ::com::sun::star::ac…
|
Completed in 64 milliseconds