Searched refs:CUIEvent (Results 1 – 6 of 6) sorted by relevance
28 CUIEvent::CUIEvent() in CUIEvent() function in DOM::events::CUIEvent35 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 …]
128 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 …]
45 class CUIEvent class53 explicit CUIEvent();
134 CUIEvent* pUIEvent = new CUIEvent; in dispatchEvent()
39 typedef ::cppu::ImplInheritanceHelper1< CUIEvent, XMouseEvent >
996 pEvent = new events::CUIEvent; in createEvent()
Completed in 34 milliseconds