Searched refs:CommunicationLinkViaSocket (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/automation/source/communi/ |
| H A D | communi.cxx | 67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket() function in CommunicationLinkViaSocket 74 SetPutDataReceivedHdl(LINK( this, CommunicationLinkViaSocket, PutDataReceivedHdl )); 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() 173 aShutdownTimer.SetTimeoutHdl( LINK( this, CommunicationLinkViaSocket, ShutdownLink ) ); in WaitForShutdown() 189 sal_Bool CommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() 194 void CommunicationLinkViaSocket::run() in run() [all …]
|
| /trunk/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()
|