Home
last modified time | relevance | path

Searched refs:m_bBeforeFirst (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx109 ,m_bBeforeFirst(sal_True) // changed from 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()
667 OSL_ENSURE(!m_bBeforeFirst,"BeforeFirst is true. I don't know why?"); in next()
694 DBG_TRACE2("DBACCESS ORowSetBase::isBeforeFirst() = %i Clone = %i\n",m_bBeforeFirst,m_bClone); in isBeforeFirst()
696 return m_bBeforeFirst; in isBeforeFirst()
725 if ( m_bBeforeFirst || m_bAfterLast ) in isFirst()
752 if ( m_bBeforeFirst || m_bAfterLast ) in isLast()
782 if((bWasNew || !m_bBeforeFirst) && notifyAllListenersCursorBeforeMove(aGuard) ) in beforeFirst()
[all …]
H A DRowSetCache.cxx106 ,m_bBeforeFirst(sal_True) in DBG_NAME()
506 m_bBeforeFirst = sal_False; in moveToBookmark()
672 m_bBeforeFirst = sal_False; in next()
692 return m_bBeforeFirst; in isBeforeFirst()
712 if(!m_bBeforeFirst) in beforeFirst()
716 m_bBeforeFirst = sal_True; in beforeFirst()
728 m_bBeforeFirst = sal_False; in afterLast()
1072 m_bBeforeFirst = m_bAfterLast = sal_False; in first()
1079 m_bRowCountFinal = m_bBeforeFirst = m_bAfterLast = sal_True; in first()
1082 …OSL_ENSURE(m_bBeforeFirst || m_bNew,"ORowSetCache::first return false and BeforeFirst isn't true"); in first()
[all …]
H A DRowSet.cxx591 m_bBeforeFirst = sal_True; in freeResources()
1018 if ( m_bBeforeFirst || m_bAfterLast ) in deleteRow()
1068 if ( m_bBeforeFirst || m_bAfterLast || rowDeleted() ) in implCancelRowUpdates()
1212 if ( !m_bBeforeFirst in moveToInsertRow()
2815 m_bBeforeFirst = rParent.m_bBeforeFirst; in ORowSetClone()
H A DRowSetCache.hxx150 sal_Bool m_bBeforeFirst ; member in dbaccess::ORowSetCache
H A DRowSetBase.hxx154 sal_Bool m_bBeforeFirst : 1; member in dbaccess::ORowSetBase