Home
last modified time | relevance | path

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

/AOO42X/main/dbaccess/source/ui/dlg/
H A DConnectionPage.cxx186 SfxTabPage* OConnectionTabPage::Create( Window* pParent, const SfxItemSet& _rAttrSet ) in Create()
188 return ( new OConnectionTabPage( pParent, _rAttrSet ) ); in Create()
193 DBG_NAME(OConnectionTabPage) in DBG_NAME() argument
194 OConnectionTabPage::OConnectionTabPage(Window* pParent, const SfxItemSet& _rCoreAttrs) in DBG_NAME()
208 DBG_CTOR(OConnectionTabPage,NULL); in DBG_NAME()
209 m_aConnectionURL.SetModifyHdl(LINK(this, OConnectionTabPage, OnEditModified)); in DBG_NAME()
211 m_aJavaDriver.SetModifyHdl(LINK(this, OConnectionTabPage, OnEditModified)); in DBG_NAME()
216 m_aTestJavaDriver.SetClickHdl(LINK(this,OConnectionTabPage,OnTestJavaClickHdl)); in DBG_NAME()
224 OConnectionTabPage::~OConnectionTabPage() in ~OConnectionTabPage()
226 DBG_DTOR(OConnectionTabPage,NULL); in ~OConnectionTabPage()
[all …]
H A DConnectionPage.hxx52 class OConnectionTabPage : public OConnectionHelper class
92 OConnectionTabPage(Window* pParent, const SfxItemSet& _rCoreAttrs);
94 virtual ~OConnectionTabPage();
H A Ddbwiz.cxx308 pPage = OConnectionTabPage::Create(this,*m_pOutSet); in createPage()
H A Ddbadmin.cxx81 …AddTabPage( m_nMainPageID, String( ModuleRes( STR_PAGETITLE_GENERAL ) ), OConnectionTabPage::Creat… in DBG_NAME()