Lines Matching refs:OTextConnectionHelper
151 DBG_NAME(OTextConnectionHelper) in DBG_NAME() argument
153 OTextConnectionHelper::OTextConnectionHelper( Window* pParent, const short _nAvailableSections ) in DBG_NAME()
179 DBG_CTOR(OTextConnectionHelper,NULL); in DBG_NAME()
203 m_aETOwnExtension.SetModifyHdl(LINK(this, OTextConnectionHelper, OnEditModified)); in DBG_NAME()
204 m_aRBAccessTextFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
205 m_aRBAccessCSVFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
206 m_aRBAccessOtherFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
300 OTextConnectionHelper::~OTextConnectionHelper() in ~OTextConnectionHelper()
303 DBG_DTOR(OTextConnectionHelper,NULL); in ~OTextConnectionHelper()
308 IMPL_LINK(OTextConnectionHelper, OnControlModified, Control*, /*EMPTYARG*/)
315 IMPL_LINK(OTextConnectionHelper, OnEditModified, Edit*, /*_pEdit*/)
322 IMPL_LINK(OTextConnectionHelper, OnSetExtensionHdl, RadioButton*, /*_pRadioButton*/)
333 void OTextConnectionHelper::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls()
343 void OTextConnectionHelper::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
355 void OTextConnectionHelper::implInitControls(const SfxItemSet& _rSet, sal_Bool _bValid) in implInitControls()
396 sal_Bool OTextConnectionHelper::prepareLeave() in prepareLeave()
476 sal_Bool OTextConnectionHelper::FillItemSet( SfxItemSet& rSet, const sal_Bool _bChangedSomething ) in FillItemSet()
534 void OTextConnectionHelper::SetExtension(const String& _rVal) in SetExtension()
548 String OTextConnectionHelper::GetExtension() in GetExtension()
566 String OTextConnectionHelper::GetSeparator( const ComboBox& rBox, const String& rList ) in GetSeparator()
583 void OTextConnectionHelper::SetSeparator( ComboBox& rBox, const String& rList, const String& rVal ) in SetSeparator()