Home
last modified time | relevance | path

Searched refs:IsCommunicationError (Results 1 – 4 of 4) sorted by relevance

/trunk/main/automation/source/communi/
H A Dcommuni.cxx162 if ( !IsCommunicationError() ) in IMPL_LINK()
181 if ( IsCommunicationError() ) in WaitForShutdown()
189 sal_Bool CommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() function in CommunicationLinkViaSocket
191 return !isRunning() || SimpleCommunicationLinkViaSocket::IsCommunicationError(); in IsCommunicationError()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx167 if ( !IsCommunicationError() ) // Meaning that the Communication is still running in StopCommunication()
180 if ( !IsCommunicationError() ) in SetFinalRecieveTimeout()
187 sal_Bool SimpleCommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() function in SimpleCommunicationLinkViaSocket
366 while ( pMyManager && !IsCommunicationError() ) in WaitForShutdown()
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx144 virtual sal_Bool IsCommunicationError()=0;
324 virtual sal_Bool IsCommunicationError();
H A Dcommuni.hxx82 virtual sal_Bool IsCommunicationError();

Completed in 36 milliseconds