Searched refs:MySQLNativeSetupPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | DBSetupConnectionPages.cxx | 405 MySQLNativeSetupPage::MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs ) in MySQLNativeSetupPage() function in dbaui::MySQLNativeSetupPage 421 …OGenericAdministrationPage* MySQLNativeSetupPage::Create( Window* pParent, const SfxItemSet& _rAtt… in Create() 423 return new MySQLNativeSetupPage( pParent, _rAttrSet ); in Create() 427 void MySQLNativeSetupPage::fillControls( ::std::vector< ISaveValueWrapper* >& _rControlList ) in fillControls() 433 void MySQLNativeSetupPage::fillWindows( ::std::vector< ISaveValueWrapper* >& _rControlList ) in fillWindows() 440 sal_Bool MySQLNativeSetupPage::FillItemSet( SfxItemSet& _rSet ) in FillItemSet() 446 void MySQLNativeSetupPage::implInitControls( const SfxItemSet& _rSet, sal_Bool _bSaveValue ) in implInitControls() 456 Link MySQLNativeSetupPage::getControlModifiedLink() in getControlModifiedLink() 458 return LINK( this, MySQLNativeSetupPage, OnModified ); in getControlModifiedLink() 462 IMPL_LINK( MySQLNativeSetupPage, OnModified, Edit*, _pEdit ) in IMPL_LINK() argument
|
H A D | DBSetupConnectionPages.hxx | 129 class MySQLNativeSetupPage : public OGenericAdministrationPage class 137 MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs );
|
H A D | dbwizsetup.cxx | 675 pPage = MySQLNativeSetupPage::Create( this, *m_pOutSet); in createPage()
|
Completed in 29 milliseconds