Home
last modified time | relevance | path

Searched refs:isAfterLast (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/dbaccess/source/core/api/
H A DStaticSet.cxx159 if(isAfterLast()) in next()
167 else if(!isAfterLast()) in next()
169 return !isAfterLast(); in next()
178 sal_Bool SAL_CALL OStaticSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in OStaticSet
229 return !isBeforeFirst() && !isAfterLast(); in last()
235 OSL_ENSURE(!isAfterLast(),"getRow is not allowed when afterlast record!"); in getRow()
H A DRowSetCache.cxx670 if(!isAfterLast()) in next()
695 sal_Bool ORowSetCache::isAfterLast( ) in isAfterLast() function in ORowSetCache
1129 return (isBeforeFirst() || isAfterLast()) ? 0 : m_nPosition; in getRow()
1202 bErg = bErg && !isAfterLast() && !isBeforeFirst(); in relative()
1246 if(isAfterLast()) in refreshRow()
1326 if(isAfterLast() || isBeforeFirst()) in updateRow()
1357 if(isAfterLast() || isBeforeFirst()) in deleteRow()
H A DRowSetBase.cxx656 sal_Bool bAfterLast = m_pCache->isAfterLast(); in next()
661 if ( bRet || bAfterLast != m_pCache->isAfterLast() ) in next()
699 sal_Bool SAL_CALL ORowSetBase::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in dbaccess::ORowSetBase
942 if ( m_pCache->isAfterLast() in impl_getRow()
1115 m_bAfterLast = m_pCache->isAfterLast(); in setCurrentRow()
1414 m_bAfterLast = m_pCache->isAfterLast(); in movementFailed()
H A DKeySet.cxx417 return !isBeforeFirst() && !isAfterLast(); in moveRelativeToBookmark()
1161 if(isAfterLast()) in next()
1172 return !isAfterLast(); in next()
1175 else if(!isAfterLast()) in next()
1179 return !isAfterLast(); in next()
1188 sal_Bool SAL_CALL OKeySet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in OKeySet
1266 OSL_ENSURE(!isAfterLast(),"getRow is not allowed when afterlast record!"); in getRow()
1353 if(isBeforeFirst() || isAfterLast() || !m_xStatement.is()) in refreshRow()
H A DCacheSet.cxx618 sal_Bool SAL_CALL OCacheSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in OCacheSet
621 return m_xDriverSet->isAfterLast(); in isAfterLast()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx835 m_eStatus = (pCur->isAfterLast() || pCur->isBeforeFirst()) ? GRS_INVALID : GRS_CLEAN; in DbGridRow()
842 if (!m_bIsNew && (pCur->isAfterLast() || pCur->isBeforeFirst())) in DbGridRow()
2136 if ( !m_pSeekCursor->isBeforeFirst() && !m_pSeekCursor->isAfterLast() ) in SetCurrent()
2302 && !m_pDataCursor->isAfterLast() in AdjustDataSource()
2385 else if ( m_pDataCursor->isAfterLast() ) in AlignSeekCursor()
2444 …== nRow) && (GetRowCount() == ((m_nOptions & OPT_INSERT) ? 1 : 0)) && m_pSeekCursor->isAfterLast()) in SeekCursor()
2457 if ( m_pSeekCursor->isAfterLast() || m_pSeekCursor->isBeforeFirst() ) in SeekCursor()
2463 DBG_ASSERT( !m_pSeekCursor->isAfterLast() && !m_pSeekCursor->isBeforeFirst(), in SeekCursor()
2479 if (m_pSeekCursor->isAfterLast()) in SeekCursor()
2490 else if (m_pSeekCursor->isAfterLast()) in SeekCursor()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java71 boolean isAfterLast() throws SQLException in isAfterLast() method in ResultSet
73 return m_resultSet.isAfterLast(); in isAfterLast()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java631 …ailed after |deleteRow|", !m_resultSet.isBeforeFirst() && !m_resultSet.isAfterLast() && !m_resultS… in testDeleteBehavior()
668 …eRow| + |moveToInsertRow| + |moveToCurrentRow| results in wrong state", m_resultSet.isAfterLast()); in testDeleteBehavior()
785 …("deleting the last record left the clone in a strange state (after |next|)", clone.isAfterLast()); in testCloneMovesPlusDeletions()
799 …assertTrue("wrong position after |deleteRow| and clone movement", !m_resultSet.isAfterLast() && !m… in testCloneMovesPlusDeletions()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java106 public boolean isAfterLast() throws SQLException in isAfterLast() method in RowSet
108 return m_rowSet.isAfterLast(); in isAfterLast()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java107 public boolean isAfterLast() throws SQLException in isAfterLast() method in RowSet
109 return m_rowSet.isAfterLast(); in isAfterLast()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java201 while(! statRes.isAfterLast()) { in getContentList()
259 while(!statRes.isAfterLast()) { in getSubContent()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java214 System.out.println("We stand after the last row: " + xRes.isAfterLast()); in showRowSetEvents()
222 System.out.println("We stand after the last row: " + xRes.isAfterLast()); in showRowSetEvents()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java79 if (isBeforeFirst() || isAfterLast()) { in getField()
134 public synchronized boolean isAfterLast() throws SQLException { in isAfterLast() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java101 if (isBeforeFirst() || isAfterLast()) { in getField()
156 public synchronized boolean isAfterLast() throws SQLException { in isAfterLast() method in DatabaseMetaDataResultSet
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx156 sal_Bool isAfterLast() const { return m_xMoveOperations->isAfterLast(); } in isAfterLast() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java127 public boolean isAfterLast() throws SQLException { in isAfterLast() method in PostgresqlResultSet
128 return impl.isAfterLast(); in isAfterLast()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx191 ResultSetBase::isAfterLast( in isAfterLast() function in ResultSetBase
304 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx191 ResultSetBase::isAfterLast( in isAfterLast() function in ResultSetBase
304 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx385 XResultSet_impl::isAfterLast( in isAfterLast() function in XResultSet_impl
508 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx325 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in ODatabaseMetaDataResultSet
634 if ( isBeforeFirst() || isAfterLast() ) in getValue()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1512 sal_Bool bIsAfterLast = m_xResultSetOrigin->isAfterLast(); in absolute()
1694 ::isAfterLast() in isAfterLast() function in CachedContentResultSet
1722 return m_xResultSetOrigin->isAfterLast(); in isAfterLast()
H A Dcontentresultsetwrapper.cxx1030 ::isAfterLast() in isAfterLast() function in ContentResultSetWrapper
1041 return m_xResultSetOrigin->isAfterLast(); in isAfterLast()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java522 public boolean isAfterLast() throws SQLException { in isAfterLast() method in JavaSQLResultSet
524 return jdbcResultSet.isAfterLast(); in isAfterLast()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx644 sal_Bool SAL_CALL OResultSet::isAfterLast() in isAfterLast() function in OResultSet
652 return m_result->isAfterLast()? sal_True:sal_False; in isAfterLast()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java170 result = oObj.isAfterLast() ; in _isAfterLast()

Completed in 124 milliseconds

1234