Searched refs:eventTypeArg (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/forms/source/xforms/ |
H A D | xformsevent.cxx | 88 void SAL_CALL XFormsEventConcrete::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent() argument 91 m_eventType = eventTypeArg; in initEvent()
|
H A D | xformsevent.hxx | 65 const rtl::OUString& eventTypeArg,
|
/aoo4110/main/unoxml/source/events/ |
H A D | event.cxx | 97 CEvent::initEvent(OUString const& eventTypeArg, sal_Bool canBubbleArg, in initEvent() argument 102 m_eventType = eventTypeArg; in initEvent()
|
H A D | uievent.cxx | 107 void SAL_CALL CUIEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent() argument 111 CEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | mutationevent.cxx | 129 void SAL_CALL CMutationEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent() argument 133 CEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | mouseevent.cxx | 190 void SAL_CALL CMouseEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent() argument 194 CUIEvent::initEvent(eventTypeArg, canBubbleArg, cancelableArg); in initEvent()
|
H A D | event.hxx | 76 const OUString& eventTypeArg,
|
H A D | uievent.hxx | 74 const OUString& eventTypeArg,
|
H A D | mutationevent.hxx | 88 const OUString& eventTypeArg,
|
H A D | mouseevent.hxx | 107 const OUString& eventTypeArg,
|
/aoo4110/main/offapi/com/sun/star/xml/dom/events/ |
H A D | XEvent.idl | 56 void initEvent([in] string eventTypeArg,
|
Completed in 19 milliseconds