Lines Matching refs:CEvent
29 CEvent::CEvent() in CEvent() function in DOM::events::CEvent
37 CEvent::~CEvent() in ~CEvent()
41 OUString SAL_CALL CEvent::getType() throw (RuntimeException) in getType()
48 CEvent::getTarget() throw (RuntimeException) in getTarget()
55 CEvent::getCurrentTarget() throw (RuntimeException) in getCurrentTarget()
61 PhaseType SAL_CALL CEvent::getEventPhase() throw (RuntimeException) in getEventPhase()
67 sal_Bool SAL_CALL CEvent::getBubbles() throw (RuntimeException) in getBubbles()
73 sal_Bool SAL_CALL CEvent::getCancelable() throw (RuntimeException) in getCancelable()
80 CEvent::getTimeStamp() throw (RuntimeException) in getTimeStamp()
86 void SAL_CALL CEvent::stopPropagation() throw (RuntimeException) in stopPropagation()
92 void SAL_CALL CEvent::preventDefault() throw (RuntimeException) in preventDefault()
97 CEvent::initEvent(OUString const& eventTypeArg, sal_Bool canBubbleArg, in initEvent()