Home
last modified time | relevance | path

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

/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx580 xActiveLink = NULL; in SingleCommunicationManager()
593 if ( xActiveLink.Is() ) in StopCommunication()
595 sal_Bool bSuccess = xActiveLink->StopCommunication(); in StopCommunication()
598 pInactiveLink = xActiveLink; in StopCommunication()
599 xActiveLink.Clear(); in StopCommunication()
607 return &xActiveLink == pCL; in IsLinkValid()
617 return xActiveLink; in GetCommunicationLink()
622 DBG_ASSERT( !xActiveLink.Is(), "Es ist bereits ein CommunicationLink aktiv"); in CallConnectionOpened()
623 if ( xActiveLink.Is() ) in CallConnectionOpened()
627 pInactiveLink = xActiveLink; in CallConnectionOpened()
[all …]
/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx307 CommunicationLinkRef xActiveLink; member in SingleCommunicationManager