Home
last modified time | relevance | path

Searched refs:CUIEvent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/unoxml/source/events/
H A Duievent.cxx28 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()
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()
98 void SAL_CALL CUIEvent::stopPropagation() throw (RuntimeException) in stopPropagation()
[all …]
H A Dmouseevent.cxx128 return CUIEvent::getView(); in getView()
133 return CUIEvent::getDetail(); in getDetail()
147 return CUIEvent::getType(); in getType()
152 return CUIEvent::getTarget(); in getTarget()
157 return CUIEvent::getCurrentTarget(); in getCurrentTarget()
162 return CUIEvent::getEventPhase(); in getEventPhase()
172 return CUIEvent::getCancelable(); in getCancelable()
177 return CUIEvent::getTimeStamp(); in getTimeStamp()
182 CUIEvent::stopPropagation(); in stopPropagation()
187 CUIEvent::preventDefault(); in preventDefault()
[all …]
H A Duievent.hxx45 class CUIEvent class
53 explicit CUIEvent();
H A Deventdispatcher.cxx134 CUIEvent* pUIEvent = new CUIEvent; in dispatchEvent()
H A Dmouseevent.hxx39 typedef ::cppu::ImplInheritanceHelper1< CUIEvent, XMouseEvent >
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx996 pEvent = new events::CUIEvent; in createEvent()

Completed in 42 milliseconds