Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx521 String sUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
531 ::rtl::OUString sFileName = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
548 sDatabaseName = pCollection->cutPrefix( pUrlItem->GetValue() ); in getConnectionURL()
571 sDatabaseName = pCollection->cutPrefix( pUrlItem->GetValue() ); in getConnectionURL()
588 sNewUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
H A DConnectionHelper.cxx533 sFileURLEncoded = m_pCollection->cutPrefix( sURL ); in impl_setURL()
579 sFileURLDecoded = m_pCollection->cutPrefix( sURL ); in impl_getURL()
H A Ddetailpages.cxx310 m_sDsn = pTypeCollection->cutPrefix(pUrlItem->GetValue()); in implInitControls()
/AOO41X/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx98 String ODsnTypeCollection::cutPrefix(const ::rtl::OUString& _sURL) const in cutPrefix() function in dbaccess::ODsnTypeCollection
223 String sUrl = cutPrefix(_rDsn); in extractHostNamePort()
/AOO41X/main/dbaccess/source/ui/control/
H A Dcurledit.cxx133 sNewText = m_pTypeCollection->cutPrefix( _rStr ); in SetText()
/AOO41X/main/dbaccess/source/inc/
H A Ddsntypes.hxx135 String cutPrefix(const ::rtl::OUString& _sURL) const;
/AOO41X/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx561 const String sOrigUrl = m_aTypeCollection.cutPrefix(sValue); in exportConnectionData()
/AOO41X/main/dbaccess/source/ui/app/
H A DAppController.cxx936 sDatabaseName = m_aTypeCollection.cutPrefix( sURL ); in GetState()