summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/DExport.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:11:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:11:09 +0000
commit24ee9dc19cd82399bfdb15bddd8ecf5b393818e0 (patch)
tree7dd4b205bf35d0cc3a47a484438638e490f82463 /dbaccess/source/ui/inc/DExport.hxx
parente57ef8b2c4d13b199215508b713b882b638108ec (diff)
INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED
2006/05/23 23:54:21 sb 1.14.4.2: RESYNC: (1.14-1.16); FILE MERGED 2006/03/24 15:36:14 fs 1.14.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/inc/DExport.hxx')
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/DExport.hxx b/dbaccess/source/ui/inc/DExport.hxx
index 88d5678823bf..cd32c8729302 100644
--- a/dbaccess/source/ui/inc/DExport.hxx
+++ b/dbaccess/source/ui/inc/DExport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DExport.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:42:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:11:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,6 +86,8 @@ namespace com { namespace sun { namespace star {
}
}}}
+#define COLUMN_POSITION_NOT_FOUND ((sal_Int32)-1)
+
class Window;
class SvNumberFormatter;
namespace dbaui
@@ -104,12 +106,11 @@ namespace dbaui
::std::vector<sal_Int32> m_vColumnTypes; // FeldTypen f"ur schnelleren Zugriff
::std::vector<sal_Int32> m_vColumnSize;
::std::vector<sal_Int32> m_vFormatKey;
- ::com::sun::star::lang::Locale m_nLocale;
+ ::com::sun::star::lang::Locale m_aLocale;
+ TColumns m_aDestColumns; // container for new created columns
+ TColumnVector m_vDestVector;
- TColumns m_aDestColumns; // container for new created columns
- TColumnVector m_vDestVector;
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xColumns; // container
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xTable; // dest table
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xTables; // container
SharedConnection m_xConnection; // dest conn