Searched refs:sServer (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sfx2/source/appl/ |
H A D | impldde.cxx | 98 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 D | lnkbase2.cxx | 451 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 D | linkmgr2.cxx | 262 String sServer( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames() local 266 *pType = sServer; in GetDisplayNames()
|
/aoo41x/main/framework/source/application/ |
H A D | login.cxx | 183 OUString sServer ; in Main() local 194 xPropertySet->getPropertyValue( PROPERTYNAME_SERVER ) >>= sServer ; in Main() 224 sBuffer.append ( sServer ); in Main()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 308 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()
|
/aoo41x/main/framework/test/ |
H A D | test.cxx | 522 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()
|
/aoo41x/main/framework/inc/services/ |
H A D | logindialog.hxx | 802 const OUSTRING& sServer );
|
Completed in 37 milliseconds