Home
last modified time | relevance | path

Searched refs:m_bAfterLast (Results 1 – 8 of 8) sorted by relevance

/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx192 sal_Bool m_bAfterLast; member
216 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()
505 m_pImpl->m_bAfterLast = sal_True; in afterLast()
552 if ( m_pImpl->m_bAfterLast ) in getRow()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1330 if( m_bAfterLast ) in next()
1338 m_bAfterLast = sal_True; in next()
1357 m_bAfterLast = !bValid; in next()
1398 m_bAfterLast = sal_False; in previous()
1689 m_bAfterLast = sal_True; in afterLast()
1701 if( !m_bAfterLast ) in isAfterLast()
1704 return m_bAfterLast; in isAfterLast()
1734 if( m_bAfterLast ) in isBeforeFirst()
1774 if( m_bAfterLast ) in isFirst()
1808 if( m_bAfterLast ) in isLast()
[all …]
H A Dcachedcontentresultset.hxx142 …sal_Bool m_bAfterLast; // TRUE, if m_nRow is after final count; can be TRUE without knowing the… member in CachedContentResultSet
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx107 ,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()
726 if(!m_bAfterLast) in afterLast()
1169 if(!m_bAfterLast) in absolute()
1173 if(!m_bAfterLast) in absolute()
[all …]
H A DRowSetBase.cxx110 ,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()
707 return m_bAfterLast; in isAfterLast()
829 if(!m_bAfterLast) in afterLast()
934 else if ( m_bAfterLast ) in impl_getRow()
1115 m_bAfterLast = m_pCache->isAfterLast(); in setCurrentRow()
1118 if(!(m_bBeforeFirst || m_bAfterLast)) in setCurrentRow()
1201 if(!(m_bBeforeFirst || m_bAfterLast)) in refreshRow()
[all …]
H A DRowSet.cxx592 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()
H A DRowSetCache.hxx151 sal_Bool m_bAfterLast ; member in dbaccess::ORowSetCache
H A DRowSetBase.hxx156 sal_Bool m_bAfterLast : 1; member in dbaccess::ORowSetBase

Completed in 97 milliseconds