Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx151 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()
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*/)
396 sal_Bool OTextConnectionHelper::prepareLeave() in prepareLeave()
534 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.cxx140 m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_SEPARATORS ); in DBG_NAME()
155 …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()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dtextconnectionsettings.hxx43 class OTextConnectionHelper;
62 ::std::auto_ptr< OTextConnectionHelper > m_pTextConnectionHelper;

Completed in 46 milliseconds