Home
last modified time | relevance | path

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

/aoo41x/main/apple_remote/
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);
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/apple_remote/inc/
H A DHIDRemoteControlDevice.h44 CFRunLoopSourceRef eventSource; field
/aoo41x/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 33 milliseconds