Home
last modified time | relevance | path

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

1234

/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx409 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in OResultSet
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx662 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast() function in OResultSet
/trunk/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx317 …virtual sal_Bool SAL_CALL isAfterLast() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx621 if ( !xResultSet->isBeforeFirst() && !xResultSet->isAfterLast() ) in createPeer()
H A Dgridcell.cxx3164 while (!xListCursor->isAfterLast() && i++ < SHRT_MAX) // max anzahl eintraege in Update()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1674 …: xResultSet->isBeforeFirst() || xResultSet->isAfterLast() || xResultSet->rowDeleted() || !m_bCan… in determineLockState()

Completed in 77 milliseconds

1234