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() 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 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;
|
Completed in 38 milliseconds