Lines Matching refs:sTopic
98 String sServer, sTopic, sItem; in SvDDELinkEditDialog() local
99 pLink->GetLinkManager()->GetDisplayNames( pLink, &sServer, &sTopic, &sItem ); in SvDDELinkEditDialog()
102 aEdDdeTopic.SetText( sTopic ); in SvDDELinkEditDialog()
109 aOKButton1.Enable( sServer.Len() && sTopic.Len() && sItem.Len() ); in SvDDELinkEditDialog()
155 String sTopic( pConnection->GetTopicName() ); in GetData() local
158 pConnection = new DdeConnection( sServer, sTopic ); in GetData()
229 String sServer, sTopic; in Connect() local
230 pSvLink->GetLinkManager()->GetDisplayNames( pSvLink, &sServer, &sTopic, &sItem ); in Connect()
232 if( !sServer.Len() || !sTopic.Len() || !sItem.Len() ) in Connect()
235 pConnection = new DdeConnection( sServer, sTopic ); in Connect()
240 if( !sTopic.EqualsIgnoreCaseAscii( "SYSTEM" )) in Connect()