Lines Matching refs:m_nRowPos

108 						,m_nRowPos(-1)  in DBG_NAME()
416 return m_nRowPos == sal_Int32(m_pFileSet->get().size()); in isAfterLast()
426 return m_nRowPos == 0; in isFirst()
436 return m_nRowPos == sal_Int32(m_pFileSet->get().size() - 1); in isLast()
559 return m_nRowPos == -1; in isBeforeFirst()
573 bRet = m_pTable->seekRow(IResultSetHelper::BOOKMARK,(*m_aEvaluateIter),m_nRowPos); in evaluate()
577 bRet = m_pTable->seekRow(IResultSetHelper::NEXT,1,m_nRowPos); in evaluate()
1047 sal_Int32 nTempPos = m_nRowPos; in Move()
1060 *(*m_aRow->get().begin()) = sal_Int32(m_nRowPos + 1); in Move()
1067 ++m_nRowPos; in Move()
1070 if (m_nRowPos >= 0) in Move()
1071 --m_nRowPos; in Move()
1074 m_nRowPos = 0; in Move()
1078 m_nRowPos = m_pFileSet->get().size() - 1; in Move()
1081 m_nRowPos += nOffset; in Move()
1085 if ( m_nRowPos == (nOffset -1) ) in Move()
1087 m_nRowPos = nOffset -1; in Move()
1095 …if (m_nRowPos < 0 || (m_pFileSet->isFrozen() && eCursorPosition != IResultSetHelper::BOOKMARK && m… in Move()
1102 if (m_nRowPos < (sal_Int32)m_pFileSet->get().size()) in Move()
1105 ExecuteRow(IResultSetHelper::BOOKMARK,(m_pFileSet->get())[m_nRowPos],sal_False,bRetrieveData); in Move()
1108 *(*m_aRow->get().begin()) = sal_Int32(m_nRowPos + 1); in Move()
1125 while (bOK && m_nRowPos >= (sal_Int32)m_pFileSet->get().size()) in Move()
1129 if (m_nRowPos >= (sal_Int32)m_pEvaluationKeySet->size()) in Move()
1132 else if (m_nRowPos == 0) in Move()
1153 *(*m_aRow->get().begin()) = sal_Int32(m_nRowPos + 1); in Move()
1180 ++m_nRowPos; in Move()
1183 --m_nRowPos; in Move()
1186 m_nRowPos = 0; in Move()
1189 m_nRowPos = 0; in Move()
1192 m_nRowPos += nOffset; in Move()
1196 m_nRowPos = nOffset - 1; in Move()
1200 if ( m_nRowPos < 0 ) in Move()
1202 else if (m_nRowPos == 0) in Move()
1217 m_nRowPos = 1; in Move()
1231 m_nRowPos = nTempPos; in Move()
1238 m_nRowPos = -1; in Move()
1245 m_nRowPos = m_pFileSet.isValid() ? (sal_Int32)m_pFileSet->get().size() : -1; in Move()
1247 m_nRowPos = -1; in Move()
1250 m_nRowPos = nTempPos; // vorherige Position in Move()
1409 m_nRowPos = -1; in OpenImpl()