Home
last modified time | relevance | path

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

/AOO42X/main/automation/source/communi/
H A Dcommuni.cxx267 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 …]
/AOO42X/main/automation/inc/automation/
H A Dcommuni.hxx56 CommunicationLinkList *ActiveLinks; member in MultiCommunicationManager