Searched refs:OJDBCConnectionPageSetup (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | DBSetupConnectionPages.cxx | 648 return ( new OJDBCConnectionPageSetup( pParent, _rAttrSet)); in CreateJDBCTabPage() 655 OJDBCConnectionPageSetup::OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs) in OJDBCConnectionPageSetup() function in dbaui::OJDBCConnectionPageSetup 661 m_aETDriverClass.SetModifyHdl(LINK(this, OJDBCConnectionPageSetup, OnEditModified)); in OJDBCConnectionPageSetup() 662 m_aPBTestJavaDriver.SetClickHdl(LINK(this,OJDBCConnectionPageSetup,OnTestJavaClickHdl)); in OJDBCConnectionPageSetup() 667 void OJDBCConnectionPageSetup::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls() 673 void OJDBCConnectionPageSetup::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows() 679 sal_Bool OJDBCConnectionPageSetup::FillItemSet( SfxItemSet& _rSet ) in FillItemSet() 687 void OJDBCConnectionPageSetup::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls() 720 bool OJDBCConnectionPageSetup::checkTestConnection() in checkTestConnection() 731 IMPL_LINK(OJDBCConnectionPageSetup, OnTestJavaClickHdl, PushButton*, /*_pButton*/) [all …]
|
H A D | DBSetupConnectionPages.hxx | 202 class OJDBCConnectionPageSetup : public OConnectionTabPageSetup class 205 OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
|
H A D | dbwizsetup.cxx | 619 pPage = OJDBCConnectionPageSetup::CreateJDBCTabPage( this, *m_pOutSet); in createPage()
|
Completed in 43 milliseconds