Lines Matching refs:CMutationEvent

28     CMutationEvent::CMutationEvent()  in CMutationEvent()  function in DOM::events::CMutationEvent
34 CMutationEvent::~CMutationEvent() in ~CMutationEvent()
38 Reference< XNode > SAL_CALL CMutationEvent::getRelatedNode() throw (RuntimeException) in getRelatedNode()
44 OUString SAL_CALL CMutationEvent::getPrevValue() throw (RuntimeException) in getPrevValue()
50 OUString SAL_CALL CMutationEvent::getNewValue() throw (RuntimeException) in getNewValue()
56 OUString SAL_CALL CMutationEvent::getAttrName() throw (RuntimeException) in getAttrName()
62 AttrChangeType SAL_CALL CMutationEvent::getAttrChange() throw (RuntimeException) in getAttrChange()
68 void SAL_CALL CMutationEvent::initMutationEvent(const OUString& typeArg, in initMutationEvent()
85 OUString SAL_CALL CMutationEvent::getType() throw (RuntimeException) in getType()
90 Reference< XEventTarget > SAL_CALL CMutationEvent::getTarget() throw (RuntimeException) in getTarget()
95 Reference< XEventTarget > SAL_CALL CMutationEvent::getCurrentTarget() throw (RuntimeException) in getCurrentTarget()
100 PhaseType SAL_CALL CMutationEvent::getEventPhase() throw (RuntimeException) in getEventPhase()
105 sal_Bool SAL_CALL CMutationEvent::getBubbles() throw (RuntimeException) in getBubbles()
110 sal_Bool SAL_CALL CMutationEvent::getCancelable() throw (RuntimeException) in getCancelable()
115 com::sun::star::util::Time SAL_CALL CMutationEvent::getTimeStamp() throw (RuntimeException) in getTimeStamp()
120 void SAL_CALL CMutationEvent::stopPropagation() throw (RuntimeException) in stopPropagation()
124 void SAL_CALL CMutationEvent::preventDefault() throw (RuntimeException) in preventDefault()
129 void SAL_CALL CMutationEvent::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg, in initEvent()