Lines Matching refs:AccContainerEventListener

35 AccContainerEventListener::AccContainerEventListener(com::sun::star::accessibility::XAccessible* pA…  in AccContainerEventListener()  function in AccContainerEventListener
40 AccContainerEventListener::~AccContainerEventListener() in ~AccContainerEventListener()
49 void AccContainerEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEven… in notifyEvent()
105 void AccContainerEventListener::handleVisibleDataChangedEvent() in handleVisibleDataChangedEvent()
113 void AccContainerEventListener::handleBoundrectChangedEvent() in handleBoundrectChangedEvent()
118 void AccContainerEventListener::handleStateChangedEvent(Any oldValue, Any newValue) in handleStateChangedEvent()
137 void AccContainerEventListener::handleChildChangedEvent(Any oldValue, Any newValue) in handleChildChangedEvent()
182 void AccContainerEventListener::handleSelectionChangedEvent(const Any& /*oldValue*/, const Any& new… in handleSelectionChangedEvent()
197 void AccContainerEventListener::handleAllChildrenChangedEvent() in handleAllChildrenChangedEvent()
213 void AccContainerEventListener::handleTextChangedEvent(Any oldValue, Any newValue) in handleTextChangedEvent()
224 void AccContainerEventListener::setComponentState(short state, bool enable ) in setComponentState()
297 void AccContainerEventListener::fireStatePropertyChange(short state, bool set) in fireStatePropertyChange()
359 void AccContainerEventListener::fireStateFocusdChange(bool enable) in fireStateFocusdChange()
439 void AccContainerEventListener::handleValueChangedEvent(Any oldValue, Any newValue) in handleValueChangedEvent()
445 bool AccContainerEventListener::IsEditable(Reference<XAccessibleContext> xContext) in IsEditable()
462 bool AccContainerEventListener::NotifyChildEvent(short nWinEvent,const Any &Value) in NotifyChildEvent()
477 void AccContainerEventListener::handleSelectionChangedAddEvent(const Any& /*oldValue*/, const Any& … in handleSelectionChangedAddEvent()
485 void AccContainerEventListener::handleSelectionChangedRemoveEvent(const Any& /*oldValue*/, const An… in handleSelectionChangedRemoveEvent()
493 void AccContainerEventListener::handleSelectionChangedWithinEvent(const Any& /*oldValue*/, const An… in handleSelectionChangedWithinEvent()
502 void SAL_CALL AccContainerEventListener::UpdateAllChildrenState( com::sun::star::accessibility::XAc… in UpdateAllChildrenState()
536 void AccContainerEventListener::handlePageChangedEvent(const Any& /*oldValue*/, const Any& /*newVal… in handlePageChangedEvent()
541 void AccContainerEventListener::handleSectionChangedEvent(const Any& /*oldValue*/, const Any& /*new… in handleSectionChangedEvent()
546 void AccContainerEventListener::handleColumnChangedEvent(const Any& /*oldValue*/, const Any& /*newV… in handleColumnChangedEvent()
551 void AccContainerEventListener::handleNameChangedEvent( Any name ) in handleNameChangedEvent()