Searched refs:nPortNumberId (Results 1 – 1 of 1) sorted by relevance
1116 sal_uInt16 nPortNumberId = 0; in convertUrl() local1129 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 21 milliseconds