Tag: cws_src680_dba202e
User: oj      
Date: 06/01/03 01:43:14

Modified:
 /dba/dbaccess/source/ui/inc/
  DExport.hxx, HtmlReader.hxx, WCopyTable.hxx

Log:
 #i59833# exception caught

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: DExport.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/DExport.hxx?r1=1.13&r2=1.13.56.1
Delta lines:  +6 -3
-------------------
--- DExport.hxx 23 Sep 2005 12:32:45 -0000      1.13
+++ DExport.hxx 3 Jan 2006 09:43:10 -0000       1.13.56.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: DExport.hxx,v $
  *
- *  $Revision: 1.13 $
+ *  $Revision: 1.13.56.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:32:45 $
+ *  last change: $Author: oj $ $Date: 2006/01/03 09:43:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -120,6 +120,8 @@
                
                String                          m_sTextToken;           // 
Zellen Inhalt
                TOTypeInfoSP            m_pTypeInfo;    // contains the default 
type
+               const TColumnVector* m_pColumnList;
+               const OTypeInfoMap* m_pInfoMap;
                sal_Int32                       m_nColumnPos;           // 
aktuelle Spaltenposition
                sal_Int32                       m_nRows;                // 
Anzahl der Zeilen die durchsucht werden sollen
                sal_Int32                       m_nRowCount;    // current 
count of rows
@@ -142,6 +144,7 @@
                sal_Int32                               CheckString(const 
String& aToken, sal_Int32 _nOldFormat);
                void                                    insertValueIntoColumn();
                sal_Bool                                createRowSet();
+               void                                    showErrorDialog(const 
::com::sun::star::sdbc::SQLException& e);
 
                /** executeWizard calls a wizard to create/append data
                        @param  _sTableName     the tablename

File [changed]: HtmlReader.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/HtmlReader.hxx?r1=1.9&r2=1.9.56.1
Delta lines:  +4 -5
-------------------
--- HtmlReader.hxx      23 Sep 2005 12:33:23 -0000      1.9
+++ HtmlReader.hxx      3 Jan 2006 09:43:11 -0000       1.9.56.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: HtmlReader.hxx,v $
  *
- *  $Revision: 1.9 $
+ *  $Revision: 1.9.56.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:33:23 $
+ *  last change: $Author: oj $ $Date: 2006/01/03 09:43:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,6 @@
        
//===============================================================================================
        class OHTMLReader : public HTMLParser, public ODatabaseExport
        {
-
                sal_Int32                       m_nTableCount;
                sal_Int16                       m_nWidth;
                sal_Int16                       m_nColumnWidth;         // max. 
Spaltenbreite
@@ -98,7 +97,7 @@
 
                virtual         SvParserState CallParser();// Basisklasse
                virtual         void              release();
-               // birgt nur korrekte Daten, wenn der 2. CTOR benutzt wurde
+               // birgt nur korrekte Daten, wenn der 1. CTOR benutzt wurde
        };
 
        SV_DECL_IMPL_REF( OHTMLReader );

File [changed]: WCopyTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/WCopyTable.hxx?r1=1.18&r2=1.18.64.1
Delta lines:  +4 -3
-------------------
--- WCopyTable.hxx      8 Sep 2005 15:42:23 -0000       1.18
+++ WCopyTable.hxx      3 Jan 2006 09:43:11 -0000       1.18.64.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: WCopyTable.hxx,v $
  *
- *  $Revision: 1.18 $
+ *  $Revision: 1.18.64.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 15:42:23 $
+ *  last change: $Author: oj $ $Date: 2006/01/03 09:43:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -195,6 +195,7 @@
                ::rtl::OUString                                 m_sSourceName;
                ::rtl::OUString                                 m_aKeyName;
                TOTypeInfoSP                                    m_pTypeInfo; // 
default type
+               sal_Bool                                                
m_bAddPKFirstTime;
        public:
                enum Wizard_Create_Style
                {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to