Home
last modified time | relevance | path

Searched refs:OTextConnectionHelper (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx149 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()
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*/)
394 sal_Bool OTextConnectionHelper::prepareLeave() in prepareLeave()
532 void OTextConnectionHelper::SetExtension(const String& _rVal) in SetExtension()
[all …]
H A DTextConnectionHelper.hxx70 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 DDBSetupConnectionPages.hxx81 OTextConnectionHelper* m_pTextConnectionHelper;
93 DECL_LINK(ImplGetExtensionHdl, OTextConnectionHelper*);
H A Dtextconnectionsettings.cxx57 …m_pTextConnectionHelper.reset( new OTextConnectionHelper( this, TC_HEADER | TC_SEPARATORS | TC_CHA… in TextConnectionSettingsDialog()
H A DDBSetupConnectionPages.cxx138 m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_SEPARATORS ); in DBG_NAME()
153 …IMPL_LINK(OTextConnectionPageSetup, ImplGetExtensionHdl, OTextConnectionHelper*, /*_pTextConnectio…
H A Ddetailpages.hxx362 OTextConnectionHelper* m_pTextConnectionHelper;
H A Ddetailpages.cxx1076 …m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_HEADER | TC_SEPARATOR… in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A Dtextconnectionsettings.hxx43 class OTextConnectionHelper;
62 ::std::auto_ptr< OTextConnectionHelper > m_pTextConnectionHelper;

Completed in 55 milliseconds