Lines Matching refs:OTextConnectionHelper
149 DBG_NAME(OTextConnectionHelper) in DBG_NAME() argument
151 OTextConnectionHelper::OTextConnectionHelper( Window* pParent, const short _nAvailableSections ) in DBG_NAME()
177 DBG_CTOR(OTextConnectionHelper,NULL); in DBG_NAME()
201 m_aETOwnExtension.SetModifyHdl(LINK(this, OTextConnectionHelper, OnEditModified)); in DBG_NAME()
202 m_aRBAccessTextFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
203 m_aRBAccessCSVFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
204 m_aRBAccessOtherFiles.SetToggleHdl(LINK(this, OTextConnectionHelper, OnSetExtensionHdl)); in DBG_NAME()
298 OTextConnectionHelper::~OTextConnectionHelper() in ~OTextConnectionHelper()
301 DBG_DTOR(OTextConnectionHelper,NULL); in ~OTextConnectionHelper()
306 IMPL_LINK(OTextConnectionHelper, OnControlModified, Control*, /*EMPTYARG*/)
313 IMPL_LINK(OTextConnectionHelper, OnEditModified, Edit*, /*_pEdit*/)
320 IMPL_LINK(OTextConnectionHelper, OnSetExtensionHdl, RadioButton*, /*_pRadioButton*/)
331 void OTextConnectionHelper::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) in fillControls()
341 void OTextConnectionHelper::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
353 void OTextConnectionHelper::implInitControls(const SfxItemSet& _rSet, sal_Bool _bValid) in implInitControls()
394 sal_Bool OTextConnectionHelper::prepareLeave() in prepareLeave()
474 sal_Bool OTextConnectionHelper::FillItemSet( SfxItemSet& rSet, const sal_Bool _bChangedSomething ) in FillItemSet()
532 void OTextConnectionHelper::SetExtension(const String& _rVal) in SetExtension()
546 String OTextConnectionHelper::GetExtension() in GetExtension()
564 String OTextConnectionHelper::GetSeparator( const ComboBox& rBox, const String& rList ) in GetSeparator()
581 void OTextConnectionHelper::SetSeparator( ComboBox& rBox, const String& rList, const String& rVal ) in SetSeparator()