Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/inc/
H A Ddsntypes.hxx141 bool hasDriver( const sal_Char* _pAsciiPattern ) const;
/AOO41X/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx440 if ( m_pCollection->hasDriver( "sdbc:mysql:mysqlc:" ) ) in approveDataSourceType()
H A DDBSetupConnectionPages.cxx356 …tive = ( pCollectionItem != NULL ) && pCollectionItem->getCollection()->hasDriver( "sdbc:mysqlc:" … in implInitControls()
/AOO41X/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx147 bool ODsnTypeCollection::hasDriver( const sal_Char* _pAsciiPattern ) const in hasDriver() function in dbaccess::ODsnTypeCollection