| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 83     boolean isLast() throws SQLException  in isLast()  method in ResultSet85         return m_resultSet.isLast();  in isLast()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | RowSet.java | 116     public boolean isLast() throws SQLException  in isLast()  method in RowSet118         return m_rowSet.isLast();  in isLast()
 
 | 
| /aoo4110/main/connectivity/qa/connectivity/tools/ | 
| H A D | RowSet.java | 117     public boolean isLast() throws SQLException  in isLast()  method in RowSet119         return m_rowSet.isLast();  in isLast()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | fmtools.hxx | 158 	sal_Bool isLast() const 					{ return m_xMoveOperations->isLast(); }  in isLast()  function in CursorWrapper
 | 
| /aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ | 
| H A D | Paragraph.java | 439     public void setLastParagraph(boolean isLast) {  in setLastParagraph()  argument440         isLastParagraph = isLast;  in setLastParagraph()
 
 | 
| /aoo4110/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 OCacheSet633 	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 | RowSetCache.hxx | 242 		sal_Bool isLast(  );
 | 
| H A D | resultset.cxx | 901 sal_Bool OResultSet::isLast(void) throw( SQLException, RuntimeException )  in isLast()  function in OResultSet907 	return m_xDelegatorResultSet->isLast();  in isLast()
 
 | 
| H A D | StaticSet.cxx | 190 sal_Bool SAL_CALL OStaticSet::isLast(  ) throw(SQLException, RuntimeException)  in isLast()  function in OStaticSet
 | 
| /aoo4110/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 ContentResultSetWrapper1089 	return m_xResultSetOrigin->isLast();  in isLast()
 
 | 
| /aoo4110/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
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/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()  argument843         output.append(value == 1000 ? thousand : isLast ? thousands_last : thousands);  in makeHebrewNumber()
 
 | 
| /aoo4110/main/extensions/source/bibliography/ | 
| H A D | framectr.cxx | 621                     bLeft = xCursor->isLast() && nCount > 1;  in dispatch()622                     bRight= !xCursor->isLast();  in dispatch()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ | 
| H A D | _XResultSet.java | 251             result = oObj.isLast() ;  in _isLast()
 | 
| /aoo4110/main/mysqlc/source/ | 
| H A D | mysqlc_resultset.cxx | 680 sal_Bool SAL_CALL OResultSet::isLast()  in isLast()  function in OResultSet688 		return m_result->isLast()? sal_True:sal_False;  in isLast()
 
 | 
| H A D | mysqlc_resultset.hxx | 136 			sal_Bool SAL_CALL isLast()									throw(SQLException, RuntimeException);
 | 
| /aoo4110/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::DatabaseDataProvider1069 	return m_xRowSet->isLast();  in isLast()
 
 | 
| /aoo4110/main/ucb/source/sorter/ | 
| H A D | sortresult.hxx | 258 	isLast()
 | 
| /aoo4110/main/xmlhelp/source/cxxhelp/provider/ | 
| H A D | resultsetbase.cxx | 211 ResultSetBase::isLast(  in isLast()  function in ResultSetBase
 |