Tag: cws_src680_sixtyfour02 User: cmc Date: 06/02/22 02:39:47 Modified: /dba/connectivity/inc/connectivity/ FValue.hxx /dba/connectivity/source/drivers/dbase/ DNoException.cxx /dba/connectivity/source/inc/dbase/ DTable.hxx
Log: #i62322# fix longs being streamed to disk File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: FValue.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/FValue.hxx?r1=1.12&r2=1.12.68.1 Delta lines: +1 -1 ------------------- --- FValue.hxx 23 Sep 2005 11:35:18 -0000 1.12 +++ FValue.hxx 22 Feb 2006 10:39:42 -0000 1.12.68.1 @@ -429,7 +429,7 @@ } }; -#define SQL_NO_PARAMETER (ULONG_MAX) +#define SQL_NO_PARAMETER (SAL_MAX_UINT32) class OAssignValues : public OValueRefVector { ::std::vector<sal_Int32> m_nParameterIndexes; Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DNoException.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DNoException.cxx?r1=1.16&r2=1.16.26.1 Delta lines: +1 -1 ------------------- --- DNoException.cxx 16 Jan 2006 15:03:41 -0000 1.16 +++ DNoException.cxx 22 Feb 2006 10:39:43 -0000 1.16.26.1 @@ -206,7 +206,7 @@ return sal_False; } - ULONG nLength; + sal_uInt32 nLength; (*m_pMemoStream) >> nLength; if (m_aMemoHeader.db_typ == MemodBaseIV) Directory: /dba/connectivity/source/inc/dbase/ ============================================== File [changed]: DTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DTable.hxx?r1=1.37&r2=1.37.28.1 Delta lines: +1 -1 ------------------- --- DTable.hxx 19 Jan 2006 17:18:50 -0000 1.37 +++ DTable.hxx 22 Feb 2006 10:39:43 -0000 1.37.28.1 @@ -84,7 +84,7 @@ DBFType db_typ; /* Dateityp */ BYTE db_aedat[3]; /* Datum der letzen Aenderung */ /* JJ MM TT */ - ULONG db_anz; /* Anzahl der Saetze */ + sal_uInt32 db_anz; /* Anzahl der Saetze */ USHORT db_kopf; /* laenge Kopfsatz-Struktur */ USHORT db_slng; /* laenge der Daten-Saetze */ BYTE db_frei[20]; /* reserviert */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
