Lines Matching refs:sender
73 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
74 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
75 -(void)draggingExited:(id <NSDraggingInfo>)sender;
76 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
77 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
78 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender;
132 virtual NSDragOperation draggingEntered(id sender);
133 virtual NSDragOperation draggingUpdated(id sender);
134 virtual void draggingExited(id sender);
135 virtual BOOL prepareForDragOperation(id sender);
137 virtual void concludeDragOperation(id sender);
144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;