Searched refs:handleStateChangedEvent (Results  1 – 11 of 11) sorted by relevance
| /trunk/main/winaccessibility/source/service/ | 
| H A D | AccObjectContainerEventListener.cxx | 49 void AccObjectContainerEventListener::handleStateChangedEvent(Any oldValue, Any newValue)  in handleStateChangedEvent()  function in AccObjectContainerEventListener 63     AccContainerEventListener::handleStateChangedEvent(oldValue, newValue);  in handleStateChangedEvent()
  | 
| H A D | AccEventListener.cxx | 79         handleStateChangedEvent(aEvent.OldValue, aEvent.NewValue);  in notifyEvent() 139 void AccEventListener::handleStateChangedEvent(Any oldValue, Any newValue)  in handleStateChangedEvent()  function in AccEventListener
  | 
| H A D | AccContainerEventListener.cxx | 73         handleStateChangedEvent(aEvent.OldValue, aEvent.NewValue);  in notifyEvent() 118 void AccContainerEventListener::handleStateChangedEvent(Any oldValue, Any newValue)  in handleStateChangedEvent()  function in AccContainerEventListener
  | 
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ | 
| H A D | Window.java | 224         protected void handleStateChangedEvent(Object any1, Object any2) {  in handleStateChangedEvent()  method in Window.AccessibleWindowListener 260                     handleStateChangedEvent(event.OldValue, event.NewValue);  in notifyEvent()
  | 
| H A D | Dialog.java | 257         protected void handleStateChangedEvent(Object any1, Object any2) {  in handleStateChangedEvent()  method in Dialog.AccessibleDialogListener 293                     handleStateChangedEvent(event.OldValue, event.NewValue);  in notifyEvent()
  | 
| H A D | Frame.java | 232         protected void handleStateChangedEvent(Object any1, Object any2) {  in handleStateChangedEvent()  method in Frame.AccessibleFrameListener 270                     handleStateChangedEvent(event.OldValue, event.NewValue);  in notifyEvent()
  | 
| H A D | Component.java | 282 		protected void handleStateChangedEvent(Object any1, Object any2) {  in handleStateChangedEvent()  method in Component.AccessibleUNOComponentListener 322 						handleStateChangedEvent(event.OldValue, event.NewValue);  in notifyEvent()
  | 
| H A D | Container.java | 271 		protected void handleStateChangedEvent(Object any1, Object any2) {  in handleStateChangedEvent()  method in Container.AccessibleContainerListener 327 						handleStateChangedEvent(event.OldValue, event.NewValue);  in notifyEvent()
  | 
| /trunk/main/winaccessibility/inc/ | 
| H A D | AccObjectContainerEventListener.hxx | 45     virtual void SAL_CALL handleStateChangedEvent (Any oldValue, Any newValue);
  | 
| H A D | AccEventListener.hxx | 65     virtual void SAL_CALL handleStateChangedEvent (Any oldValue, Any newValue);
  | 
| H A D | AccContainerEventListener.hxx | 61     virtual void SAL_CALL handleStateChangedEvent(Any oldValue, Any newValue);
  | 
        Completed in 35 milliseconds