Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx1116 sal_uInt16 nPortNumberId = 0; in convertUrl() local
1129 nPortNumberId = DSID_MYSQL_PORTNUMBER; in convertUrl()
1132 nPortNumberId = DSID_ORACLE_PORTNUMBER; in convertUrl()
1135 nPortNumberId = DSID_CONN_LDAP_PORTNUMBER; in convertUrl()
1158 if ( nPortNumber != -1 && nPortNumberId != 0 ) in convertUrl()
1159 _rDest.Put(SfxInt32Item(nPortNumberId, nPortNumber)); in convertUrl()

Completed in 28 milliseconds