Searched refs:rHostName (Results 1 – 2 of 2) sorted by relevance
337 const rtl::OUString & rHostName, int nPort ) in makeConnectionEndPointString() argument342 if ( ( rHostName.indexOf( ':' ) != -1 ) && in makeConnectionEndPointString()343 ( rHostName[ 0 ] != sal_Unicode( '[' ) ) ) in makeConnectionEndPointString()346 aBuf.append( rHostName ); in makeConnectionEndPointString()351 aBuf.append( rHostName ); in makeConnectionEndPointString()
94 const rtl::OUString & rHostName,