Lines Matching refs:XFormsEventConcrete
37 void SAL_CALL XFormsEventConcrete::initXFormsEvent(const OUString& typeArg, in initXFormsEvent()
44 OUString SAL_CALL XFormsEventConcrete::getType() throw (RuntimeException) in getType()
49 XFormsEventConcrete::XEventTarget_t SAL_CALL XFormsEventConcrete::getTarget() throw (RuntimeExcepti… in getTarget()
54 XFormsEventConcrete::XEventTarget_t SAL_CALL XFormsEventConcrete::getCurrentTarget() throw (Runtime… in getCurrentTarget()
59 XFormsEventConcrete::PhaseType_t SAL_CALL XFormsEventConcrete::getEventPhase() throw (RuntimeExcept… in getEventPhase()
64 sal_Bool SAL_CALL XFormsEventConcrete::getBubbles() throw (RuntimeException) in getBubbles()
69 sal_Bool SAL_CALL XFormsEventConcrete::getCancelable() throw (RuntimeException) in getCancelable()
74 XFormsEventConcrete::Time_t SAL_CALL XFormsEventConcrete::getTimeStamp() throw (RuntimeException) in getTimeStamp()
79 void SAL_CALL XFormsEventConcrete::stopPropagation() throw (RuntimeException) in stopPropagation()
84 void SAL_CALL XFormsEventConcrete::preventDefault() throw (RuntimeException) in preventDefault()
88 void SAL_CALL XFormsEventConcrete::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent()