Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/automation/inc/automation/
H A Dsimplecm.hxx320 class SimpleCommunicationLinkViaSocket : public CommunicationLink class
339 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
340 virtual ~SimpleCommunicationLinkViaSocket();
354 class SimpleCommunicationLinkViaSocketWithReceiveCallbacks : public SimpleCommunicationLinkViaSocket
H A Dcommuni.hxx75 class CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, public vos::OThread
/aoo41x/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 52 milliseconds