Lines Matching refs:OConnectionTabPage
186 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()
230 void OConnectionTabPage::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
372 void OConnectionTabPage::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
387 void OConnectionTabPage::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls()
396 sal_Bool OConnectionTabPage::FillItemSet(SfxItemSet& _rSet) in FillItemSet()
419 IMPL_LINK(OConnectionTabPage, OnTestJavaClickHdl, PushButton*, /*_pButton*/)
441 bool OConnectionTabPage::checkTestConnection() in checkTestConnection()
451 IMPL_LINK(OConnectionTabPage, OnEditModified, Edit*, _pEdit) in IMPL_LINK() argument