Lines Matching refs:SAL_CALL

42     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()
87 Reference< XEventTarget > SAL_CALL CMouseEvent::getRelatedTarget() throw(RuntimeException) in getRelatedTarget()
93 void SAL_CALL CMouseEvent::initMouseEvent( in initMouseEvent()
126 Reference< XAbstractView > SAL_CALL CMouseEvent::getView() throw(RuntimeException) in getView()
131 sal_Int32 SAL_CALL CMouseEvent::getDetail() throw(RuntimeException) in getDetail()
136 void SAL_CALL CMouseEvent::initUIEvent(const OUString& typeArg, in initUIEvent()
145 OUString SAL_CALL CMouseEvent::getType() throw (RuntimeException) in getType()
150 Reference< XEventTarget > SAL_CALL CMouseEvent::getTarget() throw (RuntimeException) in getTarget()
155 Reference< XEventTarget > SAL_CALL CMouseEvent::getCurrentTarget() throw (RuntimeException) in getCurrentTarget()
160 PhaseType SAL_CALL CMouseEvent::getEventPhase() throw (RuntimeException) in getEventPhase()
165 sal_Bool SAL_CALL CMouseEvent::getBubbles() throw (RuntimeException) in getBubbles()
170 sal_Bool SAL_CALL CMouseEvent::getCancelable() throw (RuntimeException) in getCancelable()
175 com::sun::star::util::Time SAL_CALL CMouseEvent::getTimeStamp() throw (RuntimeException) in getTimeStamp()
180 void SAL_CALL CMouseEvent::stopPropagation() throw (RuntimeException) in stopPropagation()
185 void SAL_CALL CMouseEvent::preventDefault() throw (RuntimeException) in preventDefault()
190 void SAL_CALL CMouseEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent()