summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx')
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx53
1 files changed, 9 insertions, 44 deletions
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index b561a3c6507c..f34eaa56e65e 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -31,16 +31,11 @@
#include <ucbhelper/content.hxx>
#include <vcl/field.hxx>
-
-//.........................................................................
namespace dbaui
{
-//.........................................................................
- //========================================================================
- //= OSpreadSheetConnectionPageSetup
- //========================================================================
+ // OSpreadSheetConnectionPageSetup
class OSpreadSheetConnectionPageSetup : public OConnectionTabPageSetup
{
public:
@@ -59,9 +54,7 @@ namespace dbaui
};
- //========================================================================
- //= OTextConnectionPage
- //========================================================================
+ // OTextConnectionPage
class OTextConnectionPageSetup : public OConnectionTabPageSetup
{
public:
@@ -83,9 +76,7 @@ namespace dbaui
DECL_LINK(ImplGetExtensionHdl, OTextConnectionHelper*);
};
- //========================================================================
- //= OLDAPConnectionPageSetup
- //========================================================================
+ // OLDAPConnectionPageSetup
class OLDAPConnectionPageSetup : public OGenericAdministrationPage
{
public:
@@ -113,9 +104,7 @@ namespace dbaui
CheckBox m_aCBUseSSL;
};
- //========================================================================
- //= MySQLNativeSetupPage
- //========================================================================
+ // MySQLNativeSetupPage
class MySQLNativeSetupPage : public OGenericAdministrationPage
{
private:
@@ -141,9 +130,7 @@ namespace dbaui
DECL_LINK( OnModified, Edit* );
};
- //========================================================================
- //= OGeneralSpecialJDBCConnectionPageSetup
- //========================================================================
+ // OGeneralSpecialJDBCConnectionPageSetup
class OGeneralSpecialJDBCConnectionPageSetup : public OGenericAdministrationPage
{
public:
@@ -176,7 +163,6 @@ namespace dbaui
FixedText m_aFTDefaultPortNumber;
NumericField m_aNFPortNumber;
-
FixedText m_aFTDriverClass;
Edit m_aETDriverClass;
PushButton m_aPBTestJavaDriver;
@@ -185,10 +171,7 @@ namespace dbaui
sal_uInt16 m_nPortId;
};
-
- //========================================================================
- //= OJDBCConnectionPageSetup
- //========================================================================
+ // OJDBCConnectionPageSetup
class OJDBCConnectionPageSetup : public OConnectionTabPageSetup
{
public:
@@ -210,11 +193,7 @@ namespace dbaui
PushButton m_aPBTestJavaDriver;
};
-
-
- //========================================================================
- //= OJDBCConnectionPageSetup
- //========================================================================
+ // OJDBCConnectionPageSetup
class OMySQLIntroPageSetup : public OGenericAdministrationPage
{
public:
@@ -234,9 +213,6 @@ namespace dbaui
const Link& GetClickHdl() const { return maClickHdl; }
DECL_LINK(ImplClickHdl, OMySQLIntroPageSetup*);
-
-
-
protected:
virtual sal_Bool FillItemSet(SfxItemSet& _rSet);
virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
@@ -256,12 +232,7 @@ namespace dbaui
};
-
-
-
- //========================================================================
- //= OAuthentificationPageSetup
- //========================================================================
+ // OAuthentificationPageSetup
class OAuthentificationPageSetup : public OGenericAdministrationPage
{
public:
@@ -284,11 +255,7 @@ namespace dbaui
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList);
};
-
-
- //========================================================================
- //= OFinalDBPageSetup
- //========================================================================
+ // OFinalDBPageSetup
class OFinalDBPageSetup : public OGenericAdministrationPage
{
public:
@@ -323,9 +290,7 @@ namespace dbaui
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList);
};
-//.........................................................................
} // namespace dbaui
-//.........................................................................
#endif