Home
last modified time | relevance | path

Searched refs:event (Results 101 – 125 of 655) sorted by relevance

12345678910>>...27

/aoo42x/main/dtrans/source/test/
H A Dtest_dtrans.cxx156 virtual void SAL_CALL changedContents( const ClipboardEvent& event ) throw(RuntimeException);
162 virtual void SAL_CALL disposing( const EventObject& event ) throw(RuntimeException);
182 void SAL_CALL ClipboardListener::changedContents( const ClipboardEvent& event ) in changedContents() argument
186 m_xClipboard = Reference< XClipboard > (event.Source, UNO_QUERY); in changedContents()
187 m_xTransferable = event.Contents; in changedContents()
194 void SAL_CALL ClipboardListener::disposing( const EventObject& event ) in disposing() argument
/aoo42x/main/svx/inc/svx/sdr/contact/
H A Dviewobjectcontactofgraphic.hxx33 namespace sdr { namespace event { namespace
47 friend class sdr::event::AsynchGraphicLoadingEvent;
51 sdr::event::AsynchGraphicLoadingEvent* mpAsynchLoadEvent;
58 void forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingEvent* pEvent);
H A Dobjectcontact.hxx45 namespace sdr { namespace event { namespace
83 sdr::event::TimerEventHandler* mpEventHandler;
97 sdr::event::TimerEventHandler* CreateEventHandler();
150 sdr::event::TimerEventHandler& GetEventHandler() const;
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTable.java105 public void notifyEvent(AccessibleEventObject event) { in notifyEvent() argument
106 switch (event.EventId) { in notifyEvent()
108 setActiveDescendant(event.NewValue); in notifyEvent()
111 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
112 remove(event.OldValue); in notifyEvent()
114 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
115 add(event.NewValue); in notifyEvent()
119 super.notifyEvent(event); in notifyEvent()
H A DTree.java100 public void notifyEvent(AccessibleEventObject event) { in notifyEvent() argument
101 switch (event.EventId) { in notifyEvent()
103 setActiveDescendant(event.NewValue); in notifyEvent()
106 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
107 remove(event.OldValue); in notifyEvent()
109 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
110 add(event.NewValue); in notifyEvent()
125 super.notifyEvent(event); in notifyEvent()
/aoo42x/main/svx/inc/svx/sdr/event/
H A Deventhandler.hxx37 namespace event namespace
51 namespace event namespace
75 namespace event namespace
112 namespace event namespace
/aoo42x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java25 import java.awt.event.*;
75 public void windowClosing(WindowEvent event) in ConnectionAwareClient()
85 public void disposing( com.sun.star.lang.EventObject event ) in disposing() argument
92 public void actionPerformed( ActionEvent event ) in actionPerformed() argument
97 if( event.getSource() == _btnWriter ) in actionPerformed()
/aoo42x/main/unoxml/source/dom/
H A Dnode.cxx380 Reference< XMutationEvent > event(docevent->createEvent( in appendChild() local
382 event->initMutationEvent(OUString::createFromAscii("DOMNodeInserted") in appendChild()
391 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in appendChild()
820 Reference< XMutationEvent > event(docevent->createEvent( in removeChild() local
822 event->initMutationEvent(OUString::createFromAscii("DOMNodeRemoved"), in removeChild()
832 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in removeChild()
954 Reference< XMutationEvent > event(docevent->createEvent( in dispatchSubtreeModified() local
956 event->initMutationEvent( in dispatchSubtreeModified()
960 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in dispatchSubtreeModified()
/aoo42x/main/odk/pack/gendocu/java/
H A Dpackage-list6 java.awt.event
50 javax.imageio.event
57 javax.naming.event
65 javax.print.event
83 javax.swing.event
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java24 import java.awt.event.ActionEvent;
25 import java.awt.event.ActionListener;
26 import java.awt.event.*;
27 import java.awt.event.WindowAdapter;
28 import java.awt.event.WindowEvent;
39 import javax.swing.event.*;
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java25 import java.awt.event.InputEvent;
26 import java.awt.event.MouseEvent;
27 import java.awt.event.MouseListener;
28 import java.awt.event.MouseMotionListener;
/aoo42x/main/framework/source/services/
H A Dsessionlistener.cxx243 void SAL_CALL SessionListener::statusChanged(const FeatureStateEvent& event) in statusChanged() argument
246 if (event.FeatureURL.Complete.equalsAscii("vnd.sun.star.autorecovery:/doSessionRestore")) in statusChanged()
248 if (event.FeatureDescriptor.compareToAscii("update")==0) in statusChanged()
253 else if (event.FeatureURL.Complete.equalsAscii("vnd.sun.star.autorecovery:/doSessionSave")) in statusChanged()
255 if (event.FeatureDescriptor.compareToAscii("stop")==0) in statusChanged()
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DFilterEvent.idl35 /** is an event fired by a filter controller, when the filter managed by the controller changes.
43 /** denotes the index of the <em>disjunctive term</em> to which the event applies, if any.
47 /** denotes the index of the <em>filter component</em> to which the event applies, if any.
51 /** denotes the <em>predicate expression</em> associated with the event.
/aoo42x/main/offapi/com/sun/star/awt/
H A DKeyEvent.idl37 /** specifies a key event.
45 /** contains the integer code representing the key of the event.
53 /** contains the Unicode character generated by this event or 0.
59 /** contains the function type of the key event.
H A DPaintEvent.idl41 /** specifies the paint event for a component.
43 <p>This event is a special type which is used to ensure that
45 events delivered from the event queue.</p>
59 /** contains the number of paint events that follows this event if
H A DKeyStroke.idl41 /** contains the modifier keys which were pressed while the event occurred.
50 /** contains the integer code representing the key of the event.
59 /** contains the Unicode character generated by this event or 0.
65 /** contains the function type of the key event.
H A DXFixedHyperlink.idl88 /** registers an event handler for click action event.
94 /** unregisters an event handler for click action event.
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java130 EventObject event = new EventObject(eventSource); in dispose() local
133 boundListeners.disposeAndClear(event); in dispose()
134 vetoableListeners.disposeAndClear(event); in dispose()
391 …private void fireListeners(boolean hasChanged, String key, PropertyChangeEvent event) throws Prope… in fireListeners() argument
403 ((XPropertyChangeListener)listener).propertyChange(event); in fireListeners()
405 ((XVetoableChangeListener)listener).vetoableChange(event); in fireListeners()
/aoo42x/main/offapi/com/sun/star/frame/
H A DControlEvent.idl40 /** describes a control event send by extended user interface
53 /** specifies the event which has occurred.
60 additional values for the event. The number and types of
61 named values depent on the event.
H A DXLayoutManagerListener.idl54 reference to the layout manager which invoked the event.
57 identifies the layout event that has occurred.
60 provides additional information about the event. The type
61 of info depends on the event.
/aoo42x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofgraphic.cxx39 namespace event namespace
123 sdr::event::TimerEventHandler& rEventHandler = rObjectContact.GetEventHandler(); in impPrepareGraphicWithAsynchroniousLoading()
125 … mpAsynchLoadEvent = new sdr::event::AsynchGraphicLoadingEvent(rEventHandler, *this); in impPrepareGraphicWithAsynchroniousLoading()
227 …void ViewObjectContactOfGraphic::forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingE… in forgetAsynchGraphicLoadingEvent()
/aoo42x/main/avmedia/source/java/
H A Davmedia.jar ... java.lang.Object implements java.awt.event.KeyListener java.awt.event.MouseListener java ...
/aoo42x/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl57 /** registers one event for an object identified by its index.
60 event is attached automatically.</p>
79 event is attached automatically (see <member>attach</member>)</p>
95 /** revokes the registration of an event.
100 used to register events. If this event at this index has
197 event takes place. For that a
/aoo42x/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java53 import com.sun.star.wizards.ui.event.DataAware;
54 import com.sun.star.wizards.ui.event.ListModelBinder;
55 import com.sun.star.wizards.ui.event.RadioDataAware;
56 import com.sun.star.wizards.ui.event.SimpleDataAware;
57 import com.sun.star.wizards.ui.event.Task;
58 import com.sun.star.wizards.ui.event.UnoDataAware;
877 public void eventPerformed(Object event) in eventPerformed() argument
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXDTDHandler.idl42 <code>startDocument</code> event, and before the first <code>startElement</code>
43 event. It is up to the application to store the information for future
54 /** receives notification of a notation declaration event.
62 /** receives notification of an unparsed entity declaration event.

Completed in 91 milliseconds

12345678910>>...27