Tag: cws_src680_dba202f
User: fs      
Date: 06/01/26 22:54:13

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCache.hxx

Log:
 RESYNC: (1.25-1.27); FILE MERGED

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.25.72.1&r2=1.25.72.2
Delta lines:  +7 -12
--------------------
--- RowSetCache.hxx     20 Jan 2006 14:51:46 -0000      1.25.72.1
+++ RowSetCache.hxx     27 Jan 2006 06:54:10 -0000      1.25.72.2
@@ -159,7 +159,6 @@
                sal_Bool                                        m_bBeforeFirst ;
                sal_Bool                                        m_bAfterLast ;
                sal_Bool                                        m_bInserted;
-               sal_Bool                                        m_bDeleted ;
                sal_Bool                                        m_bUpdated ;
                sal_Bool&                                       m_bModified ;   
                // points to the rowset member m_bModified
                sal_Bool&                                       m_bNew ;        
                        // points to the rowset member m_bNew
@@ -234,8 +233,8 @@
                sal_Bool isAfterLast(  );
                sal_Bool isFirst(  );
                sal_Bool isLast(  );
-               void beforeFirst(  );
-               void afterLast(  );
+               sal_Bool beforeFirst(  );
+               sal_Bool afterLast(  );
                sal_Bool first(  );
                sal_Bool last(  );
                sal_Int32 getRow(  );
@@ -245,7 +244,6 @@
                void refreshRow(  );
                sal_Bool rowUpdated(  );
                sal_Bool rowInserted(  );
-               sal_Bool rowDeleted(  );
 
        // ::com::sun::star::sdbc::XResultSetUpdate
                sal_Bool insertRow();
@@ -253,13 +251,10 @@
 
                void updateRow();
                void updateRow( ORowSetMatrix::iterator& _rUpdateRow );
-               void deleteRow();
+               bool deleteRow();
                void cancelRowUpdates(  );
                void moveToInsertRow(  );
                void moveToCurrentRow(  );
-
-       // ::com::sun::star::sdbcx::XDeleteRows
-               ::com::sun::star::uno::Sequence< sal_Int32 > deleteRows( const 
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows );
        };
 }
 #endif




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

Reply via email to