Searched refs:cancelableArg (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/unoxml/source/events/ |
H A D | mouseevent.cxx | 96 sal_Bool cancelableArg, in initMouseEvent() argument 113 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initMouseEvent() 138 sal_Bool cancelableArg, in initUIEvent() argument 142 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initUIEvent() 191 sal_Bool cancelableArg) throw (RuntimeException) in initEvent() argument 194 CUIEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | uievent.cxx | 49 sal_Bool cancelableArg, in initUIEvent() argument 55 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initUIEvent() 108 sal_Bool cancelableArg) throw (RuntimeException) in initEvent() argument 111 CEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | mutationevent.cxx | 69 sal_Bool canBubbleArg, sal_Bool cancelableArg, in initMutationEvent() argument 76 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initMutationEvent() 130 sal_Bool cancelableArg) throw (RuntimeException) in initEvent() argument 133 CEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | mouseevent.hxx | 74 sal_Bool cancelableArg, 94 sal_Bool cancelableArg, 109 sal_Bool cancelableArg)
|
H A D | uievent.hxx | 59 sal_Bool cancelableArg, 76 sal_Bool cancelableArg)
|
H A D | mutationevent.hxx | 70 sal_Bool cancelableArg, 90 sal_Bool cancelableArg)
|
H A D | event.cxx | 98 sal_Bool cancelableArg) throw (RuntimeException) in initEvent() argument 104 m_cancelable = cancelableArg; in initEvent()
|
H A D | event.hxx | 78 sal_Bool cancelableArg) throw (RuntimeException);
|
/aoo4110/main/forms/source/xforms/ |
H A D | xformsevent.cxx | 38 sal_Bool canBubbleArg, sal_Bool cancelableArg) in initXFormsEvent() argument 41 initEvent(typeArg, canBubbleArg, cancelableArg); in initXFormsEvent() 89 sal_Bool cancelableArg) throw (RuntimeException) in initEvent() argument 93 m_cancelable = cancelableArg; in initEvent()
|
H A D | xformsevent.hxx | 61 sal_Bool cancelableArg ) 67 sal_Bool cancelableArg)
|
/aoo4110/main/offapi/com/sun/star/xforms/ |
H A D | XFormsEvent.idl | 34 [in] boolean cancelableArg);
|
/aoo4110/main/offapi/com/sun/star/xml/dom/events/ |
H A D | XUIEvent.idl | 40 [in] boolean cancelableArg,
|
H A D | XEvent.idl | 58 [in] boolean cancelableArg);
|
H A D | XMutationEvent.idl | 47 [in] boolean cancelableArg,
|
H A D | XMouseEvent.idl | 50 [in] boolean cancelableArg,
|
Completed in 24 milliseconds