| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 143     boolean rowUpdated() throws SQLException  in rowUpdated()  method in ResultSet145         return m_resultSet.rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | RowSet.java | 166     public boolean rowUpdated() throws SQLException  in rowUpdated()  method in RowSet168         return m_rowSet.rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/connectivity/qa/connectivity/tools/ | 
| H A D | RowSet.java | 167     public boolean rowUpdated() throws SQLException  in rowUpdated()  method in RowSet169         return m_rowSet.rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | fmtools.hxx | 168 	sal_Bool rowUpdated()						{ return m_xMoveOperations->rowUpdated(); }  in rowUpdated()  function in CursorWrapper
 | 
| /aoo4110/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 716 …rowDeleted and/or rowUpdated are wrong on a deleted row", !m_resultSet.rowUpdated() && !m_resultSe…  in testDeleteBehavior()721         final XRowUpdate rowUpdated = UnoRuntime.queryInterface( XRowUpdate.class, m_resultSet );  in testDeleteBehavior()  local
 725             rowUpdated.updateString(2, TEST21);  in testDeleteBehavior()
 
 | 
| /aoo4110/main/ucb/source/cacher/ | 
| H A D | contentresultsetwrapper.cxx | 1127 	::rowUpdated()  in rowUpdated()  function in ContentResultSetWrapper1138 	return m_xResultSetOrigin->rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | CacheSet.cxx | 711 sal_Bool SAL_CALL OCacheSet::rowUpdated(  ) throw(SQLException, RuntimeException)  in rowUpdated()  function in OCacheSet714 	return m_xDriverSet->rowUpdated();  in rowUpdated()
 
 | 
| H A D | StaticSet.hxx | 74 …virtual sal_Bool SAL_CALL rowUpdated(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| H A D | RowSetCache.hxx | 252 		sal_Bool rowUpdated(  );
 | 
| H A D | resultset.cxx | 1001 sal_Bool OResultSet::rowUpdated(void) throw( SQLException, RuntimeException )  in rowUpdated()  function in OResultSet1007 	return m_xDelegatorResultSet->rowUpdated();  in rowUpdated()
 
 | 
| H A D | StaticSet.cxx | 310 sal_Bool SAL_CALL OStaticSet::rowUpdated(  ) throw(SQLException, RuntimeException)  in rowUpdated()  function in OStaticSet
 | 
| H A D | RowSetBase.cxx | 1211 sal_Bool SAL_CALL ORowSetBase::rowUpdated(  ) throw(SQLException, RuntimeException)  in rowUpdated()  function in dbaccess::ORowSetBase1220 	return m_pCache->rowUpdated();  in rowUpdated()
 
 | 
| H A D | RowSetCache.cxx | 1257 sal_Bool ORowSetCache::rowUpdated(  )  in rowUpdated()  function in ORowSetCache1259 	return m_pCacheSet->rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ | 
| H A D | _XResultSet.java | 427             boolean res = oObj.rowUpdated() ;  in _rowUpdated()
 | 
| /aoo4110/main/dbaccess/source/core/misc/ | 
| H A D | DatabaseDataProvider.cxx | 1127 sal_Bool SAL_CALL DatabaseDataProvider::rowUpdated() throw( SQLException, RuntimeException )  in rowUpdated()  function in dbaccess::DatabaseDataProvider1129 	return m_xRowSet->rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/ucb/source/sorter/ | 
| H A D | sortresult.hxx | 288 	rowUpdated()
 | 
| H A D | sortresult.cxx | 638 sal_Bool SAL_CALL SortedResultSet::rowUpdated()  in rowUpdated()  function in SortedResultSet648     return mxOriginal->rowUpdated();  in rowUpdated()
 
 | 
| /aoo4110/main/mysqlc/source/ | 
| H A D | mysqlc_resultset.hxx | 156 			sal_Bool SAL_CALL rowUpdated()								throw(SQLException, RuntimeException);
 | 
| /aoo4110/main/xmlhelp/source/cxxhelp/provider/ | 
| H A D | resultsetbase.cxx | 343 ResultSetBase::rowUpdated(  in rowUpdated()  function in ResultSetBase
 | 
| /aoo4110/main/ucb/source/ucp/ftp/ | 
| H A D | ftpresultsetbase.cxx | 343 ResultSetBase::rowUpdated(  in rowUpdated()  function in ResultSetBase
 | 
| /aoo4110/main/connectivity/source/drivers/evoab2/ | 
| H A D | NResultSet.hxx | 140 …virtual sal_Bool SAL_CALL rowUpdated(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/connectivity/source/inc/dbase/ | 
| H A D | DDatabaseMetaDataResultSet.hxx | 151 …virtual sal_Bool SAL_CALL rowUpdated(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/connectivity/source/inc/ | 
| H A D | FDatabaseMetaDataResultSet.hxx | 185 …virtual sal_Bool SAL_CALL rowUpdated(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 | 
| /aoo4110/main/qadevOOo/objdsc/dbaccess/ | 
| H A D | com.sun.star.comp.dba.ORowSet.csv | 48 "ORowSet";"com::sun::star::sdbc::XResultSet";"rowUpdated()"
 | 
| /aoo4110/main/connectivity/source/inc/ado/ | 
| H A D | ADatabaseMetaDataResultSet.hxx | 152 …virtual sal_Bool SAL_CALL rowUpdated(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
 |