Lines Matching refs:SfxStringItem

136 	String lcl_createHostWithPort(const SfxStringItem* _pHostName,const SfxInt32Item* _pPortNumber)  in lcl_createHostWithPort()
251 SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pUser, SfxStringItem, DSID_USER, sal_True); in getCurrentSettings()
261 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pPassword, SfxStringItem, DSID_PASSWORD, sal_Tr… in getCurrentSettings()
267 SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pName, SfxStringItem, DSID_NAME, sal_True); in getCurrentSettings()
336 m_pItemSetHelper->getWriteOutputSet()->Put(SfxStringItem(DSID_PASSWORD, sPassword)); in getCurrentSettings()
362 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pPassword, SfxStringItem, DSID_PASSWORD, sal_Tr… in successfullyConnected()
483 SFX_ITEMSET_GET( _rSet, pConnectURL, SfxStringItem, DSID_CONNECTURL, sal_True ); in getDatasourceType()
503 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pUrlItem, SfxStringItem, DSID_CONNECTURL, sal_T… in getConnectionURL()
519 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pHostName, SfxStringItem, DSID_CONN_HOSTNAME, s… in getConnectionURL()
542 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pHostName, SfxStringItem, DSID_CONN_HOSTNAME, s… in getConnectionURL()
544 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pDatabaseName, SfxStringItem, DSID_DATABASENAME… in getConnectionURL()
562 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pHostName, SfxStringItem, DSID_CONN_HOSTNAME, s… in getConnectionURL()
564 …SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pDatabaseName, SfxStringItem, DSID_DATABASENAME… in getConnectionURL()
917 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, _pItem ); in implTranslateProperty()
989 if ( implCheckItemType( _rSet, _nId, SfxStringItem::StaticType() ) ) in implTranslateProperty()
993 _rSet.Put(SfxStringItem(_nId, sValue.getStr())); in implTranslateProperty()
1097 SFX_ITEMSET_GET(_rDest, pUrlItem, SfxStringItem, DSID_DOCUMENT_URL, sal_True); in getDocumentUrl()
1108 SFX_ITEMSET_GET(_rDest, pUrlItem, SfxStringItem, DSID_CONNECTURL, sal_True); in convertUrl()
1145 _rDest.Put( SfxStringItem( DSID_DATABASENAME, sUrlPart ) ); in convertUrl()
1151 _rDest.Put( SfxStringItem( DSID_CONNECTURL, sNewUrl ) ); in convertUrl()
1156 _rDest.Put(SfxStringItem(DSID_CONN_HOSTNAME, sNewHostName)); in convertUrl()