Home
last modified time | relevance | path

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

1234

/trunk/main/forms/source/runtime/
H A Dformoperations.cxx279 …aState.Enabled = impl_getRowCount_throw() && ( !m_xCursor->isLast() || impl_isInsertionRow_throw()… in getState()
572 sal_Bool bLeft = m_xCursor->isLast() && ( nCount > 1 ); in execute()
573 sal_Bool bRight= !m_xCursor->isLast(); in execute()
1229 if ( impl_getRowCount_throw() && !m_xCursor->isLast() && !bIsNew ) in impl_canMoveRight_throw()
1437 if ( m_xCursor->isLast() ) in impl_moveRight_throw()
/trunk/main/forms/qa/integration/complex/forms/tools/
H A DResultSet.java83 boolean isLast() throws SQLException in isLast() method in ResultSet
85 return m_resultSet.isLast(); in isLast()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java116 public boolean isLast() throws SQLException in isLast() method in RowSet
118 return m_rowSet.isLast(); in isLast()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java117 public boolean isLast() throws SQLException in isLast() method in RowSet
119 return m_rowSet.isLast(); in isLast()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx158 sal_Bool isLast() const { return m_xMoveOperations->isLast(); } in isLast() function in CursorWrapper
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java439 public void setLastParagraph(boolean isLast) { in setLastParagraph() argument
440 isLastParagraph = isLast; in setLastParagraph()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java139 public boolean isLast() throws SQLException { in isLast() method in PostgresqlResultSet
140 return impl.isLast(); in isLast()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx741 return isLast(); in isOnLast()
744 sal_Bool SAL_CALL ORowSetBase::isLast( ) throw(SQLException, RuntimeException) in isLast() function in dbaccess::ORowSetBase
764 sal_Bool bIsLast = m_pCache->isLast(); in isLast()
H A DCacheSet.cxx630 sal_Bool SAL_CALL OCacheSet::isLast( ) throw(SQLException, RuntimeException) in isLast() function in OCacheSet
633 return m_xDriverSet->isLast(); in isLast()
H A DStaticSet.hxx64 …virtual sal_Bool SAL_CALL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A Dresultset.cxx901 sal_Bool OResultSet::isLast(void) throw( SQLException, RuntimeException ) in isLast() function in OResultSet
907 return m_xDelegatorResultSet->isLast(); in isLast()
H A DRowSetCache.hxx242 sal_Bool isLast( );
H A DStaticSet.cxx190 sal_Bool SAL_CALL OStaticSet::isLast( ) throw(SQLException, RuntimeException) in isLast() function in OStaticSet
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1334 if( isLast() ) in next()
1798 ::isLast() in isLast() function in CachedContentResultSet
1822 return xResultSetOrigin->isLast(); in isLast()
H A Dcontentresultsetwrapper.cxx1078 ::isLast() in isLast() function in ContentResultSetWrapper
1089 return m_xResultSetOrigin->isLast(); in isLast()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx377 sal_Bool isLast() const { return (mnAlignment & TABITEM_LAST_IN_GROUP) != 0; } in isLast() function in TabitemValue
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java540 public boolean isLast() throws SQLException { in isLast() method in JavaSQLResultSet
542 return jdbcResultSet.isLast(); in isLast()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java631 ….isBeforeFirst() && !m_resultSet.isAfterLast() && !m_resultSet.isFirst() && !m_resultSet.isLast()); in testDeleteBehavior()
787 …g the first record left the clone in a strange state (after |next| + |previous|)", clone.isLast()); in testCloneMovesPlusDeletions()
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx233 if (m_xSearchCursor.isLast()) in MoveCursor()
968 aProgress.bOverflow = !_bDontPropagateOverflow && m_xSearchCursor.isLast(); in PropagateProgress()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx834 void makeHebrewNumber(sal_Int64 value, OUStringBuffer& output, sal_Bool isLast, sal_Bool useGeresh) in makeHebrewNumber() argument
843 output.append(value == 1000 ? thousand : isLast ? thousands_last : thousands); in makeHebrewNumber()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx621 bLeft = xCursor->isLast() && nCount > 1; in dispatch()
622 bRight= !xCursor->isLast(); in dispatch()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx680 sal_Bool SAL_CALL OResultSet::isLast() in isLast() function in OResultSet
688 return m_result->isLast()? sal_True:sal_False; in isLast()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java251 result = oObj.isLast() ; in _isLast()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java149 public synchronized boolean isLast() throws SQLException { in isLast() method in CustomResultSet
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1067 sal_Bool SAL_CALL DatabaseDataProvider::isLast() throw( SQLException, RuntimeException ) in isLast() function in dbaccess::DatabaseDataProvider
1069 return m_xRowSet->isLast(); in isLast()

Completed in 173 milliseconds

1234