User: kz Date: 2006/12/13 08:51:01 Modified: dba/dbaccess/source/ui/dlg/detailpages.hxx
Log: INTEGRATION: CWS dba22ui (1.24.72); FILE MERGED 2006/12/05 15:50:15 fs 1.24.72.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/12/05 09:47:55 fs 1.24.72.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.hxx?r1=1.24&r2=1.25 Delta lines: +6 -0 ------------------- --- detailpages.hxx 20 Jun 2006 03:06:58 -0000 1.24 +++ detailpages.hxx 13 Dec 2006 16:50:58 -0000 1.25 @@ -61,6 +61,8 @@ #include "TextConnectionHelper.hxx" #endif +#include <svtools/dialogcontrolling.hxx> + //......................................................................... namespace dbaui @@ -84,6 +86,7 @@ #define CBTP_USE_SCHEMA 0x00004000 #define CBTP_USE_INDEXAPPENDIX 0x00010000 #define CBTP_USE_DOSLINEENDS 0x00020000 + #define CBTP_AS_BEFORE_CORRELATION_NAME 0x00040000 /** eases the implementation of tab pages handling user/password and/or character set and/or generic options input @@ -105,6 +108,7 @@ FixedLine* m_pDSFixedLine; CheckBox* m_pIsSQL92Check; CheckBox* m_pAppendTableAlias; + CheckBox* m_pAsBeforeCorrelationName; CheckBox* m_pParameterSubstitution; CheckBox* m_pIgnoreDriverPrivileges; CheckBox* m_pSuppressVersionColumn; @@ -127,6 +131,8 @@ OCharsetDisplay m_aCharsets; sal_uInt32 m_nControlFlags; + ::svt::ControlDependencyManager + m_aControlDependencies; DECL_LINK( OnCheckBoxClick, CheckBox * ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
