Searched refs:CommunicationLink (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/automation/inc/automation/ |
H A D | simplecm.hxx | 95 class CommunicationLink; 106 SV_DECL_REF( CommunicationLink ) 124 class CommunicationLink : public SvRefBase class 134 virtual ~CommunicationLink(); 140 CommunicationLink( CommunicationManager *pMan ); 222 SV_IMPL_REF( CommunicationLink ); 227 friend class CommunicationLink; 266 virtual void CallConnectionOpened( CommunicationLink* pCL ); 268 void CallDataReceived( CommunicationLink* pCL ); 300 virtual sal_Bool IsLinkValid( CommunicationLink* pCL ); [all …]
|
H A D | communi.hxx | 38 SV_DECL_PTRARR_SORT( CommunicationLinkList, CommunicationLink*, 1, 10 ) 46 virtual sal_Bool IsLinkValid( CommunicationLink* pCL ); 53 virtual void CallConnectionOpened( CommunicationLink* pCL ); 54 virtual void CallConnectionClosed( CommunicationLink* pCL ); 58 virtual void DestroyingLink( CommunicationLink *pCL ); // Link tr�gt sich im Destruktor aus 129 void AddConnection( CommunicationLink *pNewConnection ); 173 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
|
/aoo4110/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 49 CommunicationLink::CommunicationLink( CommunicationManager *pMan ) in CommunicationLink() function in CommunicationLink 63 CommunicationLink::~CommunicationLink() in ~CommunicationLink() 73 void CommunicationLink::CallInfoMsg( InfoString aMsg ) in CallInfoMsg() 79 CM_InfoType CommunicationLink::GetInfoType() in GetInfoType() 87 IMPL_LINK( CommunicationLink, ConnectionClosed, void*, EMPTYARG ) in IMPL_LINK() argument 94 IMPL_LINK( CommunicationLink, DataReceived, void*, EMPTYARG ) in IMPL_LINK() argument 129 void CommunicationLink::SetApplication( const ByteString& aApp ) in SetApplication() 136 : CommunicationLink( pMan ) in SimpleCommunicationLinkViaSocket() 292 CommunicationLink::SetApplication( aApp ); in SetApplication() 474 void CommunicationManager::CallDataReceived( CommunicationLink* pCL ) in CallDataReceived() [all …]
|
/aoo4110/main/automation/source/communi/ |
H A D | communi.cxx | 63 SV_IMPL_PTRARR_SORT( CommunicationLinkList, CommunicationLink* ); 242 return CommunicationLink::ConnectionClosed( ); in ConnectionClosed() 252 return CommunicationLink::DataReceived( ); in DataReceived() 257 … nDataReceivedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLink, DataReceived ) ); in IMPL_LINK() 338 sal_Bool MultiCommunicationManager::IsLinkValid( CommunicationLink* pCL ) in IsLinkValid() 356 void MultiCommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened() 359 ActiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); in CallConnectionOpened() 365 void MultiCommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed() 374 InactiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); // Ohne Reference in CallConnectionClosed() 386 void MultiCommunicationManager::DestroyingLink( CommunicationLink *pCL ) in DestroyingLink() [all …]
|
/aoo4110/main/automation/source/inc/ |
H A D | testtool.hxx | 35 class CommunicationLink; 61 DECL_LINK( QueCommandsEvent, CommunicationLink* );
|
H A D | testapp.hxx | 30 class CommunicationLink; 95 DECL_LINK( ReturnResultsLink, CommunicationLink* );
|
/aoo4110/main/automation/source/server/ |
H A D | server.hxx | 65 virtual void ConnectionOpened( CommunicationLink* pCL ); 66 virtual void ConnectionClosed( CommunicationLink* pCL );
|
H A D | server.cxx | 123 void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL ) in ConnectionOpened() 130 void RemoteControlCommunicationManager::ConnectionClosed( CommunicationLink* pCL ) in ConnectionClosed() 738 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument
|
H A D | statemnt.hxx | 71 class CommunicationLink; 419 static CommunicationLink *pCommLink;
|
H A D | statemnt.cxx | 107 CommunicationLink *StatementFlow::pCommLink = NULL;
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | testtool.hxx | 35 class CommunicationLink; 60 DECL_LINK( QueCommandsEvent, CommunicationLink* );
|
Completed in 79 milliseconds