Searched refs:XFormsEventConcrete (Results 1 – 3 of 3) sorted by relevance
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()[all …]
36 class XFormsEventConcrete : public cppu::WeakImplHelper1< XFormsEvent > { class45 inline XFormsEventConcrete( void ) : m_canceled(sal_False) {} in XFormsEventConcrete() function in com::sun::star::xforms::XFormsEventConcrete46 virtual ~XFormsEventConcrete( void ) {} in ~XFormsEventConcrete()
758 typedef com::sun::star::xforms::XFormsEventConcrete XFormsEvent_t; in distributeMIP()
Completed in 30 milliseconds