User: rt Date: 2006/07/26 00:46:26 Modified: dba/dbaccess/source/core/api/RowSetCache.hxx
Log: INTEGRATION: CWS dba204b (1.29.12); FILE MERGED 2006/07/10 07:59:46 oj 1.29.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.hxx?r1=1.29&r2=1.30 Delta lines: +1 -2 ------------------- --- RowSetCache.hxx 20 Jun 2006 02:36:41 -0000 1.29 +++ RowSetCache.hxx 26 Jul 2006 07:46:24 -0000 1.30 @@ -164,7 +164,7 @@ void firePropertyChange(sal_Int32 _nColumnIndex,const ::connectivity::ORowSetValue& _rOldValue); - void rotateCacheIterator(sal_Int16 _nDist); + void rotateCacheIterator(ORowSetMatrix::difference_type _nDist); void updateValue(sal_Int32 columnIndex,const connectivity::ORowSetValue& x); // checks and set the flags isAfterLast isLast and position when afterlast is true void checkPositionFlags(); @@ -178,7 +178,6 @@ ORowSetMatrix::iterator calcPosition() const; protected: - ORowSetMatrix::iterator& getIterator() { return m_aMatrixIter;} ORowSetMatrix::iterator& getEnd() { return m_aMatrixEnd;} // is called when after a moveToInsertRow a movement (next, etc) was called void cancelRowModification(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
