Searched refs:CUIEvent (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/unoxml/source/events/ |
| H A D | uievent.cxx | 28 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() 72 Reference< XEventTarget > SAL_CALL CUIEvent::getCurrentTarget() throw (RuntimeException) in getCurrentTarget() 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() [all …]
|
| H A D | mouseevent.cxx | 113 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initMouseEvent() 128 return CUIEvent::getView(); in getView() 133 return CUIEvent::getDetail(); in getDetail() 142 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initUIEvent() 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() [all …]
|
| H A D | uievent.hxx | 45 class CUIEvent class 53 explicit CUIEvent();
|
| H A D | eventdispatcher.cxx | 134 CUIEvent* pUIEvent = new CUIEvent; in dispatchEvent()
|
| H A D | mouseevent.hxx | 39 typedef ::cppu::ImplInheritanceHelper1< CUIEvent, XMouseEvent >
|
| /trunk/main/unoxml/source/dom/ |
| H A D | document.cxx | 996 pEvent = new events::CUIEvent; in createEvent()
|