Searched refs:eventtype (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 139 #define DECLARE_MULTIPLEXER_VOID_METHOD(methodname, eventtype) \ argument 142 #define DECLARE_MULTIPLEXER_BOOL_METHOD(methodname, eventtype) \ argument 183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument 186 eventtype aMulti(e); \ 197 eventtype aMulti(e); \ 255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument 273 virtual void SAL_CALL methodname(const eventtype& e) throw exceptions; \ 287 void Notify(::cppu::OInterfaceContainerHelper& rListeners, const eventtype& e); \ 319 void SAL_CALL classname::methodname(const eventtype& e) throw exceptions \ 359 void classname::Notify(::cppu::OInterfaceContainerHelper& rListeners, const eventtype& e) \ [all …]
|
/aoo42x/main/vcl/aqua/source/window/ |
H A D | salframeview.mm | 620 [self sendMouseEventToFrame:pEvent button:MOUSE_LEFT eventtype:SALEVENT_MOUSEBUTTONDOWN]; 631 [self sendMouseEventToFrame:pEvent button:MOUSE_LEFT eventtype:SALEVENT_MOUSEMOVE]; 637 [self sendMouseEventToFrame:pEvent button:MOUSE_LEFT eventtype:SALEVENT_MOUSEBUTTONUP]; 643 [self sendMouseEventToFrame:pEvent button:0 eventtype:SALEVENT_MOUSEMOVE]; 653 [self sendMouseEventToFrame:pEvent button:s_nLastButton eventtype:SALEVENT_MOUSEMOVE]; 664 [self sendMouseEventToFrame:pEvent button:s_nLastButton eventtype:SALEVENT_MOUSELEAVE]; 670 [self sendMouseEventToFrame:pEvent button:MOUSE_RIGHT eventtype:SALEVENT_MOUSEBUTTONDOWN]; 676 [self sendMouseEventToFrame:pEvent button:MOUSE_RIGHT eventtype:SALEVENT_MOUSEMOVE]; 682 [self sendMouseEventToFrame:pEvent button:MOUSE_RIGHT eventtype:SALEVENT_MOUSEBUTTONUP]; 701 [self sendMouseEventToFrame:pEvent button:MOUSE_MIDDLE eventtype:SALEVENT_MOUSEMOVE]; [all …]
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salframeview.h | 110 -(void)sendMouseEventToFrame:(NSEvent*)pEvent button:(sal_uInt16)nButton eventtype:(sal_uInt16)nEve… in sendMouseEventToFrame:button:eventtype:()
|
Completed in 30 milliseconds