Home
last modified time | relevance | path

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

/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx135 SimpleCommunicationLinkViaSocket::SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos… in SimpleCommunicationLinkViaSocket() function in SimpleCommunicationLinkViaSocket
147 SimpleCommunicationLinkViaSocket::~SimpleCommunicationLinkViaSocket() in ~SimpleCommunicationLinkViaSocket()
164 sal_Bool SimpleCommunicationLinkViaSocket::StopCommunication() in StopCommunication()
178 void SimpleCommunicationLinkViaSocket::SetFinalRecieveTimeout() in SetFinalRecieveTimeout()
187 sal_Bool SimpleCommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError()
224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()
256 SvStream* SimpleCommunicationLinkViaSocket::GetBestCommunicationStream() in GetBestCommunicationStream()
272 sal_Bool SimpleCommunicationLinkViaSocket::DoReceiveDataStream() in DoReceiveDataStream()
290 void SimpleCommunicationLinkViaSocket::SetApplication( const ByteString& aApp ) in SetApplication()
299 void SimpleCommunicationLinkViaSocket::SetNewPacketAsCurrent() in SetNewPacketAsCurrent()
[all …]
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx321 class AUTOMATION_DLLPUBLIC SimpleCommunicationLinkViaSocket : public CommunicationLink class
340 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
341 virtual ~SimpleCommunicationLinkViaSocket();
355 …BLIC SimpleCommunicationLinkViaSocketWithReceiveCallbacks : public SimpleCommunicationLinkViaSocket
H A Dcommuni.hxx76 class AUTOMATION_DLLPUBLIC CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, pu…
/trunk/main/automation/source/communi/
H A Dcommuni.cxx68 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in CommunicationLinkViaSocket()
150 return SimpleCommunicationLinkViaSocket::StopCommunication(); in StopCommunication()
191 return !isRunning() || SimpleCommunicationLinkViaSocket::IsCommunicationError(); in IsCommunicationError()
231 return SimpleCommunicationLinkViaSocket::DoTransferDataStream( pDataStream, nProtocol ); in DoTransferDataStream()

Completed in 39 milliseconds