Lines Matching refs:m_bBeforeFirst

109     ,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()
787 if ( !m_bBeforeFirst ) in beforeFirst()
932 if ( m_bBeforeFirst ) in impl_getRow()
1016 && ( !m_bBeforeFirst || rows >= 0 ) in relative()
1066 sal_Bool bRet = !m_bBeforeFirst in previous()
1084 if(!m_bBeforeFirst || bRet) in previous()
1114 m_bBeforeFirst = m_pCache->isBeforeFirst(); in setCurrentRow()
1118 if(!(m_bBeforeFirst || m_bAfterLast)) in setCurrentRow()
1169 …if(!(m_bBeforeFirst || m_bAfterLast) && !m_aCurrentRow.isNull() && m_aCurrentRow->isValid() && m_a… in setCurrentRow()
1201 if(!(m_bBeforeFirst || m_bAfterLast)) in refreshRow()
1246 return !m_aBookmark.hasValue() && !m_bBeforeFirst && !m_bAfterLast; in impl_rowDeleted()
1355 if ( m_bBeforeFirst ) in positionCache()
1413 m_bBeforeFirst = m_pCache->isBeforeFirst(); in movementFailed()
1417 OSL_ENSURE(m_bBeforeFirst || m_bAfterLast,"BeforeFirst or AfterLast is wrong!"); in movementFailed()