User: kz Date: 2007-05-10 10:21:52+0000 Log: INTEGRATION: CWS dba23a (1.5.254); FILE MERGED 2007/03/13 08:42:12 fs 1.5.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionPage.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPage.hxx?r1=1.5&r2=1.6 Delta lines: +4 -14 -------------------- --- ConnectionPage.hxx 2005-09-08 14:45:07+0000 1.5 +++ ConnectionPage.hxx 2007-05-10 10:21:49+0000 1.6 @@ -54,7 +54,7 @@ { //......................................................................... - class IAdminHelper; + class IDatabaseSettingsDialog; //========================================================================= //= OConnectionTabPage //========================================================================= @@ -88,6 +88,7 @@ DECL_LINK(OnBrowseConnections, PushButton*); DECL_LINK(OnTestJavaClickHdl,PushButton*); DECL_LINK(OnEditModified,Edit*); + public: static SfxTabPage* Create( Window* pParent, const SfxItemSet& _rAttrSet ); virtual BOOL FillItemSet (SfxItemSet& _rCoreAttrs); @@ -107,31 +108,20 @@ <p>The new URL must be of the type which is currently selected, only the parts which do not affect the type may be changed (compared to the previous URL).</p> */ - protected: + private: OConnectionTabPage(Window* pParent, const SfxItemSet& _rCoreAttrs); // nControlFlags ist eine Kombination der CBTP_xxx-Konstanten virtual ~OConnectionTabPage(); - // <method>OGenericAdministrationPage::fillControls</method> virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); // <method>OGenericAdministrationPage::fillWindows</method> virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); - private: - // setting/retrieving the current connection URL - // necessary because for some types, the URL must be decoded for display purposes + private: /** enables the test connection button, if allowed */ virtual bool checkTestConnection(); - - - /** opens the FileOpen dialog and asks for a FileName - @param _sFilterName - The filter name. - @param _sExtension - The filter extension. - */ }; //......................................................................... } // namespace dbaui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
