summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-08 07:24:54 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-08 07:24:54 +0000
commit13d51127f4a4d80c9d0a8a1b3c3558f1b067876e (patch)
tree4d7cc11a73e773ea729d13ba06f2d4ec381083be /dbaccess/source/ui/inc/WCopyTable.hxx
parente2cf407b76c2c2ce92137b692ebe30e27957d4c8 (diff)
#90723# some corrections for appending data
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 9c66706a9da9..b31259395720 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCopyTable.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-07-02 13:22:02 $
+ * last change: $Author: oj $ $Date: 2001-08-08 08:24:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,9 +143,11 @@ namespace dbaui
DECL_LINK( ImplOKHdl , OKButton* );
DECL_LINK( ImplActivateHdl, WizardDialog* );
void CheckColumns();
- void loadData();
+ void loadData( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xTable,
+ ODatabaseExport::TColumns& _rColumns,
+ ODatabaseExport::TColumnVector& _rColVector);
void construct();
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> getKeyColumns() const;
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> getKeyColumns(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xTable) const;
// need for table creation
void appendColumns(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier>& _rxColSup,const ODatabaseExport::TColumnVector* _pVec,sal_Bool _bKeyColumns=sal_False);
void appendKey(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,const ODatabaseExport::TColumnVector* _pVec);
@@ -168,6 +170,7 @@ namespace dbaui
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_xFactory;
::com::sun::star::lang::Locale m_aLocale;
::rtl::OUString m_sName; // for a table the name is composed
+ ::rtl::OUString m_sSourceName;
::rtl::OUString m_aKeyName;
public:
enum Wizard_Create_Style