Home
last modified time | relevance | path

Searched refs:CEvent (Results 1 – 9 of 9) sorted by relevance

/trunk/main/unoxml/source/events/
H A Devent.cxx29 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()
[all …]
H A Dmutationevent.cxx76 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 …]
H A Duievent.cxx55 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()
H A Devent.hxx46 class CEvent : public cppu::WeakImplHelper1< XEvent > class
63 explicit CEvent();
65 virtual ~CEvent();
H A Deventdispatcher.cxx105 CEvent *pEvent = 0; // pointer to internal event representation in dispatchEvent()
162 pEvent = new CEvent; in dispatchEvent()
H A Duievent.hxx43 typedef ::cppu::ImplInheritanceHelper1< CEvent, XUIEvent > CUIEvent_Base;
H A Dmutationevent.hxx44 typedef ::cppu::ImplInheritanceHelper1< CEvent, XMutationEvent >
H A Dmouseevent.cxx167 return CEvent::getBubbles(); in getBubbles()
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx979 events::CEvent *pEvent = 0; in createEvent()
1009 pEvent = new events::CEvent; in createEvent()

Completed in 31 milliseconds