Searched refs:CEvent (Results 1 – 9 of 9) sorted by relevance
29 CEvent::CEvent() in CEvent() function in DOM::events::CEvent37 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()[all …]
76 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initMutationEvent()87 return CEvent::getType(); in getType()92 return CEvent::getTarget(); in getTarget()97 return CEvent::getCurrentTarget(); in getCurrentTarget()102 return CEvent::getEventPhase(); in getEventPhase()107 return CEvent::getBubbles(); in getBubbles()112 return CEvent::getCancelable(); in getCancelable()117 return CEvent::getTimeStamp(); in getTimeStamp()122 CEvent::stopPropagation(); in stopPropagation()126 CEvent::preventDefault(); in preventDefault()[all …]
55 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initUIEvent()64 return CEvent::getType(); in getType()69 return CEvent::getTarget(); in getTarget()74 return CEvent::getCurrentTarget(); in getCurrentTarget()79 return CEvent::getEventPhase(); in getEventPhase()84 return CEvent::getBubbles(); in getBubbles()95 return CEvent::getTimeStamp(); in getTimeStamp()100 CEvent::stopPropagation(); in stopPropagation()104 CEvent::preventDefault(); in preventDefault()111 CEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
46 class CEvent : public cppu::WeakImplHelper1< XEvent > class63 explicit CEvent();65 virtual ~CEvent();
105 CEvent *pEvent = 0; // pointer to internal event representation in dispatchEvent()162 pEvent = new CEvent; in dispatchEvent()
43 typedef ::cppu::ImplInheritanceHelper1< CEvent, XUIEvent > CUIEvent_Base;
44 typedef ::cppu::ImplInheritanceHelper1< CEvent, XMutationEvent >
167 return CEvent::getBubbles(); in getBubbles()
979 events::CEvent *pEvent = 0; in createEvent()1009 pEvent = new events::CEvent; in createEvent()
Completed in 26 milliseconds