Home
last modified time | relevance | path

Searched refs:sNewUrl (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx138 String sNewUrl; in lcl_createHostWithPort() local
141 sNewUrl = _pHostName->GetValue(); in lcl_createHostWithPort()
149 return sNewUrl; in lcl_createHostWithPort()
499 String sNewUrl; in getConnectionURL() local
525 sNewUrl += sUrl; in getConnectionURL()
556 sNewUrl += sDatabaseName; in getConnectionURL()
597 if ( sNewUrl.Len() ) in getConnectionURL()
600 sUrl += sNewUrl; in getConnectionURL()
601 sNewUrl = sUrl; in getConnectionURL()
606 return sNewUrl; in getConnectionURL()
[all …]
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx126 ::rtl::OUString sNewUrl = _sUrl.copy(11); in transformUrl()
128 sNewUrl = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:")) + sNewUrl; in transformUrl()
130 sNewUrl = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:")) + sNewUrl; in transformUrl()
133 sNewUrl = sNewUrl.copy(5); in transformUrl()
137 sTempUrl += sNewUrl; in transformUrl()
138 sNewUrl = sTempUrl; in transformUrl()
140 return sNewUrl; in transformUrl()

Completed in 27 milliseconds