Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionPage.cxx444 …sal_Bool bEnableTestConnection = !m_aConnectionURL.IsVisible() || (m_aConnectionURL.GetTextNoPrefi… in checkTestConnection() local
446 bEnableTestConnection = bEnableTestConnection && (m_aJavaDriver.GetText().Len() != 0); in checkTestConnection()
447 m_aTestConnection.Enable(bEnableTestConnection); in checkTestConnection()
H A DDBSetupConnectionPages.cxx723 …sal_Bool bEnableTestConnection = !m_aConnectionURL.IsVisible() || (m_aConnectionURL.GetTextNoPrefi… in checkTestConnection() local
724 bEnableTestConnection = bEnableTestConnection && (m_aETDriverClass.GetText().Len() != 0); in checkTestConnection()
725 return bEnableTestConnection; in checkTestConnection()

Completed in 18 milliseconds