| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | RowSetBase.cxx | 538 		sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted();  in moveRelativeToBookmark()865 		sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted();  in move()
 968 		sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted();  in absolute()
 1023 		sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted();  in relative()
 1072 		sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted();  in previous()
 1236 sal_Bool SAL_CALL ORowSetBase::rowDeleted(  ) throw(SQLException, RuntimeException)  in rowDeleted()  function in dbaccess::ORowSetBase
 1440     if ( rowDeleted() )  in onDeleteRow()
 1456     if ( rowDeleted() )  in onDeletedRow()
 1480     if ( const_cast< ORowSetBase* >( this )->rowDeleted() && !m_pCache->m_bNew )  in impl_getRowCount()
 
 | 
| H A D | RowSet.cxx | 1026     if ( rowDeleted() )  in deleteRow()1068 	if ( m_bBeforeFirst || m_bAfterLast || rowDeleted() )  in implCancelRowUpdates()
 1202 		if ( rowDeleted() )  in moveToInsertRow()
 1287     if ( rowDeleted() )  in moveToCurrentRow()
 2761     if ( rowDeleted() )  in checkUpdateConditions()
 
 | 
| H A D | CacheSet.cxx | 723 sal_Bool SAL_CALL OCacheSet::rowDeleted(  ) throw(SQLException, RuntimeException)  in rowDeleted()  function in OCacheSet726 	return m_xDriverSet->rowDeleted();  in rowDeleted()
 
 | 
| H A D | StaticSet.hxx | 76 …virtual sal_Bool SAL_CALL rowDeleted(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| H A D | resultset.cxx | 1021 sal_Bool OResultSet::rowDeleted(void) throw( SQLException, RuntimeException )  in rowDeleted()  function in OResultSet1027 	return m_xDelegatorResultSet->rowDeleted();  in rowDeleted()
 
 | 
| H A D | StaticSet.cxx | 322 sal_Bool SAL_CALL OStaticSet::rowDeleted(  ) throw(SQLException, RuntimeException)  in rowDeleted()  function in OStaticSet
 | 
| /aoo4110/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 598 …e("RowSet does not report the current row as deleted after |deleteRow|", m_resultSet.rowDeleted());  in deleteRandom()661                 (m_resultSet.getRow() == deletedPos) && !m_resultSet.rowDeleted());  in testDeleteBehavior()
 756 …rue("clone doesn't know that its current row has been deleted via the RowSet", clone.rowDeleted());  in testCloneMovesPlusDeletions()
 763 … doesn't know (anymore) that its current row has been deleted via the RowSet", clone.rowDeleted());  in testCloneMovesPlusDeletions()
 769 …True("clone still assumes that its row is deleted - but we already moved it", !clone.rowDeleted());  in testCloneMovesPlusDeletions()
 793 …eRow|, but no |rowDeleted| (this should have been found much earlier!)", m_resultSet.rowDeleted());  in testCloneMovesPlusDeletions()
 796         assertTrue("row set forgot that the current row is deleted", m_resultSet.rowDeleted());  in testCloneMovesPlusDeletions()
 
 | 
| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 155     boolean rowDeleted() throws SQLException  in rowDeleted()  method in ResultSet157         return m_resultSet.rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | RowSet.java | 176     public boolean rowDeleted() throws SQLException  in rowDeleted()  method in RowSet178         return m_rowSet.rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/connectivity/qa/connectivity/tools/ | 
| H A D | RowSet.java | 177     public boolean rowDeleted() throws SQLException  in rowDeleted()  method in RowSet179         return m_rowSet.rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | fmtools.hxx | 170 	sal_Bool rowDeleted()						{ return m_xMoveOperations->rowDeleted(); }  in rowDeleted()  function in CursorWrapper
 | 
| /aoo4110/main/ucb/source/cacher/ | 
| H A D | contentresultsetwrapper.cxx | 1158 	::rowDeleted()  in rowDeleted()  function in ContentResultSetWrapper1169 	return m_xResultSetOrigin->rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ | 
| H A D | _XResultSet.java | 457             boolean res = oObj.rowDeleted() ;  in _rowDeleted()
 | 
| /aoo4110/main/svx/source/fmcomp/ | 
| H A D | gridctrl.cxx | 830 		if (pCur->rowDeleted())  in DbGridRow()875 		if (pCur->rowDeleted())  in SetState()
 2303             &&  !m_pDataCursor->rowDeleted()  in AdjustDataSource()
 2453             if ( m_pSeekCursor->rowDeleted() )  in SeekCursor()
 
 | 
| /aoo4110/main/forms/source/runtime/ | 
| H A D | formoperations.cxx | 284 				if ( m_xCursor->rowDeleted() )  in getState()335 					sal_Bool bIsDeleted = m_xCursor->rowDeleted();  in getState()
 
 | 
| /aoo4110/main/dbaccess/source/core/misc/ | 
| H A D | DatabaseDataProvider.cxx | 1139 sal_Bool SAL_CALL DatabaseDataProvider::rowDeleted() throw( SQLException, RuntimeException )  in rowDeleted()  function in dbaccess::DatabaseDataProvider1141 	return m_xRowSet->rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/ucb/source/sorter/ | 
| H A D | sortresult.hxx | 294 	rowDeleted()
 | 
| H A D | sortresult.cxx | 666 sal_Bool SAL_CALL SortedResultSet::rowDeleted()  in rowDeleted()  function in SortedResultSet676     return mxOriginal->rowDeleted();  in rowDeleted()
 
 | 
| /aoo4110/main/mysqlc/source/ | 
| H A D | mysqlc_resultset.hxx | 160 			sal_Bool SAL_CALL rowDeleted()								throw(SQLException, RuntimeException);
 | 
| /aoo4110/main/xmlhelp/source/cxxhelp/provider/ | 
| H A D | resultsetbase.cxx | 361 ResultSetBase::rowDeleted(  in rowDeleted()  function in ResultSetBase
 | 
| /aoo4110/main/ucb/source/ucp/ftp/ | 
| H A D | ftpresultsetbase.cxx | 361 ResultSetBase::rowDeleted(  in rowDeleted()  function in ResultSetBase
 | 
| /aoo4110/main/connectivity/source/drivers/evoab2/ | 
| H A D | NResultSet.hxx | 142 …virtual sal_Bool SAL_CALL rowDeleted(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/connectivity/source/inc/dbase/ | 
| H A D | DDatabaseMetaDataResultSet.hxx | 153 …virtual sal_Bool SAL_CALL rowDeleted(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/connectivity/source/inc/ | 
| H A D | FDatabaseMetaDataResultSet.hxx | 187 …virtual sal_Bool SAL_CALL rowDeleted(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/qadevOOo/objdsc/dbaccess/ | 
| H A D | com.sun.star.comp.dba.ORowSet.csv | 50 "ORowSet";"com::sun::star::sdbc::XResultSet";"rowDeleted()"
 |