Home
last modified time | relevance | path

Searched refs:eventSource (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java56 private final Object eventSource; field in PropertySetAdapter
123 public PropertySetAdapter(Object lock, Object eventSource) { in PropertySetAdapter() argument
125 this.eventSource = eventSource; in PropertySetAdapter()
130 EventObject event = new EventObject(eventSource); in dispose()
348 events[eventCount++] = new PropertyChangeEvent(eventSource, propertyNames[i], in firePropertiesChangeEvent()
371eventSource, properties[i].Name, false, properties[i].Handle, oldValues[i], newValues[i]); in fire()
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m201 if (eventSource != NULL) {
202 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), eventSource, kCFRunLoopDefaultMode);
203 CFRelease(eventSource);
204 eventSource = NULL;
474 ioReturnValue = (*queue)->createAsyncEventSource(queue, &eventSource);
478 CFRunLoopAddSource(CFRunLoopGetCurrent(), eventSource, kCFRunLoopDefaultMode);
/trunk/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java172 … com.sun.star.lang.EventObject eventSource = new com.sun.star.lang.EventObject( this ); in run() local
177 ((XModifyListener)loop.next()).modified( eventSource ); in run()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java169 … com.sun.star.lang.EventObject eventSource = new com.sun.star.lang.EventObject( this ); in run() local
174 ((XModifyListener)loop.next()).modified( eventSource ); in run()
/trunk/main/apple_remote/inc/
H A DHIDRemoteControlDevice.h44 CFRunLoopSourceRef eventSource; field
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java892 private void setSelection(int guiRow, Object eventSource, Selection s)
895 Object control = getControl(cr, eventSource);

Completed in 35 milliseconds