Lines Matching refs:CUIEvent
28 CUIEvent::CUIEvent() in CUIEvent() function in DOM::events::CUIEvent
35 CUIEvent::getView() throw(RuntimeException) in getView()
41 sal_Int32 SAL_CALL CUIEvent::getDetail() throw(RuntimeException) in getDetail()
47 void SAL_CALL CUIEvent::initUIEvent(const OUString& typeArg, in initUIEvent()
62 OUString SAL_CALL CUIEvent::getType() throw (RuntimeException) in getType()
67 Reference< XEventTarget > SAL_CALL CUIEvent::getTarget() throw (RuntimeException) in getTarget()
72 Reference< XEventTarget > SAL_CALL CUIEvent::getCurrentTarget() throw (RuntimeException) in getCurrentTarget()
77 PhaseType SAL_CALL CUIEvent::getEventPhase() throw (RuntimeException) in getEventPhase()
82 sal_Bool SAL_CALL CUIEvent::getBubbles() throw (RuntimeException) in getBubbles()
87 sal_Bool SAL_CALL CUIEvent::getCancelable() throw (RuntimeException) in getCancelable()
93 com::sun::star::util::Time SAL_CALL CUIEvent::getTimeStamp() throw (RuntimeException) in getTimeStamp()
98 void SAL_CALL CUIEvent::stopPropagation() throw (RuntimeException) in stopPropagation()
102 void SAL_CALL CUIEvent::preventDefault() throw (RuntimeException) in preventDefault()
107 void SAL_CALL CUIEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent()