Home
last modified time | relevance | path

Searched refs:rowDeleted (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx538 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 DRowSet.cxx1026 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 DCacheSet.cxx723 sal_Bool SAL_CALL OCacheSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted() function in OCacheSet
726 return m_xDriverSet->rowDeleted(); in rowDeleted()
H A DStaticSet.hxx76 …virtual sal_Bool SAL_CALL rowDeleted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
H A Dresultset.cxx1021 sal_Bool OResultSet::rowDeleted(void) throw( SQLException, RuntimeException ) in rowDeleted() function in OResultSet
1027 return m_xDelegatorResultSet->rowDeleted(); in rowDeleted()
H A DStaticSet.cxx322 sal_Bool SAL_CALL OStaticSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted() function in OStaticSet
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java598 …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()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java155 boolean rowDeleted() throws SQLException in rowDeleted() method in ResultSet
157 return m_resultSet.rowDeleted(); in rowDeleted()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java176 public boolean rowDeleted() throws SQLException in rowDeleted() method in RowSet
178 return m_rowSet.rowDeleted(); in rowDeleted()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java177 public boolean rowDeleted() throws SQLException in rowDeleted() method in RowSet
179 return m_rowSet.rowDeleted(); in rowDeleted()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx170 sal_Bool rowDeleted() { return m_xMoveOperations->rowDeleted(); } in rowDeleted() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java163 public boolean rowDeleted() throws SQLException { in rowDeleted() method in PostgresqlResultSet
164 return impl.rowDeleted(); in rowDeleted()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1158 ::rowDeleted() in rowDeleted() function in ContentResultSetWrapper
1169 return m_xResultSetOrigin->rowDeleted(); in rowDeleted()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java617 public boolean rowDeleted() throws SQLException { in rowDeleted() method in JavaSQLResultSet
619 return jdbcResultSet.rowDeleted(); in rowDeleted()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java457 boolean res = oObj.rowDeleted() ; in _rowDeleted()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx830 if (pCur->rowDeleted()) in DbGridRow()
875 if (pCur->rowDeleted()) in SetState()
2303 && !m_pDataCursor->rowDeleted() in AdjustDataSource()
2453 if ( m_pSeekCursor->rowDeleted() ) in SeekCursor()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java194 public synchronized boolean rowDeleted() throws SQLException { in rowDeleted() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java216 public synchronized boolean rowDeleted() throws SQLException { in rowDeleted() method in DatabaseMetaDataResultSet
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx284 if ( m_xCursor->rowDeleted() ) in getState()
335 sal_Bool bIsDeleted = m_xCursor->rowDeleted(); in getState()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1139 sal_Bool SAL_CALL DatabaseDataProvider::rowDeleted() throw( SQLException, RuntimeException ) in rowDeleted() function in dbaccess::DatabaseDataProvider
1141 return m_xRowSet->rowDeleted(); in rowDeleted()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx294 rowDeleted()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx160 sal_Bool SAL_CALL rowDeleted() throw(SQLException, RuntimeException);
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx361 ResultSetBase::rowDeleted( in rowDeleted() function in ResultSetBase
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx361 ResultSetBase::rowDeleted( in rowDeleted() function in ResultSetBase
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx142 …virtual sal_Bool SAL_CALL rowDeleted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…

Completed in 153 milliseconds

1234