Lines Matching refs:DdeConnection
72 DdeConnections& rAll = (DdeConnections&)DdeConnection::GetConnections(); in CliCallback()
73 DdeConnection* self = 0; in CliCallback()
152 DdeConnection::DdeConnection( const String& rService, const String& rTopic ) in DdeConnection() function in DdeConnection
190 DdeConnection::~DdeConnection() in ~DdeConnection()
221 sal_Bool DdeConnection::IsConnected() in IsConnected()
242 const String& DdeConnection::GetServiceName() in GetServiceName()
249 const String& DdeConnection::GetTopicName() in GetTopicName()
256 long DdeConnection::GetConvId() in GetConvId()
261 const DdeConnections& DdeConnection::GetConnections() in GetConnections()
270 DdeTransaction::DdeTransaction( DdeConnection& d, const String& rItemName, in DdeTransaction()
379 DdeLink::DdeLink( DdeConnection& d, const String& aItemName, long n ) : in DdeLink()
401 DdeRequest::DdeRequest( DdeConnection& d, const String& i, long n ) : in DdeRequest()
409 DdeWarmLink::DdeWarmLink( DdeConnection& d, const String& i, long n ) : in DdeWarmLink()
417 DdeHotLink::DdeHotLink( DdeConnection& d, const String& i, long n ) : in DdeHotLink()
425 DdePoke::DdePoke( DdeConnection& d, const String& i, const char* p, in DdePoke()
435 DdePoke::DdePoke( DdeConnection& d, const String& i, const String& rData, in DdePoke()
446 DdePoke::DdePoke( DdeConnection& d, const String& i, const DdeData& rData, in DdePoke()
456 DdeExecute::DdeExecute( DdeConnection& d, const String& rData, long n ) : in DdeExecute()
466 long DdeConnection::GetError() in GetError()