Home
last modified time | relevance | path

Searched refs:CMutationEvent (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/unoxml/source/events/
H A Dmutationevent.cxx28 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()
[all …]
H A Dmutationevent.hxx47 class CMutationEvent class
58 explicit CMutationEvent();
60 virtual ~CMutationEvent();
H A Deventdispatcher.cxx121 CMutationEvent* pMEvent = new CMutationEvent; in dispatchEvent()
/AOO41X/main/unoxml/source/dom/
H A Ddocument.cxx989 pEvent = new events::CMutationEvent; in createEvent()