Home
last modified time | relevance | path

Searched refs:aEvent (Results 1 – 25 of 675) sorted by path

12345678910>>...27

/aoo42x/main/UnoControls/inc/
H A Dbasecontrol.hxx980 …virtual void SAL_CALL windowResized( const UNO3_WINDOWEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION…
981 …virtual void SAL_CALL windowMoved( const UNO3_WINDOWEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION );
982 …virtual void SAL_CALL windowShown( const UNO3_EVENTOBJECT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION );
983 …virtual void SAL_CALL windowHidden( const UNO3_EVENTOBJECT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION …
1146 virtual void impl_recalcLayout( const UNO3_WINDOWEVENT& aEvent );
H A Dmultiplexer.hxx350 … virtual void SAL_CALL focusGained(const UNO3_FOCUSEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
366 virtual void SAL_CALL focusLost(const UNO3_FOCUSEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
402 …virtual void SAL_CALL windowMoved(const UNO3_WINDOWEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
418 …virtual void SAL_CALL windowShown(const UNO3_EVENTOBJECT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
454 virtual void SAL_CALL keyPressed( const UNO3_KEYEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
470 … virtual void SAL_CALL keyReleased( const UNO3_KEYEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
490 …virtual void SAL_CALL mousePressed(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
538 … virtual void SAL_CALL mouseExited(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
574 … virtual void SAL_CALL mouseMoved(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
594 … virtual void SAL_CALL windowPaint(const UNO3_PAINTEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
[all …]
/aoo42x/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx304 ContainerEvent aEvent ; in addControl() local
306 aEvent.Source = *this ; in addControl()
307 aEvent.Element <<= rControl ; in addControl()
315 ((XContainerListener*)aIterator.next())->elementInserted (aEvent) ; in addControl()
365 ContainerEvent aEvent ; in removeControl() local
367 aEvent.Source = *this ; in removeControl()
368 aEvent.Element <<= rControl ; in removeControl()
374 ((XContainerListener*)aIterator.next())->elementRemoved (aEvent) ; in removeControl()
H A Dbasecontrol.cxx808 void SAL_CALL BaseControl::windowResized( const WindowEvent& aEvent ) throw( RuntimeException ) in windowResized() argument
813 m_nWidth = aEvent.Width ; in windowResized()
814 m_nHeight = aEvent.Height ; in windowResized()
815 WindowEvent aMappedEvent = aEvent; in windowResized()
825 void SAL_CALL BaseControl::windowMoved( const WindowEvent& aEvent ) throw( RuntimeException ) in windowMoved() argument
830 m_nWidth = aEvent.Width ; in windowMoved()
831 m_nHeight = aEvent.Height ; in windowMoved()
832 WindowEvent aMappedEvent = aEvent; in windowMoved()
H A Dmultiplexer.cxx232 EventObject aEvent ; in disposeAndClear() local
233 aEvent.Source = m_xControl ; in disposeAndClear()
234 m_aListenerHolder.disposeAndClear( aEvent ); in disposeAndClear()
317 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained()
326 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost()
371 MULTIPLEX( XKeyListener, keyPressed, KeyEvent, aEvent ) in keyPressed()
380 MULTIPLEX( XKeyListener, keyReleased, KeyEvent, aEvent ) in keyReleased()
389 MULTIPLEX( XMouseListener, mousePressed, MouseEvent, aEvent ) in mousePressed()
407 MULTIPLEX( XMouseListener, mouseEntered, MouseEvent, aEvent ) in mouseEntered()
416 MULTIPLEX( XMouseListener, mouseExited, MouseEvent, aEvent ) in mouseExited()
[all …]
/aoo42x/main/UnoControls/source/controls/
H A Dstatusindicator.cxx499 void StatusIndicator::impl_recalcLayout ( const WindowEvent& aEvent ) in impl_recalcLayout() argument
514 Size aWindowSize ( aEvent.Width, aEvent.Height ); in impl_recalcLayout()
/aoo42x/main/UnoControls/source/inc/
H A Dstatusindicator.hxx538 virtual void impl_recalcLayout( const UNO3_WINDOWEVENT& aEvent );
/aoo42x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx496 AccessibleEventObject aEvent; in commitEvent() local
497 aEvent.Source = *this; in commitEvent()
498 aEvent.EventId = _nEventId; in commitEvent()
499 aEvent.OldValue = _rOldValue; in commitEvent()
500 aEvent.NewValue = _rNewValue; in commitEvent()
504 AccessibleEventNotifier::addEvent( getClientId( ), aEvent ); in commitEvent()
H A DAccessibleGridControlBase.cxx406 AccessibleEventObject aEvent; in commitEvent() local
407 aEvent.Source = *this; in commitEvent()
408 aEvent.EventId = _nEventId; in commitEvent()
409 aEvent.OldValue = _rOldValue; in commitEvent()
410 aEvent.NewValue = _rNewValue; in commitEvent()
414 AccessibleEventNotifier::addEvent( getClientId( ), aEvent ); in commitEvent()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java443 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
445 String sCommand = aEvent.getActionCommand(); in actionPerformed()
485 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
491 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
497 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
578 public void valueChanged (TreeSelectionEvent aEvent) { in valueChanged() argument
580 if (aEvent.isAddedPath()) { in valueChanged()
584 javax.swing.tree.TreePath aPath = aEvent.getPath(); in valueChanged()
639 System.out.println ("Terminate Event : " + aEvent); in queryTermination()
646 public void notifyTermination(final EventObject aEvent) in notifyTermination() argument
[all …]
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java351 public void notifyEvent(com.sun.star.accessibility.AccessibleEventObject aEvent) { in notifyEvent() argument
353 switch (aEvent.EventId) { in notifyEvent()
H A DShapeContainer.java159 public void treeNodesChanged (TreeModelEvent aEvent) in treeNodesChanged() argument
161 PrintMessage ("treeNodesChanged", aEvent); in treeNodesChanged()
165 PrintMessage ("treeNodesInserted", aEvent); in treeNodesInserted()
166 Object[] aNewNodes = aEvent.getChildren(); in treeNodesInserted()
172 PrintMessage ("treeNodesRemoved", aEvent); in treeNodesRemoved()
173 Object[] aOldNodes = aEvent.getChildren(); in treeNodesRemoved()
179 PrintMessage ("treeStructureChanged", aEvent); in treeStructureChanged()
187 PrintMessage ("treeWillExpand", aEvent); in treeWillExpand()
191 PrintMessage ("treeWillCollapse", aEvent); in treeWillCollapse()
197 PrintMessage ("treeExpanded", aEvent); in treeExpanded()
[all …]
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java172 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
174 switch (aEvent.EventId) in notifyEvent()
H A DContextView.java92 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
94 switch (aEvent.EventId) in notifyEvent()
102 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
H A DEditableTextView.java101 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
103 String sCommand = aEvent.getActionCommand(); in actionPerformed()
H A DEventMonitorView.java110 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
112 maText.append ((mnLineNo++) + ". " + NameProvider.getEventName (aEvent.EventId) + " : " in notifyEvent()
113 + aEvent.OldValue.toString() in notifyEvent()
115 + aEvent.NewValue.toString() + "\n"); in notifyEvent()
H A DFocusView.java126 synchronized public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
128 if (aEvent.getActionCommand().equals("grabFocus")) in actionPerformed()
134 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
136 System.out.println (aEvent); in notifyEvent()
137 if (aEvent.EventId == AccessibleEventId.STATE_CHANGED) in notifyEvent()
H A DLayoutManager.java47 public void mouseClicked (MouseEvent aEvent) in mouseClicked() argument
49 System.out.println (aEvent); in mouseClicked()
51 public void mousePressed (MouseEvent aEvent) in mousePressed() argument
53 mnOldY = aEvent.getPoint().y; in mousePressed()
55 public void mouseReleased (MouseEvent aEvent) in mouseReleased() argument
59 InsertView (maDraggedView, aEvent.getPoint().y); in mouseReleased()
64 public void mouseEntered (MouseEvent aEvent) in mouseEntered() argument
67 public void mouseExited (MouseEvent aEvent) in mouseExited() argument
76 public void mouseDragged (MouseEvent aEvent) in mouseDragged() argument
78 int dy = mnOldY - aEvent.getPoint().y; in mouseDragged()
[all …]
H A DObjectView.java104 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
H A DObjectViewContainer.java247 public void notifyEvent (final AccessibleEventObject aEvent) in notifyEvent() argument
254 DispatchEvent (aEvent); in notifyEvent()
266 private void DispatchEvent (AccessibleEventObject aEvent) in DispatchEvent() argument
270 ((ObjectView)getComponent(i)).notifyEvent (aEvent); in DispatchEvent()
278 public void disposing (EventObject aEvent) in disposing() argument
H A DParentView.java128 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
130 switch (aEvent.EventId) in notifyEvent()
H A DSelectionView.java220 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
222 String sCommand = aEvent.getActionCommand(); in actionPerformed()
235 if (((JToggleButton)aEvent.getSource()).isSelected()) in actionPerformed()
249 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
251 switch (aEvent.EventId) in notifyEvent()
H A DStateSetView.java74 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
76 if (aEvent.EventId == AccessibleEventId.STATE_CHANGED) in notifyEvent()
H A DTableView.java140 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
142 switch (aEvent.EventId) in notifyEvent()
H A DTextView.java217 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
219 System.out.println (aEvent); in notifyEvent()
220 switch (aEvent.EventId) in notifyEvent()
234 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
236 String sCommand = aEvent.getActionCommand(); in actionPerformed()
308 catch (IndexOutOfBoundsException aEvent) in GetTextBoundsString()

Completed in 172 milliseconds

12345678910>>...27