User: hr      
Date: 2007-09-26 14:50:32+0000
Modified:
   dba/dbaccess/source/ui/inc/WCPage.hxx

Log:
 INTEGRATION: CWS dba24a (1.6.196); FILE MERGED
 2007/07/23 11:59:03 fs 1.6.196.1: when pasting tables, use a meaningful 
default in the wizard, as indicated by the current selection
 Issue number:  #i18907#
 Submitted by:  [EMAIL PROTECTED]
 Reviewed by:   [EMAIL PROTECTED]

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: WCPage.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/WCPage.hxx?r1=1.6&r2=1.7
Delta lines:  +8 -1
-------------------
--- WCPage.hxx  2006-04-19 13:21:25+0000        1.6
+++ WCPage.hxx  2007-09-26 14:50:29+0000        1.7
@@ -92,6 +92,9 @@
                DECL_LINK( KeyClickHdl, Button* );
 
                sal_Bool checkAppendData();
+               //--------dyf add
+               void SetAppendDataRadio();
+               //--------add end
 
        public:
                virtual void                    Reset();
@@ -99,7 +102,7 @@
                virtual BOOL                    LeavePage();
                virtual String                  GetTitle() const ;
 
-               OCopyTable( Window * pParent, EImportMode atWhat, BOOL bIsView, 
OCopyTableWizard::Wizard_Create_Style nLastAction );
+               OCopyTable( Window * pParent, EImportMode atWhat, BOOL bIsView 
);//, OCopyTableWizard::Wizard_Create_Style nLastAction );
                virtual ~OCopyTable();
 
                inline BOOL IsOptionDefData()           const { return 
m_aRB_DefData.IsChecked(); }
@@ -107,6 +110,10 @@
                inline BOOL IsOptionAppendData()        const { return 
m_aRB_AppendData.IsChecked(); }
                inline BOOL IsOptionView()                      const { return 
m_aRB_View.IsChecked(); }
         String      GetKeyName()            const { return 
m_edKeyName.GetText(); }
+
+               //--------dyf add 2007/7/10
+               void setCreateStyleAction();//const 
OCopyTableWizard::Wizard_Create_Style& _eStyle
+               //--------add end
        };
 }
 #endif // DBAUI_WIZARD_CPAGE_HXX




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to