summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:55:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:55:21 +0000
commit0d1249bbc818d9ecafa96a5eca5e3fc2ac96ea53 (patch)
tree0872f97eea45bce1b76c933678a1337983c37f10 /dbaccess/source/ui/inc/WCopyTable.hxx
parentee685976a13e620b1fac077decc117c011f0f540 (diff)
INTEGRATION: CWS insight01 (1.16.56); FILE MERGED
2004/05/27 14:25:28 oj 1.16.56.1: #i25624# check type info and save column name
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index a025f56fc0f6..9e9c7ac7b573 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.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 14:02:49 $
+ * last change: $Author: hr $ $Date: 2004-08-02 15:55:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -283,6 +283,16 @@ namespace dbaui
void insertColumn(sal_Int32 _nPos,OFieldDescription* _pField);
+ /** replaces a field description with another one. The name must not be known so far.
+ @param _nPos
+ The pos inside the vector, 0 based.
+ @param _pField
+ The field to set.
+ @param _sOldName
+ The name of column to be replaced.
+ */
+ void replaceColumn(sal_Int32 _nPos,OFieldDescription* _pField,const ::rtl::OUString& _sOldName);
+
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getDestObject() const { return m_xDestObject; }
/**
@return