Searched refs:eventSource (Results 1 – 5 of 5) sorted by relevance
201 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);
172 … com.sun.star.lang.EventObject eventSource = new com.sun.star.lang.EventObject( this ); in run() local177 ((XModifyListener)loop.next()).modified( eventSource ); in run()
169 … com.sun.star.lang.EventObject eventSource = new com.sun.star.lang.EventObject( this ); in run() local174 ((XModifyListener)loop.next()).modified( eventSource ); in run()
44 CFRunLoopSourceRef eventSource; field
892 private void setSelection(int guiRow, Object eventSource, Selection s)895 Object control = getControl(cr, eventSource);
Completed in 27 milliseconds