Searched refs:typeArg (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/unoxml/source/events/ |
H A D | mouseevent.cxx | 94 const OUString& typeArg, in initMouseEvent() argument 113 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initMouseEvent() 136 void SAL_CALL CMouseEvent::initUIEvent(const OUString& typeArg, in initUIEvent() argument 142 CUIEvent::initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg); in initUIEvent()
|
H A D | uievent.cxx | 47 void SAL_CALL CUIEvent::initUIEvent(const OUString& typeArg, in initUIEvent() argument 55 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initUIEvent()
|
H A D | mouseevent.hxx | 72 const OUString& typeArg, 92 virtual void SAL_CALL initUIEvent(const OUString& typeArg,
|
H A D | mutationevent.cxx | 68 void SAL_CALL CMutationEvent::initMutationEvent(const OUString& typeArg, in initMutationEvent() argument 76 CEvent::initEvent(typeArg, canBubbleArg, cancelableArg); in initMutationEvent()
|
H A D | uievent.hxx | 57 virtual void SAL_CALL initUIEvent(const OUString& typeArg,
|
H A D | mutationevent.hxx | 68 const OUString& typeArg,
|
/aoo41x/main/forms/source/xforms/ |
H A D | xformsevent.cxx | 37 void SAL_CALL XFormsEventConcrete::initXFormsEvent(const OUString& typeArg, in initXFormsEvent() argument 41 initEvent(typeArg, canBubbleArg, cancelableArg); in initXFormsEvent()
|
H A D | xformsevent.hxx | 59 const rtl::OUString& typeArg,
|
/aoo41x/main/offapi/com/sun/star/xforms/ |
H A D | XFormsEvent.idl | 32 void initXFormsEvent([in] string typeArg,
|
/aoo41x/main/offapi/com/sun/star/xml/dom/events/ |
H A D | XUIEvent.idl | 38 void initUIEvent([in] string typeArg,
|
H A D | XMutationEvent.idl | 45 void initMutationEvent([in] string typeArg,
|
H A D | XMouseEvent.idl | 48 void initMouseEvent([in] string typeArg,
|
Completed in 41 milliseconds