Lines Matching refs:RemoteControlCommunicationManager

86 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()
159 void RemoteControlCommunicationManager::InfoMsg( InfoString aMsg ) in InfoMsg()
171 sal_uLong RemoteControlCommunicationManager::GetPort() in GetPort()
862 …if ( RemoteControlCommunicationManager::GetPort() != TT_NO_PORT_DEFINED || RemoteControlCommunicat… in ImplRemoteControl()
873 if ( RemoteControlCommunicationManager::GetPort() == TT_NO_PORT_DEFINED ) in ImplRemoteControl()
878 pServiceMgr = new RemoteControlCommunicationManager( m_pDbgWin ); in ImplRemoteControl()
880 pServiceMgr = new RemoteControlCommunicationManager(); in ImplRemoteControl()
893 if ( RemoteControlCommunicationManager::nComm ) in ImplRemoteControl()