Home
last modified time | relevance | path

Searched refs:CommunicationLink (Results 1 – 11 of 11) sorted by relevance

/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx96 class CommunicationLink;
107 SV_DECL_REF( CommunicationLink )
135 virtual ~CommunicationLink();
141 CommunicationLink( CommunicationManager *pMan );
223 SV_IMPL_REF( CommunicationLink );
228 friend class CommunicationLink;
267 virtual void CallConnectionOpened( CommunicationLink* pCL );
268 virtual void CallConnectionClosed( CommunicationLink* pCL );
269 void CallDataReceived( CommunicationLink* pCL );
301 virtual sal_Bool IsLinkValid( CommunicationLink* pCL );
[all …]
H A Dcommuni.hxx39 SV_DECL_PTRARR_SORT( CommunicationLinkList, CommunicationLink*, 1, 10 )
47 virtual sal_Bool IsLinkValid( CommunicationLink* pCL );
54 virtual void CallConnectionOpened( CommunicationLink* pCL );
55 virtual void CallConnectionClosed( CommunicationLink* pCL );
59 virtual void DestroyingLink( CommunicationLink *pCL ); // Link tr�gt sich im Destruktor aus
130 void AddConnection( CommunicationLink *pNewConnection );
174 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx49 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 …]
/trunk/main/automation/source/communi/
H A Dcommuni.cxx63 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 …]
/trunk/main/automation/source/inc/
H A Dtesttool.hxx35 class CommunicationLink;
61 DECL_LINK( QueCommandsEvent, CommunicationLink* );
H A Dtestapp.hxx30 class CommunicationLink;
95 DECL_LINK( ReturnResultsLink, CommunicationLink* );
/trunk/main/automation/source/server/
H A Dserver.hxx65 virtual void ConnectionOpened( CommunicationLink* pCL );
66 virtual void ConnectionClosed( CommunicationLink* pCL );
H A Dserver.cxx123 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 Dstatemnt.hxx72 class CommunicationLink;
420 static CommunicationLink *pCommLink;
H A Dstatemnt.cxx107 CommunicationLink *StatementFlow::pCommLink = NULL;
/trunk/main/svtools/inc/svtools/
H A Dtesttool.hxx35 class CommunicationLink;
60 DECL_LINK( QueCommandsEvent, CommunicationLink* );

Completed in 89 milliseconds