Home
last modified time | relevance | path

Searched refs:nDataReceivedEventId (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/automation/source/communi/
H A Dcommuni.cxx70 , nDataReceivedEventId( 0 ) in CommunicationLinkViaSocket()
88 while ( nConnectionClosedEventId || nDataReceivedEventId ) in ~CommunicationLinkViaSocket()
103 if ( nDataReceivedEventId ) in ~CommunicationLinkViaSocket()
105 GetpApp()->RemoveUserEvent( nDataReceivedEventId ); in ~CommunicationLinkViaSocket()
106 nDataReceivedEventId = 0; in ~CommunicationLinkViaSocket()
250 nDataReceivedEventId = 0; // Achtung!! alles andere mu� oben gemacht werden. in DataReceived()
257nDataReceivedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLink, DataReceived ) ); in IMPL_LINK()
/aoo42x/main/automation/inc/automation/
H A Dcommuni.hxx100 sal_uLong nDataReceivedEventId; member in CommunicationLinkViaSocket

Completed in 18 milliseconds