Home
last modified time | relevance | path

Searched refs:event (Results 151 – 175 of 655) sorted by relevance

12345678910>>...27

/aoo42x/main/offapi/com/sun/star/sdb/
H A DXRowsChangeListener.idl41 @param event
42 contains information about the event
44 [oneway] void rowsChanged([in]com::sun::star::sdb::RowsChangeEvent event);
/aoo42x/main/offapi/com/sun/star/xml/crypto/sax/
H A DElementStackItem.idl36 * A struct to keep a startElement/endElement SAX event.
41 * whether it is a startElement event
51 * attribute list for a startElement event
/aoo42x/main/offapi/com/sun/star/frame/
H A DFrameActionEvent.idl43 /** this event struct is broadcast for actions which can happen to
51 /** contains the frame in which the event occurred
56 /** specifies the concrete event
H A DGlobalEventBroadcaster.idl40 This service offers the document event functionality that can be found at any
49 a document event occurs in any document
53 /** access to bound event handlers
H A DXTerminateListener.idl44 /** has to be provided if an object wants to receive an event
63 describe the source of the event (e.g., the desktop)
76 describe the source of the event (e.g., the desktop)
/aoo42x/main/offapi/com/sun/star/awt/
H A DAdjustmentEvent.idl41 /** adjustment event emitted by adjustable objects.
47 /** contains the current value in the adjustment event.
53 /** contains the type of the adjustment event.
H A DXTextComponent.idl46 to register event listeners.
52 /** registers a text event listener.
58 /** unregisters a text event listener.
/aoo42x/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java23 import java.awt.event.*;
87 public void focusGained( FocusEvent event ) in post()
93 public void focusLost( FocusEvent event ) in post()
492 public void actionPerformed( ActionEvent event ) { in constructButtonPanel()
499 public void actionPerformed( ActionEvent event ) { in constructButtonPanel()
H A DStatusWindow.java23 import java.awt.event.*;
51 public void windowClosing( WindowEvent event ) { in StatusWindow()
84 public void actionPerformed( ActionEvent event ) { in StatusWindow()
/aoo42x/main/offapi/com/sun/star/document/
H A DUndoManagerEvent.idl29 /** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of th…
38 /** the title of the undo action which is described by the event
43 …tes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.
H A DXEventListener.idl40 a document or document content event occurs
50 /** is called whenever a document event (see <type>EventObject</type>) occurs
53 specifies the event type
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DGridSelectionEvent.idl36 /** An event used by a <type>XGridControl</type> to notify changes in its row selection.
43 /** denotes the indexes of the rows being selected at the time the event was fired.
47 /** denotes the indexes of the columns being selected at the time the event was fired.
/aoo42x/main/offapi/com/sun/star/datatransfer/clipboard/
H A DXClipboardListener.idl49 @param event
50 The event object containing the new clipboard content.
54 [oneway] void changedContents( [in] ClipboardEvent event );
/aoo42x/main/svx/source/sdr/contact/
H A Dobjectcontact.cxx154 sdr::event::TimerEventHandler* ObjectContact::CreateEventHandler() in CreateEventHandler()
157 return new sdr::event::TimerEventHandler(); in CreateEventHandler()
168 sdr::event::TimerEventHandler& ObjectContact::GetEventHandler() const in GetEventHandler()
/aoo42x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java31 import javax.swing.event.DocumentListener;
32 import javax.swing.event.DocumentEvent;
42 import java.awt.event.ActionListener;
43 import java.awt.event.ActionEvent;
/aoo42x/main/udkapi/com/sun/star/script/
H A DScriptEventDescriptor.idl33 for a certain event given by the listener type and the name of the
34 event method.
43 /** event method as string.
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DListEntryEvent.idl37 /** specifies the event which is notified when a change in a string entry
48 event being notified.</p>
60 event being notified.</p>
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java31 import java.awt.event.MouseListener;
32 import java.awt.event.MouseMotionListener;
33 import java.awt.event.MouseEvent;
/aoo42x/main/xmlsecurity/tools/uno/
H A DTestTool.java68 import java.awt.event.WindowEvent;
69 import java.awt.event.WindowAdapter;
70 import java.awt.event.ActionEvent;
71 import java.awt.event.ActionListener;
1069 protected void updatesCurrentSAXEventInformation(String event) in updatesCurrentSAXEventInformation() argument
1071 m_saxEventText.setText(event); in updatesCurrentSAXEventInformation()
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java23 package com.sun.star.wizards.ui.event;
26 import javax.swing.event.ListDataEvent;
27 import javax.swing.event.ListDataListener;
/aoo42x/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java26 import java.awt.event.KeyEvent;
27 import java.awt.event.InputEvent;
28 import java.awt.event.ActionEvent;
/aoo42x/main/offapi/com/sun/star/form/
H A DXConfirmDeleteBroadcaster.idl41 /** provides the possibility of receiving an event for confirming deletions of
50 /** remembers the specified listener to receive an event for confirming deletions
53 deletion is performed. You may use the event to write your own confirmation messages.</p>
/aoo42x/main/offapi/com/sun/star/form/submission/
H A DXSubmissionVetoListener.idl50 @param event
51 The submission event. The <member scope="com::sun::star::lang">EventObject::Source</member>
58 void submitting( [in] com::sun::star::lang::EventObject event )
/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx3146 if (event.Source == InterfaceRef(static_cast<XWeak*>(this))) in approveCursorMove()
3160 if ( !xListener->approveCursorMove( event ) ) in approveCursorMove()
3182 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveCursorMove()
3192 if (event.Source == InterfaceRef(static_cast<XWeak*>(this))) in approveRowChange()
3206 if ( !xListener->approveRowChange( event ) ) in approveRowChange()
3232 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveRowSetChange()
3246 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveRowSetChange()
3329 EventObject event(static_cast< XWeak* >(this)); in executeWithCompletion() local
3330 if ( !impl_approveRowChange_throw( event, true, aGuard ) ) in executeWithCompletion()
3355 EventObject event(static_cast< XWeak* >(this)); in execute() local
[all …]
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DLinguServiceEvent.idl35 /** represents a linguistic service event.
37 <P>This type of event may be broadcast by a spellchecker or
53 /** The type of event.

Completed in 99 milliseconds

12345678910>>...27