Searched refs:OTextConnectionPageSetup (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | DBSetupConnectionPages.cxx | 124 …OGenericAdministrationPage* OTextConnectionPageSetup::CreateTextTabPage( Window* pParent, const Sf… in CreateTextTabPage() 126 return ( new OTextConnectionPageSetup( pParent, _rAttrSet ) ); in CreateTextTabPage() 133 DBG_NAME(OTextConnectionPageSetup) in DBG_NAME() argument 135 …OTextConnectionPageSetup::OTextConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs… in DBG_NAME() 138 DBG_CTOR(OTextConnectionPageSetup,NULL); in DBG_NAME() 141 …m_pTextConnectionHelper->SetClickHandler(LINK( this, OTextConnectionPageSetup, ImplGetExtensionHdl… in DBG_NAME() 148 OTextConnectionPageSetup::~OTextConnectionPageSetup() in ~OTextConnectionPageSetup() 152 DBG_DTOR(OTextConnectionPageSetup,NULL); in ~OTextConnectionPageSetup() 155 …IMPL_LINK(OTextConnectionPageSetup, ImplGetExtensionHdl, OTextConnectionHelper*, /*_pTextConnectio… 163 bool OTextConnectionPageSetup::checkTestConnection() in checkTestConnection() [all …]
|
| H A D | DBSetupConnectionPages.hxx | 75 class OTextConnectionPageSetup : public OConnectionTabPageSetup class 80 OTextConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs ); 85 virtual ~OTextConnectionPageSetup();
|
| H A D | dbwizsetup.cxx | 653 pPage = OTextConnectionPageSetup::CreateTextTabPage(this,*m_pOutSet); in createPage()
|