Searched refs:nListeners (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/vcl/source/window/ |
| H A D | dndevdis.cxx | 101 sal_Int32 nListeners = 0; in drop() local 104 nListeners = fireDropEvent( pChildWindow, dtde.Context, dtde.DropAction, in drop() 108 if( nListeners == 0 ) { in drop() 152 …sal_Int32 nListeners = fireDragEnterEvent( pChildWindow, dtdee.Context, dtdee.DropAction, location, in dragEnter() local 156 if( nListeners == 0 ) { in dragEnter() 189 sal_Int32 nListeners; in dragOver() local 219 nListeners = fireDragEnterEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver() 225 nListeners = fireDragOverEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver() 230 if( nListeners == 0 ) in dragOver() 247 sal_Int32 nListeners; in dropActionChanged() local [all …]
|