Searched refs:CommunicationLinkViaSocket (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/automation/source/communi/ |
H A D | communi.cxx | 67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket() function in CommunicationLinkViaSocket 84 CommunicationLinkViaSocket::~CommunicationLinkViaSocket() in ~CommunicationLinkViaSocket() 115 sal_Bool CommunicationLinkViaSocket::ShutdownCommunication() in ShutdownCommunication() 146 sal_Bool CommunicationLinkViaSocket::StopCommunication() in StopCommunication() 160 IMPL_LINK( CommunicationLinkViaSocket, ShutdownLink, void*, EMPTYARG ) in IMPL_LINK() argument 168 void CommunicationLinkViaSocket::WaitForShutdown() in WaitForShutdown() 189 sal_Bool CommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() 194 void CommunicationLinkViaSocket::run() in run() 235 long CommunicationLinkViaSocket::ConnectionClosed( void* EMPTYARG ) in ConnectionClosed() 246 long CommunicationLinkViaSocket::DataReceived( void* EMPTYARG ) in DataReceived() [all …]
|
/aoo42x/main/automation/inc/automation/ |
H A D | communi.hxx | 76 class AUTOMATION_DLLPUBLIC CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, pu… class 79 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ); 80 virtual ~CommunicationLinkViaSocket(); 92 …Link GetDataReceivedLink () {Link aLink = LINK( this, CommunicationLinkViaSocket, DataReceived ); … in GetDataReceivedLink() 93 DECL_LINK( PutDataReceivedHdl, CommunicationLinkViaSocket* ); 174 …nicationManager *pCM, vos::OConnectorSocket *pCS ){ return new CommunicationLinkViaSocket( pCM, pC… in CreateCommunicationLink()
|
Completed in 14 milliseconds