Tag: cws_src680_kaddrbook
User: ebischoff
Date: 05/12/02 12:19:23

Modified:
 /dba/connectivity/source/drivers/kab/
  KCatalog.cxx, KCatalog.hxx, KColumns.cxx, KColumns.hxx, KConnection.cxx,
  KConnection.hxx, KDatabaseMetaData.cxx, KDatabaseMetaData.hxx, KDriver.cxx,
  KDriver.hxx, KPreparedStatement.cxx, KPreparedStatement.hxx, KResultSet.cxx,
  KResultSet.hxx, KResultSetMetaData.cxx, KResultSetMetaData.hxx, KServices.cxx,
  KStatement.cxx, KStatement.hxx, KTable.cxx, KTable.hxx, KTables.cxx,
  KTables.hxx, kcondition.cxx, kcondition.hxx, kfields.cxx, kfields.hxx,
  korder.cxx, korder.hxx

Log:
 Issue number:
 Submitted by:  
 Reviewed by:   
 Making "Revision date" a "version" field. Such fields are not displayed, by 
default.

File Changes:

Directory: /dba/connectivity/source/drivers/kab/
================================================

File [changed]: KCatalog.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KCatalog.cxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- KCatalog.cxx        30 Nov 2005 13:56:34 -0000      1.1.2.3
+++ KCatalog.cxx        2 Dec 2005 20:19:09 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KCatalog.cxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:34 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:09 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KCatalog.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KCatalog.hxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- KCatalog.hxx        30 Nov 2005 13:56:35 -0000      1.1.2.3
+++ KCatalog.hxx        2 Dec 2005 20:19:09 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KCatalog.hxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:35 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:09 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KColumns.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KColumns.cxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +11 -3
--------------------
--- KColumns.cxx        30 Nov 2005 13:56:35 -0000      1.1.2.2
+++ KColumns.cxx        2 Dec 2005 20:19:10 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KColumns.cxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:35 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -100,4 +100,12 @@
 void KabColumns::impl_refresh() throw(RuntimeException)
 {
        m_pTable->refreshColumns();
+}
+// -------------------------------------------------------------------------
+KabColumns::KabColumns(        KabTable* _pTable,
+                                               ::osl::Mutex& _rMutex,
+                                               const TStringVector &_rVector)
+       : sdbcx::OCollection(*_pTable, sal_True, _rMutex, _rVector),
+         m_pTable(_pTable)
+{
 }

File [changed]: KColumns.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KColumns.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +4 -7
-------------------
--- KColumns.hxx        30 Nov 2005 13:56:35 -0000      1.1.2.2
+++ KColumns.hxx        2 Dec 2005 20:19:10 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KColumns.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:35 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -59,10 +59,7 @@
                public:
                        KabColumns(     KabTable* _pTable,
                                                ::osl::Mutex& _rMutex,
-                                               const TStringVector &_rVector
-                                               ) : 
sdbcx::OCollection(*_pTable,sal_True,_rMutex,_rVector),
-                                                       m_pTable(_pTable)
-                       { }
+                                               const TStringVector &_rVector);
                };
        }
 }

File [changed]: KConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KConnection.cxx?r1=1.1.2.5&r2=1.1.2.6
Delta lines:  +3 -3
-------------------
--- KConnection.cxx     30 Nov 2005 13:56:36 -0000      1.1.2.5
+++ KConnection.cxx     2 Dec 2005 20:19:10 -0000       1.1.2.6
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KConnection.cxx,v $
  *
- *  $Revision: 1.1.2.5 $
+ *  $Revision: 1.1.2.6 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:36 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KConnection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KConnection.hxx?r1=1.1.2.5&r2=1.1.2.6
Delta lines:  +3 -3
-------------------
--- KConnection.hxx     30 Nov 2005 13:56:36 -0000      1.1.2.5
+++ KConnection.hxx     2 Dec 2005 20:19:11 -0000       1.1.2.6
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KConnection.hxx,v $
  *
- *  $Revision: 1.1.2.5 $
+ *  $Revision: 1.1.2.6 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:36 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KDatabaseMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx?r1=1.1.2.12&r2=1.1.2.13
Delta lines:  +41 -14
---------------------
--- KDatabaseMetaData.cxx       30 Nov 2005 13:56:36 -0000      1.1.2.12
+++ KDatabaseMetaData.cxx       2 Dec 2005 20:19:11 -0000       1.1.2.13
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KDatabaseMetaData.cxx,v $
  *
- *  $Revision: 1.1.2.12 $
+ *  $Revision: 1.1.2.13 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:36 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -915,13 +915,13 @@
 
                sal_Int32 nPosition = 1;
                QString aQtName;
-               ::rtl::OUString aName;
+               ::rtl::OUString sName;
 
                aQtName = ::KABC::Addressee::uidLabel();
-               aName = (const sal_Unicode *) aQtName.ucs2();
-               if (match(columnNamePattern, aName, '\0'))
+               sName = (const sal_Unicode *) aQtName.ucs2();
+               if (match(columnNamePattern, sName, '\0'))
                {
-                       aRow[4] = new ORowSetValueDecorator(aName);
+                       aRow[4] = new ORowSetValueDecorator(sName);
                        aRow[5] = new ORowSetValueDecorator(DataType::CHAR);
                        aRow[6] = new 
ORowSetValueDecorator(::rtl::OUString::createFromAscii("CHAR"));
                        aRow[7] = new ORowSetValueDecorator((sal_Int32) 16);
@@ -930,10 +930,10 @@
                }
 
                aQtName = ::KABC::Addressee::revisionLabel();
-               aName = (const sal_Unicode *) aQtName.ucs2();
-               if (match(columnNamePattern, aName, '\0'))
+               sName = (const sal_Unicode *) aQtName.ucs2();
+               if (match(columnNamePattern, sName, '\0'))
                {
-                       aRow[4] = new ORowSetValueDecorator(aName);
+                       aRow[4] = new ORowSetValueDecorator(sName);
                        aRow[5] = new 
ORowSetValueDecorator(DataType::TIMESTAMP);
                        aRow[6] = new 
ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP"));
                        aRow[17] = new ORowSetValueDecorator(nPosition++);
@@ -948,10 +948,10 @@
                                ++aField, ++nPosition)
                {
                        aQtName = (*aField)->label();
-                       aName = (const sal_Unicode *) aQtName.ucs2();
-                       if (match(columnNamePattern, aName, '\0'))
+                       sName = (const sal_Unicode *) aQtName.ucs2();
+                       if (match(columnNamePattern, sName, '\0'))
                        {
-                               aRow[4] = new ORowSetValueDecorator(aName);
+                               aRow[4] = new ORowSetValueDecorator(sName);
                                aRow[5] = new 
ORowSetValueDecorator(DataType::CHAR);
                                aRow[6] = new 
ORowSetValueDecorator(::rtl::OUString::createFromAscii("CHAR"));
                                aRow[7] = new ORowSetValueDecorator((sal_Int32) 
256);
@@ -1035,7 +1035,34 @@
 Reference< XResultSet > SAL_CALL KabDatabaseMetaData::getVersionColumns( 
        const Any& catalog, const ::rtl::OUString& schema, const 
::rtl::OUString& table ) throw(SQLException, RuntimeException)
 {
-       return NULL;
+       ::connectivity::ODatabaseMetaDataResultSet* pResult = new 
::connectivity::ODatabaseMetaDataResultSet();
+       Reference< XResultSet > xRef = pResult;
+
+       pResult->setVersionColumnsMap();
+
+       ODatabaseMetaDataResultSet::ORows aRows;
+
+       if (table == getAddressBookTableName())
+       {
+               ODatabaseMetaDataResultSet::ORow aRow( 8 );
+               QString aQtName = ::KABC::Addressee::revisionLabel();
+               ::rtl::OUString sName = (const sal_Unicode *) aQtName.ucs2();
+
+               aRow[0] = ODatabaseMetaDataResultSet::getEmptyValue();
+
+               aRow[1] = new ORowSetValueDecorator(sName);
+               aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP);
+               aRow[3] = new 
ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP"));
+
+               aRow[4] = ODatabaseMetaDataResultSet::getEmptyValue();
+               aRow[5] = ODatabaseMetaDataResultSet::getEmptyValue();
+               aRow[6] = ODatabaseMetaDataResultSet::getEmptyValue();
+               aRow[7] = ODatabaseMetaDataResultSet::getEmptyValue();
+
+               aRows.push_back(aRow);
+       }
+       pResult->setRows(aRows);
+       return xRef;
 }
 // -------------------------------------------------------------------------
 Reference< XResultSet > SAL_CALL KabDatabaseMetaData::getExportedKeys( 

File [changed]: KDatabaseMetaData.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.hxx?r1=1.1.2.6&r2=1.1.2.7
Delta lines:  +3 -3
-------------------
--- KDatabaseMetaData.hxx       30 Nov 2005 13:56:37 -0000      1.1.2.6
+++ KDatabaseMetaData.hxx       2 Dec 2005 20:19:12 -0000       1.1.2.7
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KDatabaseMetaData.hxx,v $
  *
- *  $Revision: 1.1.2.6 $
+ *  $Revision: 1.1.2.7 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:37 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:12 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDriver.cxx?r1=1.1.2.4&r2=1.1.2.5
Delta lines:  +2 -2
-------------------
--- KDriver.cxx 1 Dec 2005 17:38:22 -0000       1.1.2.4
+++ KDriver.cxx 2 Dec 2005 20:19:12 -0000       1.1.2.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KDriver.cxx,v $
  *
- *  $Revision: 1.1.2.4 $
+ *  $Revision: 1.1.2.5 $
  *
- *  last change: $Author: ebischoff $ $Date: 2005/12/01 17:38:22 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:12 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KDriver.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDriver.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- KDriver.hxx 30 Nov 2005 13:56:37 -0000      1.1.2.2
+++ KDriver.hxx 2 Dec 2005 20:19:12 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KDriver.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:37 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:12 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KPreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KPreparedStatement.cxx?r1=1.1.2.10&r2=1.1.2.11
Delta lines:  +3 -3
-------------------
--- KPreparedStatement.cxx      30 Nov 2005 13:56:38 -0000      1.1.2.10
+++ KPreparedStatement.cxx      2 Dec 2005 20:19:13 -0000       1.1.2.11
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KPreparedStatement.cxx,v $
  *
- *  $Revision: 1.1.2.10 $
+ *  $Revision: 1.1.2.11 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:38 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:13 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KPreparedStatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KPreparedStatement.hxx?r1=1.1.2.9&r2=1.1.2.10
Delta lines:  +3 -3
-------------------
--- KPreparedStatement.hxx      30 Nov 2005 13:56:38 -0000      1.1.2.9
+++ KPreparedStatement.hxx      2 Dec 2005 20:19:13 -0000       1.1.2.10
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KPreparedStatement.hxx,v $
  *
- *  $Revision: 1.1.2.9 $
+ *  $Revision: 1.1.2.10 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:38 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:13 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KResultSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.cxx?r1=1.1.2.11&r2=1.1.2.12
Delta lines:  +3 -3
-------------------
--- KResultSet.cxx      30 Nov 2005 13:56:38 -0000      1.1.2.11
+++ KResultSet.cxx      2 Dec 2005 20:19:13 -0000       1.1.2.12
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KResultSet.cxx,v $
  *
- *  $Revision: 1.1.2.11 $
+ *  $Revision: 1.1.2.12 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:38 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:13 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KResultSet.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.hxx?r1=1.1.2.6&r2=1.1.2.7
Delta lines:  +3 -3
-------------------
--- KResultSet.hxx      30 Nov 2005 13:56:39 -0000      1.1.2.6
+++ KResultSet.hxx      2 Dec 2005 20:19:14 -0000       1.1.2.7
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KResultSet.hxx,v $
  *
- *  $Revision: 1.1.2.6 $
+ *  $Revision: 1.1.2.7 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:39 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:14 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KResultSetMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSetMetaData.cxx?r1=1.1.2.4&r2=1.1.2.5
Delta lines:  +3 -3
-------------------
--- KResultSetMetaData.cxx      30 Nov 2005 13:56:39 -0000      1.1.2.4
+++ KResultSetMetaData.cxx      2 Dec 2005 20:19:14 -0000       1.1.2.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KResultSetMetaData.cxx,v $
  *
- *  $Revision: 1.1.2.4 $
+ *  $Revision: 1.1.2.5 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:39 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:14 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KResultSetMetaData.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSetMetaData.hxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- KResultSetMetaData.hxx      30 Nov 2005 13:56:40 -0000      1.1.2.3
+++ KResultSetMetaData.hxx      2 Dec 2005 20:19:15 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KResultSetMetaData.hxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:40 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:15 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KServices.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KServices.cxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- KServices.cxx       30 Nov 2005 13:56:40 -0000      1.1.2.2
+++ KServices.cxx       2 Dec 2005 20:19:15 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KServices.cxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:40 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:15 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.1.2.12&r2=1.1.2.13
Delta lines:  +3 -3
-------------------
--- KStatement.cxx      30 Nov 2005 13:56:40 -0000      1.1.2.12
+++ KStatement.cxx      2 Dec 2005 20:19:15 -0000       1.1.2.13
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KStatement.cxx,v $
  *
- *  $Revision: 1.1.2.12 $
+ *  $Revision: 1.1.2.13 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:40 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:15 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KStatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.hxx?r1=1.1.2.5&r2=1.1.2.6
Delta lines:  +3 -3
-------------------
--- KStatement.hxx      30 Nov 2005 13:56:41 -0000      1.1.2.5
+++ KStatement.hxx      2 Dec 2005 20:19:16 -0000       1.1.2.6
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KStatement.hxx,v $
  *
- *  $Revision: 1.1.2.5 $
+ *  $Revision: 1.1.2.6 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:41 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KTable.cxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- KTable.cxx  30 Nov 2005 13:56:41 -0000      1.1.2.3
+++ KTable.cxx  2 Dec 2005 20:19:16 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KTable.cxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:41 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KTable.hxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- KTable.hxx  30 Nov 2005 13:56:41 -0000      1.1.2.3
+++ KTable.hxx  2 Dec 2005 20:19:16 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KTable.hxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:41 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KTables.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KTables.cxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- KTables.cxx 30 Nov 2005 13:56:42 -0000      1.1.2.2
+++ KTables.cxx 2 Dec 2005 20:19:17 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KTables.cxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:42 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:17 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: KTables.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KTables.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- KTables.hxx 30 Nov 2005 13:56:42 -0000      1.1.2.2
+++ KTables.hxx 2 Dec 2005 20:19:17 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KTables.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:42 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:17 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: kcondition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kcondition.cxx?r1=1.1.2.4&r2=1.1.2.5
Delta lines:  +3 -3
-------------------
--- kcondition.cxx      30 Nov 2005 13:56:42 -0000      1.1.2.4
+++ kcondition.cxx      2 Dec 2005 20:19:17 -0000       1.1.2.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: kcondition.cxx,v $
  *
- *  $Revision: 1.1.2.4 $
+ *  $Revision: 1.1.2.5 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:42 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:17 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: kcondition.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kcondition.hxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- kcondition.hxx      30 Nov 2005 13:56:43 -0000      1.1.2.3
+++ kcondition.hxx      2 Dec 2005 20:19:18 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: kcondition.hxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:43 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:18 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: kfields.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kfields.cxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- kfields.cxx 30 Nov 2005 13:56:43 -0000      1.1.2.2
+++ kfields.cxx 2 Dec 2005 20:19:18 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: kfields.cxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:43 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:18 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: kfields.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kfields.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- kfields.hxx 30 Nov 2005 13:56:43 -0000      1.1.2.2
+++ kfields.hxx 2 Dec 2005 20:19:18 -0000       1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: kfields.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:43 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:18 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: korder.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/korder.cxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- korder.cxx  30 Nov 2005 13:56:44 -0000      1.1.2.3
+++ korder.cxx  2 Dec 2005 20:19:19 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: korder.cxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:44 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:19 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.

File [changed]: korder.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/korder.hxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- korder.hxx  30 Nov 2005 13:56:44 -0000      1.1.2.3
+++ korder.hxx  2 Dec 2005 20:19:19 -0000       1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: korder.hxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: kendy $ $Date: 2005/11/30 13:56:44 $
+ *  last change: $Author: ebischoff $ $Date: 2005/12/02 20:19:19 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.




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

Reply via email to