Home
last modified time | relevance | path

Searched refs:CMouseEvent (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unoxml/source/events/
H A Dmouseevent.cxx28 CMouseEvent::CMouseEvent() in CMouseEvent() function in DOM::events::CMouseEvent
42 sal_Int32 SAL_CALL CMouseEvent::getScreenX() in getScreenX()
47 sal_Int32 SAL_CALL CMouseEvent::getScreenY() in getScreenY()
52 sal_Int32 SAL_CALL CMouseEvent::getClientX() in getClientX()
57 sal_Int32 SAL_CALL CMouseEvent::getClientY() in getClientY()
62 sal_Bool SAL_CALL CMouseEvent::getCtrlKey() in getCtrlKey()
67 sal_Bool SAL_CALL CMouseEvent::getShiftKey() in getShiftKey()
72 sal_Bool SAL_CALL CMouseEvent::getAltKey() in getAltKey()
77 sal_Bool SAL_CALL CMouseEvent::getMetaKey() in getMetaKey()
82 sal_Int16 SAL_CALL CMouseEvent::getButton() in getButton()
[all …]
H A Dmouseevent.hxx42 class CMouseEvent class
58 explicit CMouseEvent();
H A Deventdispatcher.cxx149 CMouseEvent *pMouseEvent = new CMouseEvent; in dispatchEvent()
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx982 pEvent = new events::CMouseEvent; in createEvent()