Home
last modified time | relevance | path

Searched refs:MySQLNativeSetupPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx403 MySQLNativeSetupPage::MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs ) in MySQLNativeSetupPage() function in dbaui::MySQLNativeSetupPage
419 …OGenericAdministrationPage* MySQLNativeSetupPage::Create( Window* pParent, const SfxItemSet& _rAtt… in Create()
421 return new MySQLNativeSetupPage( pParent, _rAttrSet ); in Create()
425 void MySQLNativeSetupPage::fillControls( ::std::vector< ISaveValueWrapper* >& _rControlList ) in fillControls()
431 void MySQLNativeSetupPage::fillWindows( ::std::vector< ISaveValueWrapper* >& _rControlList ) in fillWindows()
438 sal_Bool MySQLNativeSetupPage::FillItemSet( SfxItemSet& _rSet ) in FillItemSet()
444 void MySQLNativeSetupPage::implInitControls( const SfxItemSet& _rSet, sal_Bool _bSaveValue ) in implInitControls()
454 Link MySQLNativeSetupPage::getControlModifiedLink() in getControlModifiedLink()
456 return LINK( this, MySQLNativeSetupPage, OnModified ); in getControlModifiedLink()
460 IMPL_LINK( MySQLNativeSetupPage, OnModified, Edit*, _pEdit ) in IMPL_LINK() argument
H A DDBSetupConnectionPages.hxx129 class MySQLNativeSetupPage : public OGenericAdministrationPage class
137 MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs );
H A Ddbwizsetup.cxx633 pPage = MySQLNativeSetupPage::Create( this, *m_pOutSet); in createPage()

Completed in 35 milliseconds