Kaydet (Commit) a27cb889 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.24.30); FILE MERGED

2006/01/25 21:00:46 sb 1.24.30.3: RESYNC: (1.24-1.25); FILE MERGED
2005/11/21 10:08:00 fs 1.24.30.2: #i57457# warning-free code on unx*
2005/11/07 14:44:10 fs 1.24.30.1: #i57457# warning-free code
üst 29e3fab5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: OResultSet.hxx,v $ * $RCSfile: OResultSet.hxx,v $
* *
* $Revision: 1.25 $ * $Revision: 1.26 $
* *
* last change: $Author: kz $ $Date: 2006-01-03 16:04:48 $ * last change: $Author: hr $ $Date: 2006-06-20 02:06:19 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -128,7 +128,6 @@ namespace connectivity ...@@ -128,7 +128,6 @@ namespace connectivity
sal_Int32 nCount = _rLH.getLength(); sal_Int32 nCount = _rLH.getLength();
if(nCount != 4) if(nCount != 4)
{ {
const sal_Int8* pLH = _rLH.getConstArray();
const sal_Int8* pLHBack = _rLH.getConstArray() + nCount - 1; const sal_Int8* pLHBack = _rLH.getConstArray() + nCount - 1;
const sal_Int8* pRHBack = _rRH.getConstArray() + nCount - 1; const sal_Int8* pRHBack = _rRH.getConstArray() + nCount - 1;
...@@ -186,7 +185,6 @@ namespace connectivity ...@@ -186,7 +185,6 @@ namespace connectivity
sal_Int32 m_nLastColumnPos; // used for m_aRow just to know where we are sal_Int32 m_nLastColumnPos; // used for m_aRow just to know where we are
SQLRETURN m_nCurrentFetchState; SQLRETURN m_nCurrentFetchState;
sal_Bool m_bWasNull; sal_Bool m_bWasNull;
sal_Bool m_bBOF; // before first record
sal_Bool m_bEOF; // after last record sal_Bool m_bEOF; // after last record
sal_Bool m_bLastRecord; sal_Bool m_bLastRecord;
sal_Bool m_bFreeHandle; sal_Bool m_bFreeHandle;
...@@ -246,7 +244,7 @@ namespace connectivity ...@@ -246,7 +244,7 @@ namespace connectivity
void construct(); void construct();
inline void* getOdbcFunction(sal_Int32 _nIndex) const inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const
{ {
return m_pStatement->getOdbcFunction(_nIndex); return m_pStatement->getOdbcFunction(_nIndex);
} }
...@@ -360,6 +358,9 @@ namespace connectivity ...@@ -360,6 +358,9 @@ namespace connectivity
virtual sal_Int32 getDriverPos() const; virtual sal_Int32 getDriverPos() const;
virtual sal_Bool deletedVisible() const; virtual sal_Bool deletedVisible() const;
virtual sal_Bool isRowDeleted() const; virtual sal_Bool isRowDeleted() const;
protected:
using OPropertySetHelper::getFastPropertyValue;
}; };
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment