Searched refs:m_bAfterLast (Results 1 – 8 of 8) sorted by relevance
192 sal_Bool m_bAfterLast; member216 m_bAfterLast( sal_False ) in ResultSet_Impl()401 if ( m_pImpl->m_bAfterLast ) in next()410 m_pImpl->m_bAfterLast = sal_True; in next()425 if ( m_pImpl->m_bAfterLast ) in isBeforeFirst()448 return m_pImpl->m_bAfterLast; in isAfterLast()456 if ( m_pImpl->m_bAfterLast ) in isFirst()471 if ( m_pImpl->m_bAfterLast ) in isLast()494 m_pImpl->m_bAfterLast = sal_False; in beforeFirst()505 m_pImpl->m_bAfterLast = sal_True; in afterLast()[all …]
669 , m_bAfterLast( sal_False ) in CachedContentResultSet()731 sal_Bool bAfterLast = m_bAfterLast; in applyPositionToOrigin()1330 if( m_bAfterLast ) in next()1338 m_bAfterLast = sal_True; in next()1357 m_bAfterLast = !bValid; in next()1374 if( !m_bAfterLast && !m_nRow ) in previous()1377 if( !m_bAfterLast && m_nKnownCount && m_nRow == 1 ) in previous()1380 m_bAfterLast = sal_False; in previous()1387 m_bAfterLast = sal_False; in previous()1398 m_bAfterLast = sal_False; in previous()[all …]
142 …sal_Bool m_bAfterLast; // TRUE, if m_nRow is after final count; can be TRUE without… member in CachedContentResultSet
107 ,m_bAfterLast( sal_False ) in DBG_NAME()491 if(m_bAfterLast) in getBookmark()511 if(!m_bAfterLast) in moveToBookmark()515 if ( !m_bAfterLast ) in moveToBookmark()677 if(!m_bAfterLast) in next()687 return !m_bAfterLast; in next()697 return m_bAfterLast; in isAfterLast()714 m_bAfterLast = sal_False; in beforeFirst()726 if(!m_bAfterLast) in afterLast()729 m_bAfterLast = sal_True; in afterLast()[all …]
110 ,m_bAfterLast(sal_False) in DBG_NAME()240 if ( m_bBeforeFirst || m_bAfterLast ) in impl_getValue()383 if ( m_bBeforeFirst || m_bAfterLast ) in getBinaryStream()462 if ( m_bBeforeFirst || m_bAfterLast ) in getBookmark()673 OSL_ENSURE(m_bAfterLast,"AfterLast is false. I don't know why?"); in next()705 DBG_TRACE2("DBACCESS ORowSetBase::isAfterLast() = %i Clone = %i\n",m_bAfterLast,m_bClone); in isAfterLast()707 return m_bAfterLast; in isAfterLast()725 if ( m_bBeforeFirst || m_bAfterLast ) in isFirst()752 if ( m_bBeforeFirst || m_bAfterLast ) in isLast()823 if((bWasNew || !m_bAfterLast) && notifyAllListenersCursorBeforeMove(aGuard) ) in afterLast()[all …]
592 m_bAfterLast = sal_False; in freeResources()1004 else if ( !m_bAfterLast ) // the update went rong in updateRow()1018 if ( m_bBeforeFirst || m_bAfterLast ) in deleteRow()1068 if ( m_bBeforeFirst || m_bAfterLast || rowDeleted() ) in implCancelRowUpdates()1213 && !m_bAfterLast in moveToInsertRow()2816 m_bAfterLast = rParent.m_bAfterLast; in ORowSetClone()
151 sal_Bool m_bAfterLast ; member in dbaccess::ORowSetCache
155 sal_Bool m_bAfterLast : 1; member in dbaccess::ORowSetBase