/trunk/main/forms/source/runtime/ |
H A D | formoperations.cxx | 279 …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 D | ResultSet.java | 83 boolean isLast() throws SQLException in isLast() method in ResultSet 85 return m_resultSet.isLast(); in isLast()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 116 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 D | RowSet.java | 117 public boolean isLast() throws SQLException in isLast() method in RowSet 119 return m_rowSet.isLast(); in isLast()
|
/trunk/main/svx/inc/svx/ |
H A D | fmtools.hxx | 158 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 D | Paragraph.java | 439 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 D | PostgresqlResultSet.java | 139 public boolean isLast() throws SQLException { in isLast() method in PostgresqlResultSet 140 return impl.isLast(); in isLast()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 741 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 D | CacheSet.cxx | 630 sal_Bool SAL_CALL OCacheSet::isLast( ) throw(SQLException, RuntimeException) in isLast() function in OCacheSet 633 return m_xDriverSet->isLast(); in isLast()
|
H A D | StaticSet.hxx | 64 …virtual sal_Bool SAL_CALL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | resultset.cxx | 901 sal_Bool OResultSet::isLast(void) throw( SQLException, RuntimeException ) in isLast() function in OResultSet 907 return m_xDelegatorResultSet->isLast(); in isLast()
|
H A D | RowSetCache.hxx | 242 sal_Bool isLast( );
|
H A D | StaticSet.cxx | 190 sal_Bool SAL_CALL OStaticSet::isLast( ) throw(SQLException, RuntimeException) in isLast() function in OStaticSet
|
/trunk/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 1334 if( isLast() ) in next() 1798 ::isLast() in isLast() function in CachedContentResultSet 1822 return xResultSetOrigin->isLast(); in isLast()
|
H A D | contentresultsetwrapper.cxx | 1078 ::isLast() in isLast() function in ContentResultSetWrapper 1089 return m_xResultSetOrigin->isLast(); in isLast()
|
/trunk/main/vcl/inc/vcl/ |
H A D | salnativewidgets.hxx | 377 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 D | JavaSQLResultSet.java | 540 public boolean isLast() throws SQLException { in isLast() method in JavaSQLResultSet 542 return jdbcResultSet.isLast(); in isLast()
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 631 ….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 D | fmsrcimp.cxx | 233 if (m_xSearchCursor.isLast()) in MoveCursor() 968 aProgress.bOverflow = !_bDontPropagateOverflow && m_xSearchCursor.isLast(); in PropagateProgress()
|
/trunk/main/i18npool/source/nativenumber/ |
H A D | nativenumbersupplier.cxx | 834 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 D | framectr.cxx | 621 bLeft = xCursor->isLast() && nCount > 1; in dispatch() 622 bRight= !xCursor->isLast(); in dispatch()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_resultset.cxx | 680 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.java | 251 result = oObj.isLast() ; in _isLast()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 149 public synchronized boolean isLast() throws SQLException { in isLast() method in CustomResultSet
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 1067 sal_Bool SAL_CALL DatabaseDataProvider::isLast() throw( SQLException, RuntimeException ) in isLast() function in dbaccess::DatabaseDataProvider 1069 return m_xRowSet->isLast(); in isLast()
|