Lines Matching refs:OTextConnectionPageSetup
122 …OGenericAdministrationPage* OTextConnectionPageSetup::CreateTextTabPage( Window* pParent, const Sf… in CreateTextTabPage()
124 return ( new OTextConnectionPageSetup( pParent, _rAttrSet ) ); in CreateTextTabPage()
131 DBG_NAME(OTextConnectionPageSetup) in DBG_NAME() argument
133 …OTextConnectionPageSetup::OTextConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs… in DBG_NAME()
136 DBG_CTOR(OTextConnectionPageSetup,NULL); in DBG_NAME()
139 …m_pTextConnectionHelper->SetClickHandler(LINK( this, OTextConnectionPageSetup, ImplGetExtensionHdl… in DBG_NAME()
146 OTextConnectionPageSetup::~OTextConnectionPageSetup() in ~OTextConnectionPageSetup()
150 DBG_DTOR(OTextConnectionPageSetup,NULL); in ~OTextConnectionPageSetup()
153 …IMPL_LINK(OTextConnectionPageSetup, ImplGetExtensionHdl, OTextConnectionHelper*, /*_pTextConnectio…
161 bool OTextConnectionPageSetup::checkTestConnection() in checkTestConnection()
169 void OTextConnectionPageSetup::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls()
175 void OTextConnectionPageSetup::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
181 void OTextConnectionPageSetup::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
192 sal_Bool OTextConnectionPageSetup::FillItemSet( SfxItemSet& _rSet ) in FillItemSet()
200 sal_Bool OTextConnectionPageSetup::prepareLeave(){ in prepareLeave()