summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/WCPage.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:50:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:50:29 +0000
commit787ece82c8f26b9625b64c7a81cafba24642f56e (patch)
treefd5c3972da856d2ce23a2e6745b65fc239046801 /dbaccess/source/ui/inc/WCPage.hxx
parentINTEGRATION: CWS dba24a (1.19.16); FILE MERGED (diff)
downloadcore-787ece82c8f26b9625b64c7a81cafba24642f56e.tar.gz
core-787ece82c8f26b9625b64c7a81cafba24642f56e.zip
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: dyf@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/inc/WCPage.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx
index be8c6a618819..6b9246f6b9f6 100644
--- a/dbaccess/source/ui/inc/WCPage.hxx
+++ b/dbaccess/source/ui/inc/WCPage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WCPage.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 13:21:25 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:50:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,9 @@ namespace dbaui
DECL_LINK( KeyClickHdl, Button* );
sal_Bool checkAppendData();
+ //--------dyf add
+ void SetAppendDataRadio();
+ //--------add end
public:
virtual void Reset();
@@ -99,7 +102,7 @@ namespace dbaui
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 @@ namespace dbaui
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