Home
last modified time | relevance | path

Searched refs:sServer (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dimpldde.cxx98 String sServer, sTopic, sItem; in SvDDELinkEditDialog() local
99 pLink->GetLinkManager()->GetDisplayNames( pLink, &sServer, &sTopic, &sItem ); in SvDDELinkEditDialog()
101 aEdDdeApp.SetText( sServer ); in SvDDELinkEditDialog()
109 aOKButton1.Enable( sServer.Len() && sTopic.Len() && sItem.Len() ); in SvDDELinkEditDialog()
154 String sServer( pConnection->GetServiceName() ); 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()
[all …]
H A Dlnkbase2.cxx451 String sServer; in _GetRealObject() local
452 if( pImpl->m_pLinkMgr->GetDisplayNames( this, &sServer ) && in _GetRealObject()
453 sServer == GetpApp()->GetAppName() ) // interner Link !!! in _GetRealObject()
H A Dlinkmgr2.cxx263 String sServer( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames() local
267 *pType = sServer; in GetDisplayNames()
/trunk/main/framework/source/application/
H A Dlogin.cxx183 OUString sServer ; in Main() local
194 xPropertySet->getPropertyValue( PROPERTYNAME_SERVER ) >>= sServer ; in Main()
224 sBuffer.append ( sServer ); in Main()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx308 String sServer(FieldString(ww::eEMBED)); in OutputOLENode() local
309 sServer += xOleStg->GetUserName(); in OutputOLENode()
310 sServer += ' '; in OutputOLENode()
312 OutputField(0, ww::eEMBED, sServer, WRITEFIELD_START | in OutputOLENode()
/trunk/main/framework/test/
H A Dtest.cxx522 OUString sServer ; in impl_testLoginDialog() local
526 xPropertySet->getPropertyValue( DECLARE_ASCII("Server" ) ) >>= sServer ; in impl_testLoginDialog()
532 LOG_ASSERT( sal_False, OUStringToOString( sServer , RTL_TEXTENCODING_UTF8 ) ) in impl_testLoginDialog()
/trunk/main/framework/inc/services/
H A Dlogindialog.hxx802 const OUSTRING& sServer );

Completed in 48 milliseconds