Home
last modified time | relevance | path

Searched refs:dispatchEvent (Results 1 – 16 of 16) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dnode.cxx390 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in appendChild()
810 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in removeChild()
937 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in dispatchSubtreeModified()
1000 sal_Bool SAL_CALL CNode::dispatchEvent(const Reference< XEvent >& evt) in dispatchEvent() function in DOM::CNode
1013 pDispatcher->dispatchEvent(*pDocument, m_rMutex, pNode, this, evt); in dispatchEvent()
H A Delement.cxx577 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in setAttributeNode_Impl_Lock()
638 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in setAttribute()
720 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in setAttributeNS()
H A Dattr.cxx207 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in setValue()
H A Dnode.hxx307 virtual sal_Bool SAL_CALL dispatchEvent(const Reference< XEvent >& evt);
H A Dcharacterdata.cxx55 dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in dispatchEvent_Impl()
H A Ddocument.cxx889 xDocET->dispatchEvent(Reference< XEvent >(event, UNO_QUERY)); in lcl_ImportNode()
/trunk/main/vcl/inc/vcl/
H A Ddisplayconnectiondispatch.hxx38 virtual bool dispatchEvent(void * pData, int nBytes) = 0;
/trunk/main/unoxml/source/events/
H A Deventdispatcher.hxx80 bool dispatchEvent(
H A Deventdispatcher.cxx100 bool CEventDispatcher::dispatchEvent( in dispatchEvent() function in DOM::events::CEventDispatcher
/trunk/main/vcl/inc/
H A Dxconnection.hxx55 virtual bool dispatchEvent( void* pData, int nBytes );
H A Dsalinst.hxx148 { return m_pEventInst.is() && m_pEventInst->dispatchEvent( pEvent, nBytes ); } in CallEventCallback()
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DXEventTarget.idl47 boolean dispatchEvent([in] XEvent evt) raises(EventException);
/trunk/main/vcl/source/helper/
H A Dxconnection.cxx141 bool DisplayConnection::dispatchEvent( void* pData, int nBytes ) in dispatchEvent() function in DisplayConnection
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx414 void dispatchEvent( int millisec );
H A DX11_selection.cxx3712 void SelectionManager::dispatchEvent( int millisec ) in dispatchEvent() function in SelectionManager
3776 This->dispatchEvent( 1000 ); in run()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx777 target->dispatchEvent(xEvent); in distributeMIP()