Lines Matching refs:RemoteControlCommunicationManager

88 sal_uLong RemoteControlCommunicationManager::nPortIs = TT_PORT_NOT_INITIALIZED;
89 sal_uInt16 RemoteControlCommunicationManager::nComm = 0;
90 sal_Bool RemoteControlCommunicationManager::bQuiet = sal_False;
93 RemoteControlCommunicationManager::RemoteControlCommunicationManager( EditWindow * pDbgWin ) in RemoteControlCommunicationManager() function in RemoteControlCommunicationManager
95 RemoteControlCommunicationManager::RemoteControlCommunicationManager() in RemoteControlCommunicationManager()
116 RemoteControlCommunicationManager::~RemoteControlCommunicationManager() in ~RemoteControlCommunicationManager()
123 void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL ) in ConnectionOpened()
130 void RemoteControlCommunicationManager::ConnectionClosed( CommunicationLink* pCL ) in ConnectionClosed()
137 IMPL_LINK( RemoteControlCommunicationManager, SetWinCaption, Timer*, EMPTYARG ) in IMPL_LINK() argument
155 pTimer->SetTimeoutHdl( LINK( this, RemoteControlCommunicationManager, SetWinCaption ) ); in IMPL_LINK()
161 void RemoteControlCommunicationManager::InfoMsg( InfoString aMsg ) in InfoMsg()
173 sal_uLong RemoteControlCommunicationManager::GetPort() in GetPort()
864 …if ( RemoteControlCommunicationManager::GetPort() != TT_NO_PORT_DEFINED || RemoteControlCommunicat… in ImplRemoteControl()
875 if ( RemoteControlCommunicationManager::GetPort() == TT_NO_PORT_DEFINED ) in ImplRemoteControl()
880 pServiceMgr = new RemoteControlCommunicationManager( m_pDbgWin ); in ImplRemoteControl()
882 pServiceMgr = new RemoteControlCommunicationManager(); in ImplRemoteControl()
895 if ( RemoteControlCommunicationManager::nComm ) in ImplRemoteControl()