Searched refs:OJDBCConnectionPageSetup (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | DBSetupConnectionPages.cxx | 648 …OGenericAdministrationPage* OJDBCConnectionPageSetup::CreateJDBCTabPage( Window* pParent, const Sf… in CreateJDBCTabPage() 650 return ( new OJDBCConnectionPageSetup( pParent, _rAttrSet)); in CreateJDBCTabPage() 657 …OJDBCConnectionPageSetup::OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs) in OJDBCConnectionPageSetup() function in dbaui::OJDBCConnectionPageSetup 663 m_aETDriverClass.SetModifyHdl(LINK(this, OJDBCConnectionPageSetup, OnEditModified)); in OJDBCConnectionPageSetup() 664 m_aPBTestJavaDriver.SetClickHdl(LINK(this,OJDBCConnectionPageSetup,OnTestJavaClickHdl)); in OJDBCConnectionPageSetup() 669 void OJDBCConnectionPageSetup::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls() 675 void OJDBCConnectionPageSetup::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows() 681 sal_Bool OJDBCConnectionPageSetup::FillItemSet( SfxItemSet& _rSet ) in FillItemSet() 689 void OJDBCConnectionPageSetup::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls() 722 bool OJDBCConnectionPageSetup::checkTestConnection() in checkTestConnection() [all …]
|
| H A D | DBSetupConnectionPages.hxx | 202 class OJDBCConnectionPageSetup : public OConnectionTabPageSetup class 205 OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
|
| H A D | dbwizsetup.cxx | 661 pPage = OJDBCConnectionPageSetup::CreateJDBCTabPage( this, *m_pOutSet); in createPage()
|