Home
last modified time | relevance | path

Searched refs:events (Results 101 – 125 of 424) sorted by relevance

12345678910>>...17

/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTarget.idl110 <p>This method is a way to reduce the number of Drag and Drop events
111 by blocking events for actions not supported by this target.</p>
/trunk/main/apple_remote/source/
H A DRemoteControlContainer.m108 NSLog(@"Apple Remote: start listening to events... ");
117 NSLog(@"Apple Remote: stopListening to events... ");
H A DRemoteMainController.m143 // print out events
147 // simulate slow processing of events
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiHierarchicalPropertySet.idl81 events are fired. The values of constrained properties
82 should change after the vetoable events are fired, if no
H A DXMultiPropertyStates.idl82 the change events are fired. If it is a constrained property, you
93 the change events are fired. If it is a constrained property, you
/trunk/main/offapi/com/sun/star/awt/
H A DXContainerWindowProvider.idl70 xHandler can handle events in two different ways:
77 will try to access these events using the
H A DXWindow.idl70 receives events from the user.</p>
130 it will receive the additional events declared in XWindowListener2.
H A DXMenu.idl37 /** adds the specified menu listener to receive events from this menu.
45 receives events from this menu.
/trunk/main/offapi/com/sun/star/frame/
H A DXDesktop.idl93 listener for termination events
100 /** unregisters an event listener for termination events.
/trunk/main/configmgr/source/
H A Daccess.cxx1621 css::uno::Sequence< css::beans::PropertyChangeEvent > events( in firePropertiesChangeEvent() local
1623 for (sal_Int32 i = 0; i < events.getLength(); ++i) { in firePropertiesChangeEvent()
1624 events[i].Source = static_cast< cppu::OWeakObject * >(this); in firePropertiesChangeEvent()
1625 events[i].PropertyName = aPropertyNames[i]; in firePropertiesChangeEvent()
1626 events[i].Further = false; in firePropertiesChangeEvent()
1627 events[i].PropertyHandle = -1; in firePropertiesChangeEvent()
1629 xListener->propertiesChange(events); in firePropertiesChangeEvent()
/trunk/main/forms/source/xforms/
H A Dbinding.hxx91 com::sun::star::xml::dom::events::XEventListener,
301 typedef com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEvent> XEvent_t;
H A Dbinding.cxx65 using namespace com::sun::star::xml::dom::events;
105 using com::sun::star::xml::dom::events::XEventListener;
106 using com::sun::star::xml::dom::events::XEventTarget;
H A Dpathexpression.hxx40 namespace events { class XEventListener; } namespace
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl43 /** makes it possible to receive events when an object
47 Such close events are broadcasted by a <type>XCloseBroadcaster</type>
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl87 after window expose events, the latter for animation display.
120 after window expose events, the latter for animation display.
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp480 STDMETHODIMP CCallback::inSeqXEventListener( LPSAFEARRAY listeners, LPSAFEARRAY events) in inSeqXEventListener() argument
496 hr= SafeArrayGetElement( events, &i, &varEvent); in inSeqXEventListener()
/trunk/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl144 /** Capture the mouse so that no other window will receive mouse events.
148 The window for which mouse events will be notified even when the
H A DAccessibleShape.idl111 the AT-Tool does not care for the events indicating
155 registered with a shape are informed of the usual events.</li>
/trunk/main/offapi/com/sun/star/mail/
H A DXMailService.idl103 [in] a listener that will be informed about connection events.
113 [in] a listener that no longer need to be informed about connection events.
H A DXMailServer.idl156 [in] a listener that will be informed about connection events.
166 [in] a listener that no longer need to be informed about connection events.
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java57 import org.eclipse.swt.events.ModifyEvent;
58 import org.eclipse.swt.events.ModifyListener;
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl60 object is signaled by events of this type.
125 don't set both fields at the same. Send separate events
143 generate the events described above automatically.</p>
/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx726 pFilehandles[ nConnections ].events = POLLIN; in ICEWatchProc()
733 pFilehandles[0].events = POLLIN; in ICEWatchProc()
/trunk/main/stax/
H A Dmakefile.mk58 …& jar -cf stax-1.2.0.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xm…
/trunk/main/svx/source/form/
H A Ddatalistener.cxx34 using namespace ::com::sun::star::xml::dom::events;

Completed in 93 milliseconds

12345678910>>...17