Lines Matching refs:sTopic
263 String sTopic( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames() local
268 *pFile = sTopic; in GetDisplayNames()
327 String sApp, sTopic, sItem; in UpdateAllLinks() local
560 String sTopic, sItem, sReferer; in Connect() local
562 pLink->GetLinkManager()->GetDisplayNames( pLink, 0, &sTopic, &sItem ) in Connect()
563 && sTopic.Len() ) in Connect()
572 String sNm( sTopic ), sTmp; in Connect()
587 String sNmURL( lcl_DDE_RelToAbs( sTopic, sReferer ) ); in Connect()
625 if( !sTopic.Len() ) in Connect()
631 INetURLObject aURL( sTopic ); in Connect()
633 aURL.SetURL( sTopic = lcl_DDE_RelToAbs( sTopic, sReferer ) ); in Connect()
637 SfxStringItem aName( SID_FILE_NAME, sTopic ); in Connect()