| /trunk/main/UnoControls/source/base/ |
| H A D | multiplexer.cxx | 232 EventObject aEvent ; in disposeAndClear() local 233 aEvent.Source = m_xControl ; in disposeAndClear() 234 m_aListenerHolder.disposeAndClear( aEvent ); in disposeAndClear() 288 void OMRCListenerMultiplexerHelper::focusGained(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEP… in focusGained() argument 317 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained() 324 void OMRCListenerMultiplexerHelper::focusLost(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEPTI… in focusLost() argument 326 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost() 333 void OMRCListenerMultiplexerHelper::windowResized(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEX… in windowResized() argument 335 MULTIPLEX( XWindowListener, windowResized, WindowEvent, aEvent ) in windowResized() 342 void OMRCListenerMultiplexerHelper::windowMoved(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowMoved() argument [all …]
|
| /trunk/main/extensions/source/bibliography/ |
| H A D | framectr.cxx | 157 …virtual void SAL_CALL frameAction(const FrameActionEvent& aEvent) throw( Ru… 166 void BibFrameCtrl_Impl::frameAction(const FrameActionEvent& aEvent) throw( uno::RuntimeException ) in frameAction() argument 168 if ( pController && aEvent.Frame == pController->getFrame()) in frameAction() 170 if(aEvent.Action == FrameAction_FRAME_ACTIVATED) in frameAction() 174 else if(aEvent.Action == FrameAction_FRAME_DEACTIVATING) in frameAction() 479 FeatureStateEvent aEvent; in dispatch() local 480 aEvent.FeatureURL = pObj->aURL; in dispatch() 481 aEvent.IsEnabled = sal_True; in dispatch() 482 aEvent.Requery = sal_False; in dispatch() 483 aEvent.Source = (XDispatch *) this; in dispatch() [all …]
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleSpreadsheet.cxx | 354 AccessibleEventObject aEvent; in CompleteSelectionChanged() local 355 aEvent.EventId = AccessibleEventId::STATE_CHANGED; in CompleteSelectionChanged() 357 aEvent.NewValue = uno::makeAny(AccessibleStateType::SELECTED); in CompleteSelectionChanged() 359 aEvent.OldValue = uno::makeAny(AccessibleStateType::SELECTED); in CompleteSelectionChanged() 360 aEvent.Source = uno::Reference< XAccessibleContext >(this); in CompleteSelectionChanged() 362 CommitChange(aEvent); in CompleteSelectionChanged() 367 AccessibleEventObject aEvent; in LostFocus() local 368 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in LostFocus() 369 aEvent.Source = uno::Reference< XAccessibleContext >(this); in LostFocus() 371 aEvent.OldValue <<= xOld; in LostFocus() [all …]
|
| H A D | AccessibleContextBase.cxx | 342 AccessibleEventObject aEvent; in getAccessibleDescription() local 343 aEvent.EventId = AccessibleEventId::DESCRIPTION_CHANGED; in getAccessibleDescription() 344 aEvent.Source = uno::Reference< XAccessibleContext >(this); in getAccessibleDescription() 345 aEvent.OldValue <<= msDescription; in getAccessibleDescription() 346 aEvent.NewValue <<= sDescription; in getAccessibleDescription() 350 CommitChange(aEvent); in getAccessibleDescription() 369 AccessibleEventObject aEvent; in getAccessibleName() local 370 aEvent.EventId = AccessibleEventId::NAME_CHANGED; in getAccessibleName() 371 aEvent.Source = uno::Reference< XAccessibleContext >(this); in getAccessibleName() 372 aEvent.OldValue <<= msName; in getAccessibleName() [all …]
|
| /trunk/main/vcl/unx/generic/app/ |
| H A D | wmadaptor.cxx | 1733 XEvent aEvent; in maximizeFrame() local 1734 aEvent.type = ClientMessage; in maximizeFrame() 1735 aEvent.xclient.display = m_pDisplay; in maximizeFrame() 1736 aEvent.xclient.window = pFrame->GetShellWindow(); in maximizeFrame() 1737 aEvent.xclient.message_type = m_aWMAtoms[ NET_WM_STATE ]; in maximizeFrame() 1738 aEvent.xclient.format = 32; in maximizeFrame() 1739 aEvent.xclient.data.l[0] = bHorizontal ? 1 : 0; in maximizeFrame() 1740 aEvent.xclient.data.l[1] = m_aWMAtoms[ NET_WM_STATE_MAXIMIZED_HORZ ]; in maximizeFrame() 1741 …aEvent.xclient.data.l[2] = bHorizontal == bVertical ? m_aWMAtoms[ NET_WM_STATE_MAXIMIZED_VERT ]… in maximizeFrame() 1742 aEvent.xclient.data.l[3] = 0; in maximizeFrame() [all …]
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxwindow.cxx | 259 ::com::sun::star::lang::EventObject aEvent; in disposing() 260 aEvent.Source = mrAntiImpl; in disposing() 262 maEventListeners.disposeAndClear( aEvent ); in disposing() 263 maFocusListeners.disposeAndClear( aEvent ); in disposing() 264 maWindowListeners.disposeAndClear( aEvent ); in disposing() 265 maKeyListeners.disposeAndClear( aEvent ); in disposing() 266 maMouseListeners.disposeAndClear( aEvent ); in disposing() 267 maMouseMotionListeners.disposeAndClear( aEvent ); in disposing() 268 maPaintListeners.disposeAndClear( aEvent ); in disposing() 269 maContainerListeners.disposeAndClear( aEvent ); in disposing() [all …]
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 947 XEvent aEvent; in getPasteData() local 956 &aEvent in getPasteData() 960 if( aEvent.xproperty.window == m_aWindow in getPasteData() 961 && aEvent.xproperty.atom == selection ) in getPasteData() 967 &aEvent in getPasteData() 975 &aEvent in getPasteData() 981 &aEvent in getPasteData() 985 if( aEvent.xselection.selection == selection in getPasteData() 986 && ( aEvent.xselection.requestor == m_aWindow || in getPasteData() 987 aEvent.xselection.requestor == m_aCurrentDropWindow ) in getPasteData() [all …]
|
| /trunk/main/vcl/aqua/source/window/ |
| H A D | salframeview.mm | 596 SalMouseEvent aEvent; 597 aEvent.mnTime = pDispatchFrame->mnLastEventTime; 598 aEvent.mnX = static_cast<long>(aPt.x) - pDispatchFrame->maGeometry.nX; 599 aEvent.mnY = static_cast<long>(aPt.y) - pDispatchFrame->maGeometry.nY; 600 aEvent.mnButton = nButton; 601 aEvent.mnCode = aEvent.mnButton | nModMask; 605 aEvent.mnX = pDispatchFrame->maGeometry.nWidth-1-aEvent.mnX; 607 pDispatchFrame->CallCallback( nEvent, &aEvent ); 757 SalWheelMouseEvent aEvent; 758 aEvent.mnTime = mpFrame->mnLastEventTime; [all …]
|
| /trunk/main/odk/examples/cpp/complextoolbarcontrols/ |
| H A D | MyProtocolHandler.cxx | 77 FeatureStateEvent aEvent; in SendCommand() local 79 aEvent.FeatureURL = aURL; in SendCommand() 80 aEvent.Source = xDispatch; in SendCommand() 81 aEvent.IsEnabled = bEnabled; in SendCommand() 82 aEvent.Requery = sal_False; in SendCommand() 88 aEvent.State <<= aCtrlCmd; in SendCommand() 89 aListenerHelper.Notify( mxFrame, aEvent.FeatureURL.Path, aEvent ); in SendCommand() 94 FeatureStateEvent aEvent; in SendCommandTo() local 96 aEvent.FeatureURL = aURL; in SendCommandTo() 97 aEvent.Source = (::com::sun::star::frame::XDispatch*) this; in SendCommandTo() [all …]
|
| /trunk/main/sd/source/ui/slideshow/ |
| H A D | slideshowviewimpl.cxx | 286 awt::PaintEvent aEvent( e ); in paint() local 287 aEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in paint() 288 mpPaintListeners->notify( aEvent ); in paint() 499 awt::WindowEvent aEvent( e ); in windowResized() local 500 aEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in windowResized() 502 mpViewListeners->notify( aEvent ); in windowResized() 536 WrappedMouseEvent aEvent; in mousePressed() local 537 aEvent.meType = WrappedMouseEvent::PRESSED; in mousePressed() 538 aEvent.maEvent = e; in mousePressed() 539 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mousePressed() [all …]
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
| H A D | ShapeContainer.java | 154 private void PrintMessage (String aMessage, java.util.EventObject aEvent) in PrintMessage() argument 159 public void treeNodesChanged (TreeModelEvent aEvent) in treeNodesChanged() argument 161 PrintMessage ("treeNodesChanged", aEvent); in treeNodesChanged() 163 public void treeNodesInserted (TreeModelEvent aEvent) in treeNodesInserted() argument 165 PrintMessage ("treeNodesInserted", aEvent); in treeNodesInserted() 166 Object[] aNewNodes = aEvent.getChildren(); in treeNodesInserted() 170 public void treeNodesRemoved (TreeModelEvent aEvent) in treeNodesRemoved() argument 172 PrintMessage ("treeNodesRemoved", aEvent); in treeNodesRemoved() 173 Object[] aOldNodes = aEvent.getChildren(); in treeNodesRemoved() 177 public void treeStructureChanged (TreeModelEvent aEvent) in treeStructureChanged() argument [all …]
|
| /trunk/main/UnoControls/inc/ |
| H A D | multiplexer.hxx | 350 … 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 ) ; 386 …virtual void SAL_CALL windowResized(const UNO3_WINDOWEVENT& 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 ) ; 434 …virtual void SAL_CALL windowHidden(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 ) ; 506 …virtual void SAL_CALL mouseReleased(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION )… [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Accessibility/ |
| H A D | EventListenerProxy.java | 91 Runnable aEvent; in run() local 97 aEvent = (Runnable)maEventQueue.removeFirst(); in run() 99 aEvent = null; in run() 102 if (aEvent != null) in run() 106 aEvent.run(); in run() 116 while (aEvent != null); in run() 135 public void disposing( final EventObject aEvent) in disposing() argument 141 maListener.disposing (aEvent); in disposing() 146 public void notifyEvent (final AccessibleEventObject aEvent) in notifyEvent() argument 153 maListener.notifyEvent (aEvent); in notifyEvent() [all …]
|
| H A D | EventHandler.java | 64 public void disposing (com.sun.star.lang.EventObject aEvent) in disposing() argument 315 public void notifyEvent (com.sun.star.accessibility.AccessibleEventObject aEvent) in notifyEvent() argument 319 switch (aEvent.EventId) in notifyEvent() 323 objectToContext (aEvent.OldValue), in notifyEvent() 324 objectToContext (aEvent.NewValue)); in notifyEvent() 333 if (AnyConverter.isShort (aEvent.NewValue)) in notifyEvent() 334 nNewState = AnyConverter.toShort (aEvent.NewValue); in notifyEvent() 335 if (AnyConverter.isShort (aEvent.OldValue)) in notifyEvent() 336 nOldState = AnyConverter.toShort (aEvent.OldValue); in notifyEvent() 341 objectToContext (aEvent.Source), in notifyEvent() [all …]
|
| /trunk/main/sw/source/core/access/ |
| H A D | accmap.cxx | 178 document::EventObject aEvent; in Notify() local 179 if( !SvxUnoDrawMSFactory::createEvent( mpDrawModel, pSdrHint, aEvent ) ) in Notify() 189 xListener->notifyEvent( aEvent ); in Notify() 1005 SwAccessibleEvent_Impl aEvent( *(*aIter).second ); in AppendEvent() local 1006 ASSERT( aEvent.GetType() != SwAccessibleEvent_Impl::DISPOSE, in AppendEvent() 1015 ASSERT( aEvent.GetType() != SwAccessibleEvent_Impl::CHILD_POS_CHANGED, in AppendEvent() 1017 aEvent.SetStates( rEvent.GetAllStates() ); in AppendEvent() 1025 ASSERT( aEvent.GetType() != SwAccessibleEvent_Impl::CHILD_POS_CHANGED, in AppendEvent() 1027 if( aEvent.GetType() == SwAccessibleEvent_Impl::CARET_OR_STATES ) in AppendEvent() 1028 aEvent.SetType( SwAccessibleEvent_Impl::INVALID_CONTENT ); in AppendEvent() [all …]
|
| H A D | acccontext.cxx | 365 AccessibleEventObject aEvent; in ScrolledIn() local 366 aEvent.EventId = AccessibleEventId::CHILD; in ScrolledIn() 367 aEvent.NewValue <<= xThis; in ScrolledIn() 369 xParentImpl->FireAccessibleEvent( aEvent ); in ScrolledIn() 506 AccessibleEventObject aEvent; in FireVisibleDataEvent() local 507 aEvent.EventId = AccessibleEventId::VISIBLE_DATA_CHANGED; in FireVisibleDataEvent() 509 FireAccessibleEvent( aEvent ); in FireVisibleDataEvent() 516 AccessibleEventObject aEvent; in FireStateChangedEvent() local 518 aEvent.EventId = AccessibleEventId::STATE_CHANGED; in FireStateChangedEvent() 520 aEvent.NewValue <<= nState; in FireStateChangedEvent() [all …]
|
| /trunk/main/winaccessibility/source/service/ |
| H A D | AccContainerEventListener.cxx | 49 …rEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument 53 switch (aEvent.EventId) in notifyEvent() 56 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 59 handleSelectionChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 65 handleTextChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 73 handleStateChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 76 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 79 handleSelectionChangedAddEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 82 handleSelectionChangedRemoveEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 85 handleSelectionChangedWithinEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() [all …]
|
| /trunk/main/toolkit/test/accessibility/ |
| H A D | EventQueue.java | 46 public void addEvent (Runnable aEvent) in addEvent() argument 51 System.out.println ("queing regular event " + aEvent); in addEvent() 52 maRegularQueue.addLast (aEvent); in addEvent() 58 public void addDisposingEvent (Runnable aEvent) in addDisposingEvent() argument 61 aEvent.run (); in addDisposingEvent() 66 System.out.println ("queing disposing event " + aEvent); in addDisposingEvent() 67 maDisposingQueue.addLast (aEvent); in addDisposingEvent() 89 Runnable aEvent = null; in run() local 96 aEvent = (Runnable)maDisposingQueue.removeFirst(); in run() 98 System.out.println ("delivering disposing event " + aEvent); in run() [all …]
|
| H A D | QueuedTopWindowListener.java | 33 public void windowOpened (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowOpened() argument 39 QueuedTopWindowListener.this.maListener.windowOpened (aEvent); in windowOpened() 48 public void windowClosing (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosing() argument 56 public void windowClosed (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosed() argument 62 QueuedTopWindowListener.this.maListener.windowClosed (aEvent); in windowClosed() 71 public void windowMinimized (final com.sun.star.lang.EventObject aEvent) in windowMinimized() argument 74 System.out.println ("QueuedTopWindowListener: Top window minimized: " + aEvent); in windowMinimized() 77 public void windowNormalized (final com.sun.star.lang.EventObject aEvent) in windowNormalized() argument 80 System.out.println ("QueuedTopWindowListener: Top window normalized: " + aEvent); in windowNormalized() 83 public void windowActivated (final com.sun.star.lang.EventObject aEvent) in windowActivated() argument [all …]
|
| /trunk/main/framework/source/fwe/helper/ |
| H A D | undomanagerhelper.cxx | 346 EventObject aEvent; in disposing() local 347 aEvent.Source = getXUndoManager(); in disposing() 348 m_aUndoListeners.disposeAndClear( aEvent ); in disposing() 349 m_aModifyListeners.disposeAndClear( aEvent ); in disposing() 361 UndoManagerEvent aEvent; in buildEvent() local 362 aEvent.Source = getXUndoManager(); in buildEvent() 363 aEvent.UndoActionTitle = i_title; in buildEvent() 364 aEvent.UndoContextDepth = getUndoManager().GetListActionDepth(); in buildEvent() 365 return aEvent; in buildEvent() 371 const EventObject aEvent( getXUndoManager() ); in impl_notifyModified() local [all …]
|
| /trunk/main/toolkit/source/controls/grid/ |
| H A D | defaultgridcolumnmodel.cxx | 147 ContainerEvent aEvent; in addColumn() local 148 aEvent.Source = *this; in addColumn() 149 aEvent.Accessor <<= index; in addColumn() 150 aEvent.Element <<= i_column; in addColumn() 153 m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvent ); in addColumn() 183 ContainerEvent aEvent; in removeColumn() local 184 aEvent.Source = *this; in removeColumn() 185 aEvent.Accessor <<= i_columnIndex; in removeColumn() 186 aEvent.Element <<= xColumn; in removeColumn() 189 m_aContainerListeners.notifyEach( &XContainerListener::elementRemoved, aEvent ); in removeColumn() [all …]
|
| /trunk/main/svx/source/accessibility/ |
| H A D | AccessibleFrameSelector.cxx | 516 AwtKeyEvent aEvent; in getAccessibleKeyBinding() local 518 aEvent.KeyCode = 0; in getAccessibleKeyBinding() 519 aEvent.KeyChar = cChar; in getAccessibleKeyBinding() 520 aEvent.KeyFunc = 0; in getAccessibleKeyBinding() 523 aEvent.KeyCode = AwtKey::A + cChar - 'A'; in getAccessibleKeyBinding() 525 aEvent.Modifiers = AwtKeyModifier::MOD2; in getAccessibleKeyBinding() 526 aRet <<= aEvent; in getAccessibleKeyBinding() 637 AwtFocusEvent aEvent; in NotifyFocusListeners() local 638 aEvent.FocusFlags = 0; in NotifyFocusListeners() 643 aEvent.FocusFlags |= AwtFocusChangeReason::TAB; in NotifyFocusListeners() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
| H A D | StatusListener.java | 194 public /*ONEWAY*/ void frameAction(/*IN*/ com.sun.star.frame.FrameActionEvent aEvent) in frameAction() argument 202 switch(aEvent.Action.getValue()) in frameAction() 215 lInAction[0] = aEvent; in frameAction() 238 public /*ONEWAY*/ void statusChanged(/*IN*/ com.sun.star.frame.FeatureStateEvent aEvent) in statusChanged() argument 248 m_rControl.setEnabled(aEvent.IsEnabled); in statusChanged() 251 if (aEvent.IsEnabled) in statusChanged() 264 if ( ! (aEvent.State instanceof Boolean ) ) in statusChanged() 267 boolean bState = ((Boolean)(aEvent.State)).booleanValue(); in statusChanged() 284 if(aEvent.State instanceof String) in statusChanged() 286 String sState = (String)aEvent.State; in statusChanged() [all …]
|
| /trunk/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 325 SalKeyEvent aEvent; in doKeyCallback() local 327 aEvent.mnTime = time; in doKeyCallback() 328 aEvent.mnCharCode = aOrigCode; in doKeyCallback() 329 aEvent.mnRepeat = 0; in doKeyCallback() 338 aEvent.mnCode = GetKeyCode( keyval ); in doKeyCallback() 339 if( aEvent.mnCode == 0 ) in doKeyCallback() 356 aEvent.mnCode = GetKeyCode( updated_keyval ); in doKeyCallback() 359 aEvent.mnCode |= GetKeyModCode( state ); in doKeyCallback() 363 bool bHandled = CallCallback( SALEVENT_KEYINPUT, &aEvent ); in doKeyCallback() 367 KeyAlternate aAlternate = GetAlternateKeyCode( aEvent.mnCode ); in doKeyCallback() [all …]
|
| /trunk/main/toolkit/source/controls/ |
| H A D | eventcontainer.cxx | 115 ContainerEvent aEvent; in replaceByName() local 116 aEvent.Source = *this; in replaceByName() 117 aEvent.Element <<= aElement; in replaceByName() 118 aEvent.ReplacedElement = aOldElement; in replaceByName() 119 aEvent.Accessor <<= aName; in replaceByName() 120 maContainerListeners.elementReplaced( aEvent ); in replaceByName() 146 ContainerEvent aEvent; in insertByName() local 147 aEvent.Source = *this; in insertByName() 148 aEvent.Element <<= aElement; in insertByName() 149 aEvent.Accessor <<= aName; in insertByName() [all …]
|