Searched refs:OTextConnectionHelper (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | TextConnectionHelper.cxx | 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*/) [all …]
|
| H A D | TextConnectionHelper.hxx | 70 class OTextConnectionHelper : public Control class 72 OTextConnectionHelper(); 77 OTextConnectionHelper( Window* pParent, const short _nAvailableSections ); 78 virtual ~OTextConnectionHelper(); 110 … Link getControlModifiedLink() { return LINK(this, OTextConnectionHelper, OnControlModified); } in getControlModifiedLink()
|
| H A D | DBSetupConnectionPages.hxx | 81 OTextConnectionHelper* m_pTextConnectionHelper; 93 DECL_LINK(ImplGetExtensionHdl, OTextConnectionHelper*);
|
| H A D | textconnectionsettings.cxx | 57 …m_pTextConnectionHelper.reset( new OTextConnectionHelper( this, TC_HEADER | TC_SEPARATORS | TC_CHA… in TextConnectionSettingsDialog()
|
| H A D | DBSetupConnectionPages.cxx | 138 m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_SEPARATORS ); in DBG_NAME() 153 …IMPL_LINK(OTextConnectionPageSetup, ImplGetExtensionHdl, OTextConnectionHelper*, /*_pTextConnectio…
|
| H A D | detailpages.hxx | 362 OTextConnectionHelper* m_pTextConnectionHelper;
|
| H A D | detailpages.cxx | 1076 …m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_HEADER | TC_SEPARATOR… in DBG_NAME()
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | textconnectionsettings.hxx | 43 class OTextConnectionHelper; 62 ::std::auto_ptr< OTextConnectionHelper > m_pTextConnectionHelper;
|