Searched refs:CommunicationManager (Results 1 – 11 of 11) sorted by relevance
49 CommunicationLink::CommunicationLink( CommunicationManager *pMan ) in CommunicationLink()406 CommunicationManager::CommunicationManager( sal_Bool bUseMultiChannel ) in CommunicationManager() function in CommunicationManager414 CommunicationManager::~CommunicationManager() in ~CommunicationManager()433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName()440 void CommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened()457 void CommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed()474 void CommunicationManager::CallDataReceived( CommunicationLink* pCL ) in CallDataReceived()558 void CommunicationManager::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()578 : CommunicationManager( bUseMultiChannel ) in SingleCommunicationManager()631 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened()[all …]
121 class CommunicationManager;128 friend class CommunicationManager;141 CommunicationLink( CommunicationManager *pMan );145 CommunicationManager* GetCommunicationManager(){ return pMyManager; } in GetCommunicationManager()187 CommunicationManager *pMyManager;226 class AUTOMATION_DLLPUBLIC CommunicationManager class231 CommunicationManager( sal_Bool bUseMultiChannel = sal_False );232 virtual ~CommunicationManager();295 class AUTOMATION_DLLPUBLIC SingleCommunicationManager : public CommunicationManager340 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );[all …]
41 class AUTOMATION_DLLPUBLIC MultiCommunicationManager : public CommunicationManager79 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );116 using CommunicationManager::StartCommunication;161 using CommunicationManager::StartCommunication;174 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket()264 : CommunicationManager( bUseMultiChannel ) in MultiCommunicationManager()362 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened()369 CommunicationManager::CallConnectionClosed( pCL ); in CallConnectionClosed()
30 import org.openoffice.test.vcl.client.CommunicationManager;41 protected CommunicationManager communicationManager = null;53 this.communicationManager = new CommunicationManager("127.0.0.1", openOffice.getAutomationPort()); in VclApp()
49 public class CommunicationManager implements Runnable, Constant{ class72 public CommunicationManager() { in CommunicationManager() method in CommunicationManager87 public CommunicationManager(String host, int port) { in CommunicationManager() method in CommunicationManager
44 private CommunicationManager communicationManager = null;62 public CommandCaller(CommunicationManager communicationManager) { in CommandCaller()322 if (headerType != CommunicationManager.CH_Handshake) { in received()
39 private CommunicationManager communicationManager = null;41 public Handshaker(CommunicationManager communicationManager) { in Handshaker()
34 class CommunicationManager;64 CommunicationManager *pServiceMgr;
34 class CommunicationManager;67 CommunicationManager *pServiceMgr;
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
Completed in 44 milliseconds