Searched refs:CMouseEvent (Results 1 – 4 of 4) sorted by relevance
28 CMouseEvent::CMouseEvent() in CMouseEvent() function in DOM::events::CMouseEvent42 sal_Int32 SAL_CALL CMouseEvent::getScreenX() throw (RuntimeException) in getScreenX()47 sal_Int32 SAL_CALL CMouseEvent::getScreenY() throw (RuntimeException) in getScreenY()52 sal_Int32 SAL_CALL CMouseEvent::getClientX() throw (RuntimeException) in getClientX()57 sal_Int32 SAL_CALL CMouseEvent::getClientY() throw (RuntimeException) in getClientY()62 sal_Bool SAL_CALL CMouseEvent::getCtrlKey() throw (RuntimeException) in getCtrlKey()67 sal_Bool SAL_CALL CMouseEvent::getShiftKey() throw (RuntimeException) in getShiftKey()72 sal_Bool SAL_CALL CMouseEvent::getAltKey() throw (RuntimeException) in getAltKey()77 sal_Bool SAL_CALL CMouseEvent::getMetaKey() throw (RuntimeException) in getMetaKey()82 sal_Int16 SAL_CALL CMouseEvent::getButton() throw (RuntimeException) in getButton()[all …]
42 class CMouseEvent class58 explicit CMouseEvent();
149 CMouseEvent *pMouseEvent = new CMouseEvent; in dispatchEvent()
1005 pEvent = new events::CMouseEvent; in createEvent()