Searched refs:CommunicationManager (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/automation/source/simplecm/ |
| H A D | simplecm.cxx | 49 CommunicationLink::CommunicationLink( CommunicationManager *pMan ) in CommunicationLink() 135 SimpleCommunicationLinkViaSocket::SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos… in SimpleCommunicationLinkViaSocket() 351 …eCallbacks::SimpleCommunicationLinkViaSocketWithReceiveCallbacks( CommunicationManager *pMan, vos:… in SimpleCommunicationLinkViaSocketWithReceiveCallbacks() 406 CommunicationManager::CommunicationManager( sal_Bool bUseMultiChannel ) in CommunicationManager() function in CommunicationManager 414 CommunicationManager::~CommunicationManager() in ~CommunicationManager() 419 sal_Bool CommunicationManager::StartCommunication( String aApp, String aParams ) in StartCommunication() 426 sal_Bool CommunicationManager::StartCommunication( ByteString aHost, sal_uLong nPort ) in StartCommunication() 433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName() 440 void CommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened() 457 void CommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed() [all …]
|
| /trunk/main/automation/inc/automation/ |
| H A D | simplecm.hxx | 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 class 231 CommunicationManager( sal_Bool bUseMultiChannel = sal_False ); 232 virtual ~CommunicationManager(); 295 class AUTOMATION_DLLPUBLIC SingleCommunicationManager : public CommunicationManager 340 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ); [all …]
|
| H A D | communi.hxx | 41 class AUTOMATION_DLLPUBLIC MultiCommunicationManager : public CommunicationManager 79 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ); 116 using CommunicationManager::StartCommunication; 161 using CommunicationManager::StartCommunication; 174 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
|
| /trunk/main/automation/source/communi/ |
| H A D | communi.cxx | 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()
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
| H A D | VclApp.java | 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()
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/client/ |
| H A D | CommunicationManager.java | 49 public class CommunicationManager implements Runnable, Constant{ class 72 public CommunicationManager() { in CommunicationManager() method in CommunicationManager 87 public CommunicationManager(String host, int port) { in CommunicationManager() method in CommunicationManager
|
| H A D | CommandCaller.java | 44 private CommunicationManager communicationManager = null; 62 public CommandCaller(CommunicationManager communicationManager) { in CommandCaller() 322 if (headerType != CommunicationManager.CH_Handshake) { in received()
|
| H A D | Handshaker.java | 39 private CommunicationManager communicationManager = null; 41 public Handshaker(CommunicationManager communicationManager) { in Handshaker()
|
| /trunk/main/automation/source/inc/ |
| H A D | testtool.hxx | 34 class CommunicationManager; 64 CommunicationManager *pServiceMgr;
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | testtool.hxx | 34 class CommunicationManager; 67 CommunicationManager *pServiceMgr;
|
| /trunk/test/testassistant/lib/ |
| HD | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/ ... |