Lines Matching refs:CMouseEvent

28     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()
87 Reference< XEventTarget > SAL_CALL CMouseEvent::getRelatedTarget() in getRelatedTarget()
92 void SAL_CALL CMouseEvent::initMouseEvent( in initMouseEvent()
124 Reference< XAbstractView > SAL_CALL CMouseEvent::getView() in getView()
129 sal_Int32 SAL_CALL CMouseEvent::getDetail() in getDetail()
134 void SAL_CALL CMouseEvent::initUIEvent(const OUString& typeArg, in initUIEvent()
143 OUString SAL_CALL CMouseEvent::getType() in getType()
148 Reference< XEventTarget > SAL_CALL CMouseEvent::getTarget() in getTarget()
153 Reference< XEventTarget > SAL_CALL CMouseEvent::getCurrentTarget() in getCurrentTarget()
158 PhaseType SAL_CALL CMouseEvent::getEventPhase() in getEventPhase()
163 sal_Bool SAL_CALL CMouseEvent::getBubbles() in getBubbles()
168 sal_Bool SAL_CALL CMouseEvent::getCancelable() in getCancelable()
173 css::util::Time SAL_CALL CMouseEvent::getTimeStamp() in getTimeStamp()
178 void SAL_CALL CMouseEvent::stopPropagation() in stopPropagation()
183 void SAL_CALL CMouseEvent::preventDefault() in preventDefault()
188 void SAL_CALL CMouseEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent()