Home
last modified time | relevance | path

Searched defs:aEvent (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx232 EventObject aEvent ; in disposeAndClear() local
288 void OMRCListenerMultiplexerHelper::focusGained(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEP… in focusGained()
324 void OMRCListenerMultiplexerHelper::focusLost(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEPTI… in focusLost()
369 void OMRCListenerMultiplexerHelper::keyPressed(const KeyEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTION… in keyPressed()
378 void OMRCListenerMultiplexerHelper::keyReleased(const KeyEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTIO… in keyReleased()
387 void OMRCListenerMultiplexerHelper::mousePressed(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mousePressed()
405 void OMRCListenerMultiplexerHelper::mouseEntered(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mouseEntered()
414 void OMRCListenerMultiplexerHelper::mouseExited(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEPT… in mouseExited()
423 void OMRCListenerMultiplexerHelper::mouseDragged(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mouseDragged()
432 void OMRCListenerMultiplexerHelper::mouseMoved(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTI… in mouseMoved()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventListenerProxy.java91 Runnable aEvent; in run() local
135 public void disposing( final EventObject aEvent) in disposing()
146 public void notifyEvent (final AccessibleEventObject aEvent) in notifyEvent()
158 public void windowOpened (final com.sun.star.lang.EventObject aEvent) in windowOpened()
172 public void windowClosing (final com.sun.star.lang.EventObject aEvent) in windowClosing()
176 public void windowClosed (final com.sun.star.lang.EventObject aEvent) in windowClosed()
190 public void windowMinimized (com.sun.star.lang.EventObject aEvent) in windowMinimized()
194 public void windowNormalized (com.sun.star.lang.EventObject aEvent) in windowNormalized()
198 public void windowActivated (com.sun.star.lang.EventObject aEvent) in windowActivated()
202 public void windowDeactivated (com.sun.star.lang.EventObject aEvent) in windowDeactivated()
/trunk/main/toolkit/test/accessibility/
H A DQueuedTopWindowListener.java33 public void windowOpened (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowOpened()
48 public void windowClosing (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosing()
56 public void windowClosed (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosed()
71 public void windowMinimized (final com.sun.star.lang.EventObject aEvent) in windowMinimized()
77 public void windowNormalized (final com.sun.star.lang.EventObject aEvent) in windowNormalized()
83 public void windowActivated (final com.sun.star.lang.EventObject aEvent) in windowActivated()
89 public void windowDeactivated (final com.sun.star.lang.EventObject aEvent) in windowDeactivated()
95 public void disposing( final EventObject aEvent) in disposing()
H A DEventQueue.java46 public void addEvent (Runnable aEvent) in addEvent()
58 public void addDisposingEvent (Runnable aEvent) in addDisposingEvent()
89 Runnable aEvent = null; in run() local
H A DFrameActionListener.java34 public void frameAction (com.sun.star.frame.FrameActionEvent aEvent) in frameAction()
39 public void disposing (com.sun.star.lang.EventObject aEvent) in disposing()
H A DQueuedListener.java38 public void disposing( final EventObject aEvent) in disposing()
61 public void notifyEvent( final AccessibleEventObject aEvent ) in notifyEvent()
H A DTopWindowListener.java171 public void windowOpened (final com.sun.star.lang.EventObject aEvent) in windowOpened()
194 public void windowClosed (final com.sun.star.lang.EventObject aEvent) in windowClosed()
214 public void disposing (final com.sun.star.lang.EventObject aEvent) in disposing()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java154 private void PrintMessage (String aMessage, java.util.EventObject aEvent) in PrintMessage()
159 public void treeNodesChanged (TreeModelEvent aEvent) in treeNodesChanged()
163 public void treeNodesInserted (TreeModelEvent aEvent) in treeNodesInserted()
170 public void treeNodesRemoved (TreeModelEvent aEvent) in treeNodesRemoved()
177 public void treeStructureChanged (TreeModelEvent aEvent) in treeStructureChanged()
185 public void treeWillExpand (TreeExpansionEvent aEvent) in treeWillExpand()
189 public void treeWillCollapse (TreeExpansionEvent aEvent) in treeWillCollapse()
195 public void treeExpanded (TreeExpansionEvent aEvent) in treeExpanded()
201 public void treeCollapsed (TreeExpansionEvent aEvent) in treeCollapsed()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java47 public void mouseClicked (MouseEvent aEvent) in mouseClicked()
51 public void mousePressed (MouseEvent aEvent) in mousePressed()
55 public void mouseReleased (MouseEvent aEvent) in mouseReleased()
64 public void mouseEntered (MouseEvent aEvent) in mouseEntered()
67 public void mouseExited (MouseEvent aEvent) in mouseExited()
76 public void mouseDragged (MouseEvent aEvent) in mouseDragged()
87 public void mouseMoved (MouseEvent aEvent) in mouseMoved()
H A DContextView.java92 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent()
102 public void actionPerformed (ActionEvent aEvent) in actionPerformed()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java184 public void cursorMoved( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in cursorMoved()
190 public void rowChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowChanged()
196 public void rowSetChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowSetChanged()
204 public void disposing( EventObject aEvent ) in disposing()
H A DGridFieldValidator.java120 public boolean approveUpdate( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in approveUpdate()
154 public void updated( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in updated()
161 public void disposing( EventObject aEvent ) in disposing()
H A DKeyGenerator.java239 …public void resetted( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.RuntimeExcept… in resetted()
274 public void disposing( EventObject aEvent ) in disposing()
298 …public boolean approveCursorMove( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.R… in approveCursorMove()
305 … public boolean approveRowChange( RowChangeEvent aEvent ) throws com.sun.star.uno.RuntimeException in approveRowChange()
326 …public boolean approveRowSetChange( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno… in approveRowSetChange()
334 public void disposing( EventObject aEvent ) in disposing()
/trunk/main/forms/source/richtext/
H A Dfeaturedispatcher.cxx66 EventObject aEvent( *this ); in dispose() local
111 FeatureStateEvent aEvent; in buildStatusEvent() local
122 FeatureStateEvent aEvent( buildStatusEvent() ); in invalidateFeatureState_Broadcast() local
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx147 ContainerEvent aEvent; in addColumn() local
183 ContainerEvent aEvent; in removeColumn() local
235 ContainerEvent aEvent; in setDefaultColumns() local
258 ContainerEvent aEvent; in setDefaultColumns() local
348 EventObject aEvent( *this ); in disposing() local
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx314 void SAL_CALL OLockListener::disposing( const lang::EventObject& aEvent ) in disposing()
339 void SAL_CALL OLockListener::queryClosing( const lang::EventObject& aEvent, sal_Bool ) in queryClosing()
369 void SAL_CALL OLockListener::notifyClosing( const lang::EventObject& aEvent ) in notifyClosing()
400 void SAL_CALL OLockListener::queryTermination( const lang::EventObject& aEvent ) in queryTermination()
429 void SAL_CALL OLockListener::notifyTermination( const lang::EventObject& aEvent ) in notifyTermination()
/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx219 void SAL_CALL JobExecutor::notifyEvent( const css::document::EventObject& aEvent ) throw(css::uno::… in notifyEvent()
311 void SAL_CALL JobExecutor::elementInserted( const css::container::ContainerEvent& aEvent ) throw(cs… in elementInserted()
326 void SAL_CALL JobExecutor::elementRemoved ( const css::container::ContainerEvent& aEvent ) throw(cs… in elementRemoved()
362 void SAL_CALL JobExecutor::disposing( const css::lang::EventObject& aEvent ) throw(css::uno::Runtim… in disposing()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java194 public /*ONEWAY*/ void frameAction(/*IN*/ com.sun.star.frame.FrameActionEvent aEvent) in frameAction()
238 public /*ONEWAY*/ void statusChanged(/*IN*/ com.sun.star.frame.FeatureStateEvent aEvent) in statusChanged()
320 public void impl_frameAction(/*IN*/ com.sun.star.frame.FrameActionEvent aEvent) in impl_frameAction()
396 public /*ONEWAY*/ void disposing(/*IN*/ com.sun.star.lang.EventObject aEvent) in disposing()
/trunk/main/toolkit/test/accessibility/ov/
H A DListeningObjectView.java73 abstract public void notifyEvent (AccessibleEventObject aEvent); in notifyEvent()
78 public void disposing (EventObject aEvent) in disposing()
/trunk/main/chart2/source/tools/
H A DWeakListenerAdapter.cxx46 void SAL_CALL WeakModifyListenerAdapter::modified( const lang::EventObject& aEvent ) in modified()
64 void SAL_CALL WeakSelectionChangeListenerAdapter::selectionChanged( const lang::EventObject& aEvent in selectionChanged()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DViewSample.cs151 public void done( unoidl.com.sun.star.sheet.RangeSelectionEvent aEvent ) in done()
166 unoidl.com.sun.star.sheet.RangeSelectionEvent aEvent ) in aborted()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx299 awt::PaintEvent aEvent( e ); in paint() local
512 awt::WindowEvent aEvent( e ); in windowResized() local
549 WrappedMouseEvent aEvent; in mousePressed() local
572 WrappedMouseEvent aEvent; in mouseReleased() local
589 WrappedMouseEvent aEvent; in mouseEntered() local
605 WrappedMouseEvent aEvent; in mouseExited() local
622 WrappedMouseMotionEvent aEvent; in mouseDragged() local
638 WrappedMouseMotionEvent aEvent; in mouseMoved() local
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx42 NSString * getTableNotification( const AccessibleEventObject& aEvent ) in getTableNotification()
82 AquaA11yEventListener::notifyEvent( const AccessibleEventObject& aEvent ) throw( RuntimeException ) in notifyEvent()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx104 ConfigurationChangeEvent aEvent (rEvent); in NotifyListeners() local
162 ConfigurationChangeEvent aEvent; in NotifyListeners() local
181 lang::EventObject aEvent; in DisposeAndClear() local
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx89 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in insertByIndex() local
104 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in removeByIndex() local
121 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in replaceByIndex() local

Completed in 114 milliseconds

12345678910>>...18