Searched refs:DdeConnection (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svl/inc/svl/ |
H A D | svdde.hxx | 35 class DdeConnection; 52 DECLARE_LIST( DdeConnections, DdeConnection* ) 84 friend class DdeConnection; 157 DdeConnection& rDde; 190 friend class DdeConnection; 206 DdeLink( DdeConnection&, const String&, long = 0 ); 271 class SVL_DLLPUBLIC DdeConnection class 281 DdeConnection( const String&, const String& ); 282 ~DdeConnection(); 295 DdeConnection( const DdeConnection& ); [all …]
|
/trunk/main/svl/source/svdde/ |
H A D | ddecli.cxx | 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 sal_uIntPtr DdeConnection::GetConvId() in GetConvId() 261 const DdeConnections& DdeConnection::GetConnections() in GetConnections() 401 DdeRequest::DdeRequest( DdeConnection& d, const String& i, long n ) : in DdeRequest() 425 DdePoke::DdePoke( DdeConnection& d, const String& i, const char* p, in DdePoke() [all …]
|
H A D | ddeinf.cxx | 141 DdeConnection aSys( rService, String( reinterpret_cast<const sal_Unicode*>(SZDDESYS_TOPIC) ) ); in DdeTopicList()
|
/trunk/main/svl/unx/source/svdde/ |
H A D | ddedummy.cxx | 73 long DdeConnection::GetError() in GetError() 78 DdeConnection::DdeConnection( const String&, const String& ) in DdeConnection() function in DdeConnection 82 DdeConnection::~DdeConnection( void ) in ~DdeConnection() 86 const String& DdeConnection::GetServiceName() in GetServiceName() 91 const String& DdeConnection::GetTopicName() in GetTopicName() 96 DdeTransaction::DdeTransaction( DdeConnection& rConnection, const String&, long ) : in DdeTransaction() 122 DdeRequest::DdeRequest(DdeConnection& rConnection, const String& rString, long lLong ) : in DdeRequest() 127 DdeExecute::DdeExecute( DdeConnection& rConnection, const String& rString, long lLong ) : in DdeExecute() 132 DdePoke::DdePoke( DdeConnection& rConnection, const String& rString, const DdeData&, long lLong ) : in DdePoke() 318 DdeLink::DdeLink( DdeConnection& rConnection, const String& rString, long l ) : in DdeLink() [all …]
|
/trunk/main/basic/source/runtime/ |
H A D | ddectrl.cxx | 33 #define DDE_FREECHANNEL ((DdeConnection*)0xffffffff) 60 SbError SbiDdeControl::GetLastErr( DdeConnection* pConv ) in GetLastErr() 82 DdeConnection* pPtr = DDE_FREECHANNEL; in SbiDdeControl() 95 DdeConnection* pPtr = pConvList->First(); in GetFreeChannel() 113 DdeConnection* pConv = new DdeConnection( rService, rTopic ); in Initiate() 131 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Terminate() 149 DdeConnection* pPtr = DDE_FREECHANNEL; in TerminateAll() 157 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Request() 170 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Execute() 180 DdeConnection* pConv = pConvList->GetObject( (sal_uIntPtr)nChannel ); in Poke()
|
H A D | ddectrl.hxx | 33 class DdeConnection; 41 SbError GetLastErr( DdeConnection* );
|
/trunk/main/sfx2/source/appl/ |
H A D | impldde.cxx | 158 pConnection = new DdeConnection( sServer, sTopic ); in GetData() 235 pConnection = new DdeConnection( sServer, sTopic ); in Connect() 242 DdeConnection aTmp( sServer, String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "SYSTEM" ) ) ); in Connect()
|
H A D | impldde.hxx | 29 class DdeConnection; 42 DdeConnection* pConnection;
|
Completed in 26 milliseconds