Searched refs:OTextConnectionHelper (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | TextConnectionHelper.cxx | 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() 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 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 | 140 m_pTextConnectionHelper = new OTextConnectionHelper( this, TC_EXTENSION | TC_SEPARATORS ); in DBG_NAME() 155 …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()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | textconnectionsettings.hxx | 43 class OTextConnectionHelper; 62 ::std::auto_ptr< OTextConnectionHelper > m_pTextConnectionHelper;
|
Completed in 40 milliseconds