diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:45:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:45:26 +0000 |
commit | 933150cff6391bf939a5e1a772ef0f4d47e33fb4 (patch) | |
tree | 964da111d74993763e94613e19415f04ca18d952 /dbaccess/source/ui/dlg/detailpages.hxx | |
parent | c74fffd2f76fccaa298dc74af560d3a1d4ebedf3 (diff) |
INTEGRATION: CWS mozab03 (1.18.4); FILE MERGED
2004/03/05 04:03:53 yl146652 1.18.4.3: #i17620# auto change port number when useSSL CheckBox clicked
2004/02/17 08:01:05 windly 1.18.4.2: #i24592# changes accede to LDAP authentication string review
2004/02/13 09:57:35 yl146652 1.18.4.1: #17620# Add authentification support to LDAP Address Book
Diffstat (limited to 'dbaccess/source/ui/dlg/detailpages.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index cd0b1e682..b352f44a1 100644 --- a/dbaccess/source/ui/dlg/detailpages.hxx +++ b/dbaccess/source/ui/dlg/detailpages.hxx @@ -2,9 +2,9 @@ * * $RCSfile: detailpages.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: yl146652 $ $Date: 2004-01-30 09:06:50 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:45:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -345,15 +345,20 @@ namespace dbaui static sal_Int32* getDetailIds(); private: + FixedLine m_aSeparator1; FixedText m_aHostname; Edit m_aETHostname; FixedText m_aBaseDN; Edit m_aETBaseDN; + CheckBox m_aCBUseSSL; FixedLine m_aSeparator2; FixedText m_aPortNumber; NumericField m_aNFPortNumber; FixedText m_aFTRowCount; NumericField m_aNFRowCount; + sal_Int32 m_iSSLPort; + sal_Int32 m_iNormalPort; + DECL_LINK( OnCheckBoxClick, CheckBox * ); OLDAPDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ); |