Home
last modified time | relevance | path

Searched refs:RemoteControlCommunicationManager (Results 1 – 2 of 2) sorted by relevance

/trunk/main/automation/source/server/
H A Dserver.cxx86 sal_uLong RemoteControlCommunicationManager::nPortIs = TT_PORT_NOT_INITIALIZED;
87 sal_uInt16 RemoteControlCommunicationManager::nComm = 0;
88 sal_Bool RemoteControlCommunicationManager::bQuiet = sal_False;
91 RemoteControlCommunicationManager::RemoteControlCommunicationManager( EditWindow * pDbgWin ) in RemoteControlCommunicationManager() function in RemoteControlCommunicationManager
93 RemoteControlCommunicationManager::RemoteControlCommunicationManager() in RemoteControlCommunicationManager()
114 RemoteControlCommunicationManager::~RemoteControlCommunicationManager() in ~RemoteControlCommunicationManager()
121 void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL ) in ConnectionOpened()
128 void RemoteControlCommunicationManager::ConnectionClosed( CommunicationLink* pCL ) in ConnectionClosed()
135 IMPL_LINK( RemoteControlCommunicationManager, SetWinCaption, Timer*, EMPTYARG ) in IMPL_LINK() argument
153 pTimer->SetTimeoutHdl( LINK( this, RemoteControlCommunicationManager, SetWinCaption ) ); in IMPL_LINK()
[all …]
H A Dserver.hxx43 class RemoteControlCommunicationManager : public CommunicationManagerServerViaSocket class
59 RemoteControlCommunicationManager( EditWindow * pDbgWin );
61 RemoteControlCommunicationManager();
63 ~RemoteControlCommunicationManager();