Kaydet (Commit) 787ece82 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst b90f9906
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: WCPage.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -92,6 +92,9 @@ namespace dbaui ...@@ -92,6 +92,9 @@ namespace dbaui
DECL_LINK( KeyClickHdl, Button* ); DECL_LINK( KeyClickHdl, Button* );
sal_Bool checkAppendData(); sal_Bool checkAppendData();
//--------dyf add
void SetAppendDataRadio();
//--------add end
public: public:
virtual void Reset(); virtual void Reset();
...@@ -99,7 +102,7 @@ namespace dbaui ...@@ -99,7 +102,7 @@ namespace dbaui
virtual BOOL LeavePage(); virtual BOOL LeavePage();
virtual String GetTitle() const ; 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(); virtual ~OCopyTable();
inline BOOL IsOptionDefData() const { return m_aRB_DefData.IsChecked(); } inline BOOL IsOptionDefData() const { return m_aRB_DefData.IsChecked(); }
...@@ -107,6 +110,10 @@ namespace dbaui ...@@ -107,6 +110,10 @@ namespace dbaui
inline BOOL IsOptionAppendData() const { return m_aRB_AppendData.IsChecked(); } inline BOOL IsOptionAppendData() const { return m_aRB_AppendData.IsChecked(); }
inline BOOL IsOptionView() const { return m_aRB_View.IsChecked(); } inline BOOL IsOptionView() const { return m_aRB_View.IsChecked(); }
String GetKeyName() const { return m_edKeyName.GetText(); } 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 #endif // DBAUI_WIZARD_CPAGE_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment