Searched refs:ActiveLinks (Results 1 – 2 of 2) sorted by relevance
267 ActiveLinks = new CommunicationLinkList; in MultiCommunicationManager()298 sal_uInt16 i = ActiveLinks->Count(); in ~MultiCommunicationManager()301 CommunicationLinkRef rTempLink = ActiveLinks->GetObject( i ); in ~MultiCommunicationManager()302 ActiveLinks->Remove( i ); in ~MultiCommunicationManager()306 delete ActiveLinks; in ~MultiCommunicationManager()326 sal_uInt16 i = ActiveLinks->Count(); in StopCommunication()330 if ( !ActiveLinks->GetObject(i-1)->StopCommunication() ) in StopCommunication()340 if ( ActiveLinks->Seek_Entry( pCL ) ) in IsLinkValid()348 return ActiveLinks->Count(); in GetCommunicationLinkCount()353 return ActiveLinks->GetObject( nNr ); in GetCommunicationLink()[all …]
56 CommunicationLinkList *ActiveLinks; member in MultiCommunicationManager